Comment and layout adjustments

This commit is contained in:
Bernardo Damele
2008-12-01 23:04:01 +00:00
parent beea58f2e9
commit 428612b431
4 changed files with 2 additions and 4 deletions

View File

@@ -246,7 +246,6 @@ def start():
kb.injPlace, kb.injParameter, kb.injType = injDataSelected
setInjection()
print kb.injPlace, kb.injParameter, kb.injType
if not conf.multipleTargets and ( not kb.injPlace or not kb.injParameter or not kb.injType ):
raise sqlmapNotVulnerableException, "all parameters are not injectable"
elif kb.injPlace and kb.injParameter and kb.injType: