From 57b3a002d77f3a9f3323108169be47d505b72bc5 Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Mon, 12 Feb 2024 23:32:37 +0100 Subject: [PATCH] chore: remove getting start readme section --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 9f2686f..f47cb7e 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,6 @@ As APIs are becoming increasingly essential, they are also becoming prime target VulnAPI is an open-source project designed to help you scan your APIs for common security vulnerabilities and weaknesses. By using this tool, you can detect that some API potential vulnerabilities and fix security issues. -## Get Started - -To use this tool, follow the bellow instructions: -1. Download the binary from the latest [release](https://github.com/cerberauth/vulnapi/releases). -2. Run the following command: `vulnapi scan http://localhost:8080/` - -Depending on the scan you run, you may have to pass existing valid JWT. - You can test the scanner against example [vulnerability challenges](https://github.com/cerberauth/api-vulns-challenges). ## Documentation