minor update

This commit is contained in:
Miroslav Stampar
2010-12-21 23:42:59 +00:00
parent 39a13077c4
commit fb75d0636b
2 changed files with 28 additions and 325 deletions

View File

@@ -311,7 +311,7 @@ def __setScriptKiddie():
return
dorks = getFileItems(paths.DORKS)
conf.googleDork = "inurl:%s" % dorks[randomRange(0, len(dorks) - 1)]
conf.googleDork = dorks[randomRange(0, len(dorks) - 1)]
conf.multipleTargets = True
logMsg = "setting random google dork to: '%s'" % conf.googleDork