You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VAddy-WebApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
VAddy Web API Scan Document
2
2
======================
3
3
4
-
Document Version 2.0.1
4
+
Document Version 2.0.2
5
5
6
6
This specification defines "start scan", "cancel scan" and "get scan results".
7
7
@@ -19,11 +19,11 @@ Method : POST
19
19
auth_key=123456
20
20
project_id=6eb1f9fcbdb6a5a
21
21
crawl_id=30
22
+
scan_type="SQLI,XSS,RFI,..."
22
23
23
24
"crawl_id" is optional. If you don't specify it, VAddy uses the latest crawl data for scan. You can see the crawl ID number in the Proxy Crawling page of console page.
24
25
25
-
The auth_key is WebAPI authentication key. You can create this key on VAddy management page(https://console.vaddy.net/user/webapi).
26
-
Set Your UserID(LoginID) of VAddy management page on user parameter.
26
+
`scan_type` is optional. [Scan type list document](https://github.com/vaddy/WebAPI-document/blob/master/VAddy-WebApi-ScanType.md)
27
27
28
28
The project_id is grouping ID for scan target servers. It shows on the server menu of VAddy console screen.
0 commit comments