mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +00:00
adding Beautifulsoup (BSD) into extras; adding --crawl to options
This commit is contained in:
parent
8c04aa871a
commit
07e2c72943
9 changed files with 2168 additions and 3 deletions
|
|
@ -543,6 +543,10 @@ checkPayload = False
|
|||
# Valid: True or False
|
||||
cleanup = False
|
||||
|
||||
# Crawl the website starting from the target url
|
||||
# Valid: True or False
|
||||
crawl = False
|
||||
|
||||
# Parse and test forms on target url
|
||||
# Valid: True or False
|
||||
forms = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue