mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Some testing stuff
This commit is contained in:
parent
57f17794c4
commit
0e9dd9b0be
6 changed files with 66 additions and 135 deletions
|
|
@ -173,6 +173,9 @@ def main():
|
|||
elif conf.vulnTest:
|
||||
from lib.core.testing import vulnTest
|
||||
os._exitcode = 1 - (vulnTest() or 0)
|
||||
elif conf.fuzzTest:
|
||||
from lib.core.testing import fuzzTest
|
||||
fuzzTest()
|
||||
else:
|
||||
from lib.controller.controller import start
|
||||
if conf.profile and six.PY2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue