my_own_database
, my_own_table
, my_own_field
to anything already existing in your MySQL server (respectively information_schema
, tables
, table_name
should do it, but best is your own database). Then you should manage to use URL http://127.0.0.1/simulate_get.php?lib= for a local test:mysql_connect("localhost", "root", "");
mysql_select_db("my_own_database");
$result = mysql_query("SELECT * FROM my_own_table where my_own_field = {$_GET['lib']}") # time based
or die( mysql_error() ); # error based
if(mysql_num_rows($result)!==0) echo" true "; # blind
while ($row = mysql_fetch_array($result, MYSQL_NUM))
echo join(',',$row); # normal
I think there is bug, it never never complete the download, i figure it it from email side, it always stop at W instead of Z because it download alhabetically and double table appear,
try to increase thread or user selected threading option
you done a good job
add on suggestion,
1)Ability to bypass firewall for pen testing
2)provide provision for admin page finder for pen testing
3)multi thread with error base injection
4)save option
good luck
i really want to know how to use this file and what it is used for... and how to get a working proxy server for it... thanks guys
First you install java, then download jsql-injection-v0.2.jar from jSQL download list, double-click on the file jsql-injection-v0.2.jar and the graphical interface opens. Next you should search the web for more informations on the purpose of SQL injection (retrieve informations from a distant server), there are many resources, forums and professional security sites on the subject.
For proxy, see other relative posts here in this group or you can find web tutorials on how you can use a proxy
--
You received this message because you are subscribed to the Google Groups "jsql-injection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jsql-injectio...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/jsql-injection/-/dYay_vEciJMJ.