mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added initial support (hidden from -hh and not yet usable) for REST-JSON API
This commit is contained in:
parent
46885d4c28
commit
6e31e87de1
4 changed files with 36 additions and 2 deletions
|
|
@ -66,6 +66,7 @@ class XMLRPCServer:
|
|||
return retval
|
||||
|
||||
def run(self):
|
||||
print "CALLING RUN"
|
||||
if not self.is_busy():
|
||||
init(self.options, True)
|
||||
thread = threading.Thread(target=start)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue