mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-18 12:14:22 -05:00
Update data.json
This commit is contained in:
parent
4d966bcf85
commit
cf8cff7f50
42
data.json
42
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) |",
|
"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. ",
|
"Description": "HTTP parameter discovery suite. ",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "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; pip install requests",
|
"MacOS": "git clone https://github.com/s0md3v/Arjun; cd Arjun; pip3 install requests",
|
||||||
"Windows": "git clone https://github.com/s0md3v/Arjun; pip install requests"
|
"Windows": "git clone https://github.com/s0md3v/Arjun; cd Arjun; pip3 install requests"
|
||||||
},
|
},
|
||||||
"Method": "HTTP",
|
"Method": "HTTP",
|
||||||
"Type": "Discovery",
|
"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) |",
|
"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 ",
|
"Description": "Quick SQLMap Tamper Suggester ",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "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; pip install pretty",
|
"MacOS": "git clone https://github.com/m4ll0k/Atlas; cd Atlas; pip3 install pretty",
|
||||||
"Windows": "git clone https://github.com/m4ll0k/Atlas; pip install pretty"
|
"Windows": "git clone https://github.com/m4ll0k/Atlas; cd Atlas; pip3 install pretty"
|
||||||
},
|
},
|
||||||
"Method": "BRIDGE",
|
"Method": "BRIDGE",
|
||||||
"Type": "Utility",
|
"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) |",
|
"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 ",
|
"Description": "CORS Misconfiguration Scanner ",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "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; pip 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; pip install -r requirements.txt"
|
"Windows": "git clone https://github.com/s0md3v/Corsy; cd Corsy; pip3 install -r requirements.txt"
|
||||||
},
|
},
|
||||||
"Method": "CORS",
|
"Method": "CORS",
|
||||||
"Type": "Scanner",
|
"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) |",
|
"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 ! ",
|
"Description": "Making Favicon.ico based Recon Great again ! ",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "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; pip 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; pip install -r requirements.txt"
|
"Windows": "git clone https://github.com/devanshbatham/FavFreak; cd FavFreak; pip3 install -r requirements.txt"
|
||||||
},
|
},
|
||||||
"Method": "FAVICON",
|
"Method": "FAVICON",
|
||||||
"Type": "Discovery",
|
"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) |",
|
"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 ",
|
"Description": "Tool for advanced mining for content on Github ",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "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 ; pip 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 ; pip install -r requirements.txt"
|
"Windows": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip3 install -r requirements.txt"
|
||||||
},
|
},
|
||||||
"Method": "GIT",
|
"Method": "GIT",
|
||||||
"Type": "Discovery",
|
"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) |",
|
"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. ",
|
"Description": "GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. ",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "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; pip 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; pip install -r requirements.txt"
|
"Windows": "git clone https://github.com/swisskyrepo/GraphQLmap; cd GraphQLmap; pip3 install -r requirements.txt"
|
||||||
},
|
},
|
||||||
"Method": "GQL",
|
"Method": "GQL",
|
||||||
"Type": "Scanner",
|
"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) |",
|
"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) ",
|
"Description": "HTTP Request Smuggling over HTTP/2 Cleartext (h2c) ",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "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; pip3 install h2",
|
"MacOS": "git clone https://github.com/BishopFox/h2csmuggler; cd h2csmuggler; pip3 install h2",
|
||||||
"Windows": "git clone https://github.com/BishopFox/h2csmuggler; pip3 install h2"
|
"Windows": "git clone https://github.com/BishopFox/h2csmuggler; cd h2csmuggler; pip3 install h2"
|
||||||
},
|
},
|
||||||
"Method": "SMUGGLE",
|
"Method": "SMUGGLE",
|
||||||
"Type": "Scanner",
|
"Type": "Scanner",
|
||||||
|
Loading…
Reference in New Issue
Block a user