From f95ae391178c302fdbd5e8e6dcfb5a9b9703e5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Rainho?= Date: Wed, 7 Jul 2021 19:11:08 +0100 Subject: [PATCH] new entry for Fuzzing/SecLists - Word-list for common API endpoints --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36c5f3b..e1a4c84 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Name | Description ## Fuzzing / SecLists Name | Description ---- | ---- +[Wordlist for common API endpoints](https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/common-api-endpoints-mazen160.txt) | Wordlist for common API endpoints [List of API endpoints & objects](https://gist.github.com/yassineaboukir/8e12adefbd505ef704674ad6ad48743d) | A list of 3203 common API endpoints and objects designed for fuzzing. [List of Swagger endpoints](https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/swagger.txt) | Swagger endpoints [SecLists for API's web-content discovery](https://github.com/danielmiessler/SecLists/tree/master/Discovery/Web-Content/api) | It is a collection of web content discovery lists for APIs used during security assessments.