mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for couple of bugs found during bed-testing
This commit is contained in:
@@ -173,6 +173,9 @@ def main():
|
||||
elif conf.vulnTest:
|
||||
from lib.core.testing import vulnTest
|
||||
os._exitcode = 1 - (vulnTest() or 0)
|
||||
elif conf.bedTest:
|
||||
from lib.core.testing import bedTest
|
||||
os._exitcode = 1 - (bedTest() or 0)
|
||||
elif conf.fuzzTest:
|
||||
from lib.core.testing import fuzzTest
|
||||
fuzzTest()
|
||||
|
||||
Reference in New Issue
Block a user