mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Updated Usage (markdown)
parent
2f25893467
commit
96be6f91dd
10
Usage.md
10
Usage.md
|
@ -256,9 +256,9 @@ Options:
|
||||||
--mobile Imitate smartphone through HTTP User-Agent header
|
--mobile Imitate smartphone through HTTP User-Agent header
|
||||||
--offline Work in offline mode (only use session data)
|
--offline Work in offline mode (only use session data)
|
||||||
--purge Safely remove all content from sqlmap data directory
|
--purge Safely remove all content from sqlmap data directory
|
||||||
|
--shell Prompt for an interactive sqlmap shell
|
||||||
--skip-waf Skip heuristic detection of WAF/IPS protection
|
--skip-waf Skip heuristic detection of WAF/IPS protection
|
||||||
--smart Conduct thorough tests only if positive heuristic(s)
|
--smart Conduct thorough tests only if positive heuristic(s)
|
||||||
--sqlmap-shell Prompt for an interactive sqlmap shell
|
|
||||||
--tmp-dir=TMPDIR Local directory for storing temporary files
|
--tmp-dir=TMPDIR Local directory for storing temporary files
|
||||||
--web-root=WEBROOT Web server document root directory (e.g. "/var/www")
|
--web-root=WEBROOT Web server document root directory (e.g. "/var/www")
|
||||||
--wizard Simple wizard interface for beginner users
|
--wizard Simple wizard interface for beginner users
|
||||||
|
@ -2533,13 +2533,13 @@ In case that you want to skip tests by their payloads and/or titles you can use
|
||||||
|
|
||||||
### Interactive sqlmap shell
|
### Interactive sqlmap shell
|
||||||
|
|
||||||
Switch: `--sqlmap-shell`
|
Switch: `--shell`
|
||||||
|
|
||||||
By using switch `--sqlmap-shell` user will be presented with the interactive sqlmap shell which has the history of all previous runs with used options and/or switches:
|
By using switch `--shell` user will be presented with the interactive sqlmap shell which has the history of all previous runs with used options and/or switches:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ python sqlmap.py --sqlmap-shell
|
$ python sqlmap.py --shell
|
||||||
sqlmap-shell> -u "http://testphp.vulnweb.com/artists.php?artist=1" --technique=\
|
sqlmap > -u "http://testphp.vulnweb.com/artists.php?artist=1" --technique=\
|
||||||
BEU --batch
|
BEU --batch
|
||||||
_
|
_
|
||||||
___ ___| |_____ ___ ___ {1.0-dev-2188502}
|
___ ___| |_____ ___ ___ {1.0-dev-2188502}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user