mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
improvement to restful API to store to IPC database partial entries, not yet functional (issue #297)
This commit is contained in:
@@ -271,6 +271,6 @@ class CONTENT_TYPE:
|
||||
OS_CMD = 23
|
||||
REG_READ = 24
|
||||
|
||||
class API_CONTENT_STATUS:
|
||||
class CONTENT_STATUS:
|
||||
IN_PROGRESS = 0
|
||||
COMPLETE = 1
|
||||
|
||||
Reference in New Issue
Block a user