Minor patches

This commit is contained in:
Miroslav Stampar
2019-11-08 23:45:30 +01:00
parent 404d8481ad
commit 87f6db467d
3 changed files with 5 additions and 4 deletions

View File

@@ -4504,7 +4504,7 @@ def findPageForms(content, url, raise_=False, addToTargets=False):
data = data.strip("['\"]")
retVal.add((url, HTTPMETHOD.POST, data, conf.cookie, None))
if not retVal:
if not retVal and not conf.crawlDepth:
errMsg = "there were no forms found at the given target URL"
if raise_:
raise SqlmapGenericException(errMsg)