mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Removing --fuzz-test
This commit is contained in:
parent
cfa5042358
commit
564c5a2494
4 changed files with 2 additions and 73 deletions
|
|
@ -175,9 +175,6 @@ 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue