mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 09:29:26 +00:00
Implementing additional self-test stuff (--vuln-test)
This commit is contained in:
parent
bb7bd51d94
commit
10fe87fb4e
6 changed files with 79 additions and 7 deletions
|
|
@ -160,6 +160,9 @@ def main():
|
|||
if conf.smokeTest:
|
||||
from lib.core.testing import smokeTest
|
||||
smokeTest()
|
||||
elif conf.vulnTest:
|
||||
from lib.core.testing import vulnTest
|
||||
vulnTest()
|
||||
elif conf.liveTest:
|
||||
from lib.core.testing import liveTest
|
||||
liveTest()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue