mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Patching profile capabilities
This commit is contained in:
parent
0d3889730d
commit
ebd2a940cb
9 changed files with 4 additions and 5169 deletions
|
|
@ -182,7 +182,7 @@ def main():
|
|||
fuzzTest()
|
||||
else:
|
||||
from lib.controller.controller import start
|
||||
if conf.profile and six.PY2:
|
||||
if conf.profile:
|
||||
from lib.core.profiling import profile
|
||||
globals()["start"] = start
|
||||
profile()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue