mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-04 13:49:05 +00:00
Trivial update
This commit is contained in:
@@ -9,6 +9,17 @@ paths:
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
version:
|
||||
type: string
|
||||
example: "1.5.7.7#dev"
|
||||
success:
|
||||
type: boolean
|
||||
example: true
|
||||
/task/new:
|
||||
get:
|
||||
description: Create a new task
|
||||
@@ -25,6 +36,7 @@ paths:
|
||||
example: "fad44d6beef72285"
|
||||
success:
|
||||
type: boolean
|
||||
example: true
|
||||
/scan/{taskid}/start:
|
||||
post:
|
||||
description: Launch a scan
|
||||
@@ -59,6 +71,7 @@ paths:
|
||||
example: 19720
|
||||
success:
|
||||
type: boolean
|
||||
example: true
|
||||
/scan/{taskid}/stop:
|
||||
get:
|
||||
description: Stop a scan
|
||||
|
||||
Reference in New Issue
Block a user