Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ project_id | Yes | Provide Project ID
```shell

curl http://localhost:8000/api/webscanresult/ \
-X POST \
-X GET \
-H "Content-Type: application/json" \
-H "Authorization: JWT token" \
-d '{"scan_id":"a20b9c2e-1bd0-4a69-8771-67c023a3b96b"}'
Expand Down Expand Up @@ -321,7 +321,7 @@ This endpoint retrieves vulnerability data for particular web scan. Archery perf

### HTTP Request

`POST http://localhost:8000/api/webscanresult/`
`GET http://localhost:8000/api/webscanresult/`

### URL Parameters

Expand Down Expand Up @@ -383,7 +383,7 @@ This endpoint retrieves all network scan results. Archery performing network and

### HTTP Request

`GET http://localhost:8000/api/webscan/`
`GET http://localhost:8000/api/networkscan/`

## Scan Launch

Expand Down Expand Up @@ -429,7 +429,7 @@ project_id | Yes | Provide Project ID
```shell

curl http://localhost:8000/api/networkscanresult/ \
-X POST \
-X GET \
-H "Content-Type: application/json" \
-H "Authorization: JWT token" \
-d '{"scan_id":"a20b9c2e-1bd0-4a69-8771-67c023a3b96b"}'
Expand Down Expand Up @@ -515,7 +515,7 @@ This endpoint retrieves vulnerability data for particular Network scan. Archery

### HTTP Request

`POST http://localhost:8000/api/networkscanresult/`
`GET http://localhost:8000/api/networkscanresult/`

### URL Parameters

Expand Down
11 changes: 6 additions & 5 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,14 @@ project_id | Yes | Provide Project ID
scanner | Yes | Provide scanner
| | OWASP ZAP Scanner - zap_scan
| | Burp Scanner - burp_scan
| | Arachni - arachni

## Get Scan Results

```shell

curl http://localhost:8000/api/webscanresult/ \
-X POST \
-X GET \
-H "Content-Type: application/json" \
-H "Authorization: JWT token" \
-d '{"scan_id":"a20b9c2e-1bd0-4a69-8771-67c023a3b96b"}'
Expand Down Expand Up @@ -324,7 +325,7 @@ This endpoint retrieves vulnerability data for particular web scan. Archery perf

### HTTP Request

`POST http://localhost:8000/api/webscanresult/`
`GET http://localhost:8000/api/webscanresult/`

### URL Parameters

Expand Down Expand Up @@ -386,7 +387,7 @@ This endpoint retrieves all network scan results. Archery performing network and

### HTTP Request

`GET http://localhost:8000/api/webscan/`
`GET http://localhost:8000/api/networkscan/`

## Scan Launch

Expand Down Expand Up @@ -432,7 +433,7 @@ project_id | Yes | Provide Project ID
```shell

curl http://localhost:8000/api/networkscanresult/ \
-X POST \
-X GET \
-H "Content-Type: application/json" \
-H "Authorization: JWT token" \
-d '{"scan_id":"a20b9c2e-1bd0-4a69-8771-67c023a3b96b"}'
Expand Down Expand Up @@ -518,7 +519,7 @@ This endpoint retrieves vulnerability data for particular Network scan. Archery

### HTTP Request

`POST http://localhost:8000/api/networkscanresult/`
`GET http://localhost:8000/api/networkscanresult/`

### URL Parameters

Expand Down