changing to: --crawl=CRAWLDEPTH

This commit is contained in:
Miroslav Stampar
2011-06-24 05:40:03 +00:00
parent 3717b8423f
commit eaa2a4202f
6 changed files with 12 additions and 22 deletions

View File

@@ -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",