Don't like ads? PRO users don't see any ads ;-)
Guest

Basic help output

By: a guest on Jul 3rd, 2012  |  syntax: None  |  size: 3.62 KB  |  hits: 149  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $ python sqlmap.py -h
  2.  
  3.     sqlmap/1.0-dev (8b8677b938) - automatic SQL injection and database takeover tool
  4.     http://www.sqlmap.org
  5.  
  6. [!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program
  7.  
  8. [*] starting at 12:33:36
  9.  
  10. Usage: python sqlmap.py [options]
  11.  
  12. Options:
  13.   --version             show program's version number and exit
  14.   -h, --help            show this help message and exit
  15.   -hh                   Show advanced help
  16.   -v VERBOSE            Verbosity level: 0-6 (default 1)
  17.  
  18.   Target:
  19.     At least one of these options has to be specified to set the source to get target urls from
  20.  
  21.     -u URL, --url=URL   Target url
  22.     -g GOOGLEDORK       Process Google dork results as target urls
  23.  
  24.   Request:
  25.     These options can be used to specify how to connect to the target url
  26.  
  27.     --data=DATA         Data string to be sent through POST
  28.     --cookie=COOKIE     HTTP Cookie header
  29.     --random-agent      Use randomly selected HTTP User-Agent header
  30.     --proxy=PROXY       Use a HTTP proxy to connect to the target url
  31.  
  32.   Injection:
  33.     These options can be used to specify which parameters to test for, provide custom injection payloads and optional tampering scripts
  34.  
  35.     -p TESTPARAMETER    Testable parameter(s)
  36.     --dbms=DBMS         Force back-end DBMS to this value
  37.  
  38.   Detection:
  39.     These options can be used to specify how to parse and compare page content from HTTP responses when using blind SQL injection technique
  40.  
  41.     --level=LEVEL       Level of tests to perform (1-5, default 1)
  42.     --risk=RISK         Risk of tests to perform (0-3, default 1)
  43.  
  44.   Techniques:
  45.     These options can be used to tweak testing of specific SQL injection techniques
  46.  
  47.     --technique=TECH    SQL injection techniques to test for (default "BEUST")
  48.  
  49.   Enumeration:
  50.     These options can be used to enumerate the back-end database management system information, structure and data contained in the tables. Moreover you can run your own SQL statements
  51.  
  52.     -b, --banner        Retrieve DBMS banner
  53.     --current-user      Retrieve DBMS current user
  54.     --current-db        Retrieve DBMS current database
  55.     --passwords         Enumerate DBMS users password hashes
  56.     --tables            Enumerate DBMS database tables
  57.     --columns           Enumerate DBMS database table columns
  58.     --schema            Enumerate DBMS schema
  59.     --dump              Dump DBMS database table entries
  60.     --dump-all          Dump all DBMS databases tables entries
  61.     -D DB               DBMS database to enumerate
  62.     -T TBL              DBMS database table to enumerate
  63.     -C COL              DBMS database table column to enumerate
  64.  
  65.   Operating system access:
  66.     These options can be used to access the back-end database management system underlying operating system
  67.  
  68.     --os-shell          Prompt for an interactive operating system shell
  69.     --os-pwn            Prompt for an out-of-band shell, meterpreter or VNC
  70.  
  71.   General:
  72.     These options can be used to set some general working parameters
  73.  
  74.     --batch             Never ask for user input, use the default behaviour
  75.     --check-tor         Check to see if Tor is used properly
  76.     --flush-session     Flush session file for current target
  77.     --tor               Use Tor anonymity network
  78.  
  79.   Miscellaneous:
  80.     --wizard            Simple wizard interface for beginner users
  81.  
  82. [!] to see full list of options run with '-hh'
  83.  
  84. [*] shutting down at 12:33:36