mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
added initial support (hidden from -hh and not yet usable) for REST-JSON API
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user