mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Updated Usage (markdown)
parent
49292310d4
commit
a88301acf8
7
Usage.md
7
Usage.md
|
@ -245,7 +245,6 @@ Options:
|
|||
--skip-waf Skip heuristic detection of WAF/IPS/IDS protection
|
||||
--mobile Imitate smartphone through HTTP User-Agent header
|
||||
--offline Work in offline mode (only use session data)
|
||||
--page-rank Display page rank (PR) for Google dork results
|
||||
--purge-output Safely remove all content from output directory
|
||||
--smart Conduct thorough tests only if positive heuristic(s)
|
||||
--sqlmap-shell Prompt for an interactive sqlmap shell
|
||||
|
@ -2233,12 +2232,6 @@ Switch: `--offline`
|
|||
|
||||
By using switch `--offline` sqlmap will use only previous session data in data enumeration. This basically means that there will be zero connection attempts during such run.
|
||||
|
||||
### Display page rank (PR) for Google dork results
|
||||
|
||||
Switch: `--page-rank`
|
||||
|
||||
Performs further requests to Google when `-g` is provided and display page rank (PR) for Google dork results.
|
||||
|
||||
### Safely remove all content from output directory
|
||||
|
||||
Switch `--purge-output`
|
||||
|
|
Loading…
Reference in New Issue
Block a user