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

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