mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
changing to: --crawl=CRAWLDEPTH
This commit is contained in:
parent
3717b8423f
commit
eaa2a4202f
6 changed files with 12 additions and 22 deletions
|
|
@ -511,8 +511,7 @@ def cmdLineParser():
|
|||
help="Clean up the DBMS by sqlmap specific "
|
||||
"UDF and tables")
|
||||
|
||||
miscellaneous.add_option("--crawl", dest="crawl",
|
||||
action="store_true",
|
||||
miscellaneous.add_option("--crawl", dest="crawlDepth", type="int",
|
||||
help="Crawl the website starting from the target url")
|
||||
|
||||
miscellaneous.add_option("--forms", dest="forms",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue