Skip to content

Commit 900a5e8

Browse files
authored
Merge pull request #10 from morpheuslord/morpheuslord-patch-3
Update README.md
2 parents a4ffd3c + 3b1142d commit 900a5e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Nmap API
22

3-
Uses python3.10, Debian, python-Nmap, and flask framework to create a Nmap API that can do scans with a good speed online and is easy to deploy.
3+
Uses python3.10, Debian, python-Nmap, and flask framework to create an Nmap API that can do scans with a good speed online and is easy to deploy.
44

5-
This is a implementation for our college PCL project which is still under development and constantly updating.
5+
This is an implementation for our college PCL project which is still under development and constantly updating.
66

77
## API Reference
88

99
#### Get all items
1010

11-
```http
11+
```
1212
GET /api/p1/{auth_key}/{target}
1313
GET /api/p2/{auth_key}/{target}
1414
GET /api/p3/{auth_key}/{target}
@@ -23,7 +23,7 @@ This is a implementation for our college PCL project which is still under develo
2323

2424
#### Get item
2525

26-
```http
26+
```
2727
GET /api/p1/
2828
GET /api/p2/
2929
GET /api/p3/
@@ -57,7 +57,7 @@ This is a implementation for our college PCL project which is still under develo
5757

5858
#### Auth and User management
5959

60-
```http
60+
```
6161
GET /register/<int:user_id>/<string:password>
6262
```
6363

0 commit comments

Comments
 (0)