mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
improvement to restful API to store to IPC database partial entries, not yet functional (issue #297)
This commit is contained in:
parent
a92f1fb3b4
commit
f8bc74758c
8 changed files with 61 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue