Skip to content

Commit 1957a0b

Browse files
committed
検査項目指定オプションを追加
1 parent 3a066aa commit 1957a0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

VAddy-WebApi-ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VAddy Web API Scan Document
22
======================
33

4-
Document Version 2.0.1
4+
Document Version 2.0.2
55

66
VAddy WebAPI仕様書です。
77
本仕様では、VAddyのスキャン開始、スキャンキャンセル、スキャン結果の取得の3つを定義します。
@@ -18,11 +18,11 @@ Method : POST
1818
auth_key=123456
1919
project_id=6eb1f9fcbdb6a5a
2020
crawl_id=30
21+
scan_type="SQLI,XSS,RFI,..."
2122

2223
crawl_idはオプション項目です。指定がない場合は最新のクロールデータを利用して検査します。クロールIDの値は、管理画面にログインし、Proxy Crawling画面からご確認ください。
2324

24-
auth_keyは、ユーザ毎に発行する認証キーです。VAddyログイン後のWebAPI管理画面にて取得してください。
25-
管理画面のUser Idをuserパラメータに、API Auth Keyをauth_keyパラメータにセットしてください。
25+
`scan_type` はオプション項目です。指定が無い場合は全ての検査が実行されます。カンマ区切りで指定します。設定できる検査項目の一覧はこちらをご覧ください。 [検査項目指定オプションの一覧](https://github.com/vaddy/WebAPI-document/blob/master/VAddy-WebApi-ScanType.md)
2626

2727
project_idは、検査対象サーバを管理するID。 Server画面にProjectIDとして表示されます。
2828

VAddy-WebApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VAddy Web API Scan Document
22
======================
33

4-
Document Version 2.0.1
4+
Document Version 2.0.2
55

66
This specification defines "start scan", "cancel scan" and "get scan results".
77

@@ -19,11 +19,11 @@ Method : POST
1919
auth_key=123456
2020
project_id=6eb1f9fcbdb6a5a
2121
crawl_id=30
22+
scan_type="SQLI,XSS,RFI,..."
2223

2324
"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.
2425

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)
2727

2828
The project_id is grouping ID for scan target servers. It shows on the server menu of VAddy console screen.
2929

0 commit comments

Comments
 (0)