mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +00:00
changing to: --crawl=CRAWLDEPTH
This commit is contained in:
parent
3717b8423f
commit
eaa2a4202f
6 changed files with 12 additions and 22 deletions
|
|
@ -544,8 +544,9 @@ checkPayload = False
|
|||
cleanup = False
|
||||
|
||||
# Crawl the website starting from the target url
|
||||
# Valid: True or False
|
||||
crawl = False
|
||||
# Valid: integer
|
||||
# Default: 0
|
||||
crawlDepth = 0
|
||||
|
||||
# Parse and test forms on target url
|
||||
# Valid: True or False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue