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