From 3b1142dc9b77caaa0353c1e7c738e0f9a80ba955 Mon Sep 17 00:00:00 2001 From: morpheuslord <70637311+morpheuslord@users.noreply.github.com> Date: Sat, 2 Dec 2023 21:08:31 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd7ffa7..04e91ea 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Nmap API -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. +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. -This is a implementation for our college PCL project which is still under development and constantly updating. +This is an implementation for our college PCL project which is still under development and constantly updating. ## API Reference #### Get all items -```http +``` GET /api/p1/{auth_key}/{target} GET /api/p2/{auth_key}/{target} GET /api/p3/{auth_key}/{target} @@ -23,7 +23,7 @@ This is a implementation for our college PCL project which is still under develo #### Get item -```http +``` GET /api/p1/ GET /api/p2/ GET /api/p3/ @@ -57,7 +57,7 @@ This is a implementation for our college PCL project which is still under develo #### Auth and User management -```http +``` GET /register// ```