adding Beautifulsoup (BSD) into extras; adding --crawl to options

This commit is contained in:
Miroslav Stampar
2011-06-20 11:32:30 +00:00
parent 8c04aa871a
commit 07e2c72943
9 changed files with 2168 additions and 3 deletions

View File

@@ -511,6 +511,10 @@ def cmdLineParser():
help="Clean up the DBMS by sqlmap specific "
"UDF and tables")
miscellaneous.add_option("--crawl", dest="crawl",
action="store_true",
help="Crawl the website starting from the target url")
miscellaneous.add_option("--forms", dest="forms",
action="store_true",
help="Parse and test forms on target url")