Cenzic 232 Patent
Paid Advertising
sla.ckers.org is
ha.ckers sla.cking
Sla.ckers.org
How do you completely compromise a machine given a text box or badly validated input box? This is a place to talk about code issues (PHP includes, null byte injection, backticks, pipe, etc...) as well as how to properly construct an SQL injection attack. 

Current Page: 1 of 1
Results 1 - 3 of 3
1 year ago
emielll
Hey, I think that i've found a vunerable login form. I would like to pass it, and report it to the owner because I know him very well. The login form is found here: http://tinyurl.com/7nszqf7 When I enter a single quote, it returns: Quote Microsoft OLE DB Provider for ODBC Drivers error '80040e14' Microsoft ODBC SQL Server Driver SQL ServerUnclosed quotation mark after the character s
Forum: SQL and Code Injection
1 year ago
emielll
Thanks, I will try it out.
Forum: SQL and Code Injection
1 year ago
emielll
Hi, I would like to pass this login form with an sql injection. The SQL Script is: <?php if (isset($_POST['inloggen'])){ $sql="SELECT * FROM gebruikers_sitebeheerder WHERE gebruikers_naam='".$_POST['gebruikersnaam']."'"; $result=mysql_query($sql) or die (mysql_error($sql)); while ($rij=mysql_fetch_array($result)) { if ($rij[
Forum: SQL and Code Injection
Current Page: 1 of 1