From cf8cff7f50a958427e3a5d81c7d694a227307fb9 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sun, 1 Nov 2020 23:22:32 +0900 Subject: [PATCH] Update data.json --- data.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/data.json b/data.json index 7899452..ccc5f6e 100644 --- a/data.json +++ b/data.json @@ -19,9 +19,9 @@ "Data": "| Discovery/HTTP | [Arjun](https://github.com/s0md3v/Arjun) | HTTP parameter discovery suite. | ![](https://img.shields.io/github/stars/s0md3v/Arjun) | ![](https://img.shields.io/github/languages/top/s0md3v/Arjun) |", "Description": "HTTP parameter discovery suite. ", "Install": { - "Linux": "git clone https://github.com/s0md3v/Arjun; pip install requests", - "MacOS": "git clone https://github.com/s0md3v/Arjun; pip install requests", - "Windows": "git clone https://github.com/s0md3v/Arjun; pip install requests" + "Linux": "git clone https://github.com/s0md3v/Arjun; cd Arjun; pip3 install requests", + "MacOS": "git clone https://github.com/s0md3v/Arjun; cd Arjun; pip3 install requests", + "Windows": "git clone https://github.com/s0md3v/Arjun; cd Arjun; pip3 install requests" }, "Method": "HTTP", "Type": "Discovery", @@ -51,9 +51,9 @@ "Data": "| Utility/BRIDGE | [Atlas](https://github.com/m4ll0k/Atlas) | Quick SQLMap Tamper Suggester | ![](https://img.shields.io/github/stars/m4ll0k/Atlas) | ![](https://img.shields.io/github/languages/top/m4ll0k/Atlas) |", "Description": "Quick SQLMap Tamper Suggester ", "Install": { - "Linux": "git clone https://github.com/m4ll0k/Atlas; pip install pretty", - "MacOS": "git clone https://github.com/m4ll0k/Atlas; pip install pretty", - "Windows": "git clone https://github.com/m4ll0k/Atlas; pip install pretty" + "Linux": "git clone https://github.com/m4ll0k/Atlas; cd Atlas; pip3 install pretty", + "MacOS": "git clone https://github.com/m4ll0k/Atlas; cd Atlas; pip3 install pretty", + "Windows": "git clone https://github.com/m4ll0k/Atlas; cd Atlas; pip3 install pretty" }, "Method": "BRIDGE", "Type": "Utility", @@ -179,9 +179,9 @@ "Data": "| Scanner/CORS | [Corsy](https://github.com/s0md3v/Corsy) | CORS Misconfiguration Scanner | ![](https://img.shields.io/github/stars/s0md3v/Corsy) | ![](https://img.shields.io/github/languages/top/s0md3v/Corsy) |", "Description": "CORS Misconfiguration Scanner ", "Install": { - "Linux": "git clone https://github.com/s0md3v/Corsy; cd Corsy; pip install -r requirements.txt", - "MacOS": "git clone https://github.com/s0md3v/Corsy; cd Corsy; pip install -r requirements.txt", - "Windows": "git clone https://github.com/s0md3v/Corsy; cd Corsy; pip install -r requirements.txt" + "Linux": "git clone https://github.com/s0md3v/Corsy; cd Corsy; pip3 install -r requirements.txt", + "MacOS": "git clone https://github.com/s0md3v/Corsy; cd Corsy; pip3 install -r requirements.txt", + "Windows": "git clone https://github.com/s0md3v/Corsy; cd Corsy; pip3 install -r requirements.txt" }, "Method": "CORS", "Type": "Scanner", @@ -227,9 +227,9 @@ "Data": "| Discovery/FAVICON | [FavFreak](https://github.com/devanshbatham/FavFreak) | Making Favicon.ico based Recon Great again ! | ![](https://img.shields.io/github/stars/devanshbatham/FavFreak) | ![](https://img.shields.io/github/languages/top/devanshbatham/FavFreak) |", "Description": "Making Favicon.ico based Recon Great again ! ", "Install": { - "Linux": "git clone https://github.com/devanshbatham/FavFreak; cd FavFreak; pip install -r requirements.txt", - "MacOS": "git clone https://github.com/devanshbatham/FavFreak; cd FavFreak; pip install -r requirements.txt", - "Windows": "git clone https://github.com/devanshbatham/FavFreak; cd FavFreak; pip install -r requirements.txt" + "Linux": "git clone https://github.com/devanshbatham/FavFreak; cd FavFreak; pip3 install -r requirements.txt", + "MacOS": "git clone https://github.com/devanshbatham/FavFreak; cd FavFreak; pip3 install -r requirements.txt", + "Windows": "git clone https://github.com/devanshbatham/FavFreak; cd FavFreak; pip3 install -r requirements.txt" }, "Method": "FAVICON", "Type": "Discovery", @@ -259,9 +259,9 @@ "Data": "| Discovery/GIT | [GitMiner](https://github.com/UnkL4b/GitMiner) | Tool for advanced mining for content on Github | ![](https://img.shields.io/github/stars/UnkL4b/GitMiner) | ![](https://img.shields.io/github/languages/top/UnkL4b/GitMiner) |", "Description": "Tool for advanced mining for content on Github ", "Install": { - "Linux": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip install -r requirements.txt", - "MacOS": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip install -r requirements.txt", - "Windows": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip install -r requirements.txt" + "Linux": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip3 install -r requirements.txt", + "MacOS": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip3 install -r requirements.txt", + "Windows": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip3 install -r requirements.txt" }, "Method": "GIT", "Type": "Discovery", @@ -291,9 +291,9 @@ "Data": "| Scanner/GQL | [GraphQLmap](https://github.com/swisskyrepo/GraphQLmap) | GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. | ![](https://img.shields.io/github/stars/swisskyrepo/GraphQLmap) | ![](https://img.shields.io/github/languages/top/swisskyrepo/GraphQLmap) |", "Description": "GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. ", "Install": { - "Linux": "git clone https://github.com/swisskyrepo/GraphQLmap; cd GraphQLmap; pip install -r requirements.txt", - "MacOS": "git clone https://github.com/swisskyrepo/GraphQLmap; cd GraphQLmap; pip install -r requirements.txt", - "Windows": "git clone https://github.com/swisskyrepo/GraphQLmap; cd GraphQLmap; pip install -r requirements.txt" + "Linux": "git clone https://github.com/swisskyrepo/GraphQLmap; cd GraphQLmap; pip3 install -r requirements.txt", + "MacOS": "git clone https://github.com/swisskyrepo/GraphQLmap; cd GraphQLmap; pip3 install -r requirements.txt", + "Windows": "git clone https://github.com/swisskyrepo/GraphQLmap; cd GraphQLmap; pip3 install -r requirements.txt" }, "Method": "GQL", "Type": "Scanner", @@ -1379,9 +1379,9 @@ "Data": "| Scanner/SMUGGLE | [h2csmuggler](https://github.com/BishopFox/h2csmuggler) | HTTP Request Smuggling over HTTP/2 Cleartext (h2c) | ![](https://img.shields.io/github/stars/BishopFox/h2csmuggler) | ![](https://img.shields.io/github/languages/top/BishopFox/h2csmuggler) |", "Description": "HTTP Request Smuggling over HTTP/2 Cleartext (h2c) ", "Install": { - "Linux": "git clone https://github.com/BishopFox/h2csmuggler; pip3 install h2", - "MacOS": "git clone https://github.com/BishopFox/h2csmuggler; pip3 install h2", - "Windows": "git clone https://github.com/BishopFox/h2csmuggler; pip3 install h2" + "Linux": "git clone https://github.com/BishopFox/h2csmuggler; cd h2csmuggler; pip3 install h2", + "MacOS": "git clone https://github.com/BishopFox/h2csmuggler; cd h2csmuggler; pip3 install h2", + "Windows": "git clone https://github.com/BishopFox/h2csmuggler; cd h2csmuggler; pip3 install h2" }, "Method": "SMUGGLE", "Type": "Scanner",