WebHackersWeapons/data.json

2339 lines
99 KiB
JSON
Raw Normal View History

2020-09-26 09:04:56 -06:00
{
2020-09-28 09:39:01 -06:00
"Amass": {
"Data": "| Discovery/DOMAIN | [Amass](https://github.com/OWASP/Amass) | In-depth Attack Surface Mapping and Asset Discovery | ![](https://img.shields.io/github/stars/OWASP/Amass) | ![](https://img.shields.io/github/languages/top/OWASP/Amass) |",
"Description": "In-depth Attack Surface Mapping and Asset Discovery ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "sudo snap install amass",
"MacOS": "brew tap caffix/amass; brew install amass",
2020-09-28 09:39:01 -06:00
"Windows": ""
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "sudo snap refresh amass",
"MacOS": "brew upgrade amass",
2020-09-28 09:39:01 -06:00
"Windows": ""
}
},
"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. ",
"Install": {
2020-10-26 11:34:28 -06:00
"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"
2020-09-28 09:39:01 -06:00
},
"Method": "HTTP",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Arjun; git pull -v ",
"MacOS": "cd Arjun; git pull -v ",
"Windows": "cd Arjun; git pull -v "
2020-09-28 09:39:01 -06:00
}
},
"Aron": {
"Data": "| Discovery/HTTP | [Aron](https://github.com/m4ll0k/Aron) | Aron is a GO script for finding hidden GET \u0026 POST parameters | ![](https://img.shields.io/github/stars/m4ll0k/Aron) | ![](https://img.shields.io/github/languages/top/m4ll0k/Aron) |",
"Description": "Aron is a GO script for finding hidden GET \u0026 POST parameters ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/m4ll0k/Aron",
"MacOS": "go get -u github.com/m4ll0k/Aron",
"Windows": "go get -u github.com/m4ll0k/Aron"
2020-09-28 09:39:01 -06:00
},
"Method": "HTTP",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/m4ll0k/Aron",
"MacOS": "go get -u github.com/m4ll0k/Aron",
"Windows": "go get -u github.com/m4ll0k/Aron"
2020-09-28 09:39:01 -06:00
}
},
"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 ",
"Install": {
2020-10-26 11:34:28 -06:00
"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"
2020-09-28 09:39:01 -06:00
},
"Method": "BRIDGE",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Atlas; git pull -v",
"MacOS": "cd Atlas; git pull -v",
"Windows": "cd Atlas; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"Blacklist3r": {
"Data": "| Utility/PAYLOAD | [Blacklist3r](https://github.com/NotSoSecure/Blacklist3r) | project-blacklist3r | ![](https://img.shields.io/github/stars/NotSoSecure/Blacklist3r) | ![](https://img.shields.io/github/languages/top/NotSoSecure/Blacklist3r) |",
"Description": "project-blacklist3r ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"Bug-Bounty-Toolz": {
"Data": "| ToolBox/ALL | [Bug-Bounty-Toolz](https://github.com/m4ll0k/Bug-Bounty-Toolz) | BBT - Bug Bounty Tools | ![](https://img.shields.io/github/stars/m4ll0k/Bug-Bounty-Toolz) | ![](https://img.shields.io/github/languages/top/m4ll0k/Bug-Bounty-Toolz) |",
"Description": "BBT - Bug Bounty Tools ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ALL",
"Type": "ToolBox",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"BurpSuite": {
2020-09-28 09:40:57 -06:00
"Data": "| Army-Knife/PROXY | [BurpSuite](https://portswigger.net/burp) | the BurpSuite Project|![](https://img.shields.io/static/v1?label=\u0026message=it's%20not%20github\u0026color=gray)|![](https://img.shields.io/static/v1?label=\u0026message=it's%20not%20github\u0026color=gray)",
"Description": "the BurpSuite Project",
2020-09-28 09:39:01 -06:00
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
2020-10-18 10:08:46 -06:00
"Method": "PROXY",
"Type": "Army-Knife",
2020-09-28 09:39:01 -06:00
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"CSP Evaluator": {
"Data": "| Utility/CSP | [CSP Evaluator](https://csp-evaluator.withgoogle.com) | Online CSP Evaluator from google|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) | ![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|",
"Description": " Online CSP Evaluator from google|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "CSP",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"CT_subdomains": {
"Data": "| Utility/WORD | [CT_subdomains](https://github.com/internetwache/CT_subdomains) | An hourly updated list of subdomains gathered from certificate transparency logs | ![](https://img.shields.io/github/stars/internetwache/CT_subdomains) | ![](https://img.shields.io/github/languages/top/internetwache/CT_subdomains) |",
"Description": "An hourly updated list of subdomains gathered from certificate transparency logs ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "WORD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"Chaos Web": {
"Data": "| Discovery/DOMAIN | [Chaos Web](https://chaos.projectdiscovery.io) | actively scan and maintain internet-wide assets' data. enhance research and analyse changes around DNS for better insights.|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)",
"Description": " actively scan and maintain internet-wide assets' data. enhance research and analyse changes around DNS for better insights.|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"CorsMe": {
"Data": "| Scanner/CORS | [CorsMe](https://github.com/Shivangx01b/CorsMe) | Cross Origin Resource Sharing MisConfiguration Scanner | ![](https://img.shields.io/github/stars/Shivangx01b/CorsMe) | ![](https://img.shields.io/github/languages/top/Shivangx01b/CorsMe) |",
"Description": "Cross Origin Resource Sharing MisConfiguration Scanner ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u -v github.com/shivangx01b/CorsMe",
"MacOS": "go get -u -v github.com/shivangx01b/CorsMe",
"Windows": "go get -u -v github.com/shivangx01b/CorsMe"
2020-09-28 09:39:01 -06:00
},
"Method": "CORS",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u -v github.com/shivangx01b/CorsMe",
"MacOS": "go get -u -v github.com/shivangx01b/CorsMe",
"Windows": "go get -u -v github.com/shivangx01b/CorsMe"
2020-09-28 09:39:01 -06:00
}
},
"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 ",
"Install": {
2020-10-26 11:34:28 -06:00
"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"
2020-09-28 09:39:01 -06:00
},
"Method": "CORS",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "git pull -v ; pip install -r requirements.txt",
"MacOS": "git pull -v ; pip install -r requirements.txt",
"Windows": "git pull -v ; pip install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"CyberChef": {
"Data": "| ToolBox/ALL | [CyberChef](https://github.com/gchq/CyberChef) | The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis | ![](https://img.shields.io/github/stars/gchq/CyberChef) | ![](https://img.shields.io/github/languages/top/gchq/CyberChef) |",
"Description": "The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ALL",
"Type": "ToolBox",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"DNSDumpster": {
"Data": "| Discovery/DNS | [DNSDumpster](https://dnsdumpster.com) | Online dns recon \u0026 research, find \u0026 lookup dns records|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) | ![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|",
"Description": " Online dns recon \u0026 research, find \u0026 lookup dns records|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"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 ! ",
"Install": {
2020-10-26 11:34:28 -06:00
"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"
2020-09-28 09:39:01 -06:00
},
"Method": "FAVICON",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd FavFreak; git pull -v ; pip install -r requirements.txt",
"MacOS": "cd FavFreak; git pull -v ; pip install -r requirements.txt",
"Windows": "cd FavFreak; git pull -v ; pip install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"Gf-Patterns": {
"Data": "| Utility/ENV | [Gf-Patterns](https://github.com/1ndianl33t/Gf-Patterns) | GF Paterns For (ssrf,RCE,Lfi,sqli,ssti,idor,url redirection,debug_logic) parameters grep | ![](https://img.shields.io/github/stars/1ndianl33t/Gf-Patterns) | ![](https://img.shields.io/github/languages/top/1ndianl33t/Gf-Patterns) |",
"Description": "GF Paterns For (ssrf,RCE,Lfi,sqli,ssti,idor,url redirection,debug_logic) parameters grep ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/1ndianl33t/Gf-Patterns",
"MacOS": "git clone https://github.com/1ndianl33t/Gf-Patterns",
"Windows": "git clone https://github.com/1ndianl33t/Gf-Patterns"
2020-09-28 09:39:01 -06:00
},
"Method": "ENV",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Gf-Patterns; git pull -v",
"MacOS": "cd Gf-Patterns; git pull -v",
"Windows": "cd Gf-Patterns; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"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 ",
"Install": {
2020-10-26 11:34:28 -06:00
"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"
2020-09-28 09:39:01 -06:00
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd GitMiner ; git pull -v ; pip install -r requirements.txt",
"MacOS": "cd GitMiner ; git pull -v ; pip install -r requirements.txt",
"Windows": "cd GitMiner ; git pull -v ; pip install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"Gopherus": {
"Data": "| Utility/PAYLOAD | [Gopherus](https://github.com/tarunkant/Gopherus) | This tool generates gopher link for exploiting SSRF and gaining RCE in various servers | ![](https://img.shields.io/github/stars/tarunkant/Gopherus) | ![](https://img.shields.io/github/languages/top/tarunkant/Gopherus) |",
"Description": "This tool generates gopher link for exploiting SSRF and gaining RCE in various servers ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/tarunkant/Gopherus; cd Gopherus; ./install.sh",
"MacOS": "git clone https://github.com/tarunkant/Gopherus; cd Gopherus; ./install.sh",
"Windows": "git clone https://github.com/tarunkant/Gopherus; cd Gopherus; ./install.sh"
2020-09-28 09:39:01 -06:00
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Gopherus; git pull -v",
"MacOS": "cd Gopherus; git pull -v",
"Windows": "cd Gopherus; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"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. ",
"Install": {
2020-10-26 11:34:28 -06:00
"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"
2020-09-28 09:39:01 -06:00
},
"Method": "GQL",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd GraphQLmap; git pull -v ; pip install -r requirements.txt",
"MacOS": "cd GraphQLmap; git pull -v ; pip install -r requirements.txt",
"Windows": "cd GraphQLmap; git pull -v ; pip install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"JSFScan.sh": {
"Data": "| Discovery/JS | [JSFScan.sh](https://github.com/KathanP19/JSFScan.sh) | Automation for javascript recon in bug bounty. | ![](https://img.shields.io/github/stars/KathanP19/JSFScan.sh) | ![](https://img.shields.io/github/languages/top/KathanP19/JSFScan.sh) |",
"Description": "Automation for javascript recon in bug bounty. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/KathanP19/JSFScan.sh; cd JSFScan.sh; chmod +x install.sh ; ./install.sh",
"MacOS": "git clone https://github.com/KathanP19/JSFScan.sh; cd JSFScan.sh; chmod +x install.sh ; ./install.sh",
2020-09-28 09:39:01 -06:00
"Windows": ""
},
"Method": "JS",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd JSFScan.sh; git pull -v",
"MacOS": "cd JSFScan.sh; git pull -v",
2020-09-28 09:39:01 -06:00
"Windows": ""
}
},
"LFISuite": {
"Data": "| Scanner/LFI | [LFISuite](https://github.com/D35m0nd142/LFISuite) | Totally Automatic LFI Exploiter (+ Reverse Shell) and Scanner | ![](https://img.shields.io/github/stars/D35m0nd142/LFISuite) | ![](https://img.shields.io/github/languages/top/D35m0nd142/LFISuite) |",
"Description": "Totally Automatic LFI Exploiter (+ Reverse Shell) and Scanner ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/D35m0nd142/LFISuite",
"MacOS": "git clone https://github.com/D35m0nd142/LFISuite",
"Windows": "git clone https://github.com/D35m0nd142/LFISuite"
2020-09-28 09:39:01 -06:00
},
"Method": "LFI",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd LFISuite; git pull -v",
"MacOS": "cd LFISuite; git pull -v",
"Windows": "cd LFISuite; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"LinkFinder": {
"Data": "| Discovery/JS | [LinkFinder](https://github.com/GerbenJavado/LinkFinder) | A python script that finds endpoints in JavaScript files | ![](https://img.shields.io/github/stars/GerbenJavado/LinkFinder) | ![](https://img.shields.io/github/languages/top/GerbenJavado/LinkFinder) |",
"Description": "A python script that finds endpoints in JavaScript files ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/GerbenJavado/LinkFinder; cd LinkFinder; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/GerbenJavado/LinkFinder; cd LinkFinder; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/GerbenJavado/LinkFinder; cd LinkFinder; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "JS",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd LinkFinder; git pull -v ; pip3 install -r requirements.txt; python setup.py install",
"MacOS": "cd LinkFinder; git pull -v ; pip3 install -r requirements.txt; python setup.py install",
"Windows": "cd LinkFinder; git pull -v ; pip3 install -r requirements.txt; python setup.py install"
2020-09-28 09:39:01 -06:00
}
},
"NoSQLMap": {
"Data": "| Scanner/NOSQL | [NoSQLMap](https://github.com/codingo/NoSQLMap) | Automated NoSQL database enumeration and web application exploitation tool. | ![](https://img.shields.io/github/stars/codingo/NoSQLMap) | ![](https://img.shields.io/github/languages/top/codingo/NoSQLMap) |",
"Description": "Automated NoSQL database enumeration and web application exploitation tool. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/codingo/NoSQLMap ; cd NoSQLMap; python setup.py install",
"MacOS": "git clone https://github.com/codingo/NoSQLMap ; cd NoSQLMap; python setup.py install",
"Windows": "git clone https://github.com/codingo/NoSQLMap ; cd NoSQLMap; python setup.py install"
2020-09-28 09:39:01 -06:00
},
"Method": "NOSQL",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd NoSQLMap; git pull -v",
"MacOS": "cd NoSQLMap; git pull -v",
"Windows": "cd NoSQLMap; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"OneForAll": {
"Data": "| Discovery/ALL | [OneForAll](https://github.com/shmilylty/OneForAll) | OneForAll是一款功能强大的子域收集工具 | ![](https://img.shields.io/github/stars/shmilylty/OneForAll) | ![](https://img.shields.io/github/languages/top/shmilylty/OneForAll) |",
"Description": "OneForAll是一款功能强大的子域收集工具 ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/shmilylty/OneForAll ; cd OneForAll; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/shmilylty/OneForAll ; cd OneForAll; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/shmilylty/OneForAll ; cd OneForAll; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd OneForAll; git pull -v; pip3 install -r requirements.txt",
"MacOS": "cd OneForAll; git pull -v; pip3 install -r requirements.txt",
"Windows": "cd OneForAll; git pull -v; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"Osmedeus": {
"Data": "| Scanner/RECON | [Osmedeus](https://github.com/j3ssie/Osmedeus) | Fully automated offensive security framework for reconnaissance and vulnerability scanning | ![](https://img.shields.io/github/stars/j3ssie/Osmedeus) | ![](https://img.shields.io/github/languages/top/j3ssie/Osmedeus) |",
"Description": "Fully automated offensive security framework for reconnaissance and vulnerability scanning ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/j3ssie/Osmedeus; cd Osmedeus; pip3 install -r requirements.txt; ./install.sh",
"MacOS": "git clone https://github.com/j3ssie/Osmedeus; cd Osmedeus; pip3 install -r requirements.txt; ./install.sh",
"Windows": "git clone https://github.com/j3ssie/Osmedeus; cd Osmedeus; pip3 install -r requirements.txt; ./install.sh"
2020-09-28 09:39:01 -06:00
},
"Method": "RECON",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Osmedeus; git pull -v; pip3 install -r requirements.txt",
"MacOS": "cd Osmedeus; git pull -v; pip3 install -r requirements.txt",
"Windows": "cd Osmedeus; git pull -v; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"ParamSpider": {
"Data": "| Discovery/PARAM | [ParamSpider](https://github.com/devanshbatham/ParamSpider) | Mining parameters from dark corners of Web Archives | ![](https://img.shields.io/github/stars/devanshbatham/ParamSpider) | ![](https://img.shields.io/github/languages/top/devanshbatham/ParamSpider) |",
"Description": "Mining parameters from dark corners of Web Archives ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/devanshbatham/ParamSpider; cd ParamSpider; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/devanshbatham/ParamSpider; cd ParamSpider; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/devanshbatham/ParamSpider; cd ParamSpider; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "PARAM",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd ParamSpider; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd ParamSpider; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd ParamSpider; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"Parth": {
"Data": "| Discovery/PARAM | [Parth](https://github.com/s0md3v/Parth) | Heuristic Vulnerable Parameter Scanner | ![](https://img.shields.io/github/stars/s0md3v/Parth) | ![](https://img.shields.io/github/languages/top/s0md3v/Parth) |",
"Description": "Heuristic Vulnerable Parameter Scanner ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/s0md3v/Parth",
"MacOS": "git clone https://github.com/s0md3v/Parth",
"Windows": "git clone https://github.com/s0md3v/Parth"
2020-09-28 09:39:01 -06:00
},
"Method": "PARAM",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Parth; git pull -v",
"MacOS": "cd Parth; git pull -v",
"Windows": "cd Parth; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"PayloadsAllTheThings": {
"Data": "| Utility/PAYLOAD | [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings) | A list of useful payloads and bypass for Web Application Security and Pentest/CTF | ![](https://img.shields.io/github/stars/swisskyrepo/PayloadsAllTheThings) | ![](https://img.shields.io/github/languages/top/swisskyrepo/PayloadsAllTheThings) |",
"Description": "A list of useful payloads and bypass for Web Application Security and Pentest/CTF ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"Phoenix": {
"Data": "| Utility/ETC | [Phoenix](https://www.hahwul.com/p/phoenix.html) | hahwul's online tools|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) | ![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|",
"Description": " hahwul's online tools|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ETC",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"Photon": {
"Data": "| Discovery/CRAWL | [Photon](https://github.com/s0md3v/Photon) | Incredibly fast crawler designed for OSINT. | ![](https://img.shields.io/github/stars/s0md3v/Photon) | ![](https://img.shields.io/github/languages/top/s0md3v/Photon) |",
"Description": "Incredibly fast crawler designed for OSINT. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/s0md3v/Photon; cd Photon; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/s0md3v/Photon; cd Photon; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/s0md3v/Photon; cd Photon; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Photon; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd Photon; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd Photon; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"RustScan": {
"Data": "| Discovery/PORT | [RustScan](https://github.com/brandonskerritt/RustScan) | Faster Nmap Scanning with Rust | ![](https://img.shields.io/github/stars/brandonskerritt/RustScan) | ![](https://img.shields.io/github/languages/top/brandonskerritt/RustScan) |",
"Description": "Faster Nmap Scanning with Rust ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "cargo install rustsca",
"MacOS": "brew install rustscan",
"Windows": "cargo install rustsca"
2020-09-28 09:39:01 -06:00
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "",
2020-10-26 11:34:28 -06:00
"MacOS": "brew upgrade rustscan",
2020-09-28 09:39:01 -06:00
"Windows": ""
}
},
"S3Scanner": {
"Data": "| Scanner/S3 | [S3Scanner](https://github.com/sa7mon/S3Scanner) | Scan for open AWS S3 buckets and dump the contents | ![](https://img.shields.io/github/stars/sa7mon/S3Scanner) | ![](https://img.shields.io/github/languages/top/sa7mon/S3Scanner) |",
"Description": "Scan for open AWS S3 buckets and dump the contents ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/sa7mon/S3Scanner; cd S3Scanner; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/sa7mon/S3Scanner; cd S3Scanner; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/sa7mon/S3Scanner; cd S3Scanner; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "S3",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd S3Scanner; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd S3Scanner; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd S3Scanner; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"SQLNinja": {
"Data": "| Scanner/SQL | [SQLNinja](https://gitlab.com/kalilinux/packages/sqlninja) | SQL Injection scanner|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) | ![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|",
"Description": " SQL Injection scanner|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SQL",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"SSRFmap": {
"Data": "| Scanner/SSRF | [SSRFmap](https://github.com/swisskyrepo/SSRFmap) | Automatic SSRF fuzzer and exploitation tool | ![](https://img.shields.io/github/stars/swisskyrepo/SSRFmap) | ![](https://img.shields.io/github/languages/top/swisskyrepo/SSRFmap) |",
"Description": "Automatic SSRF fuzzer and exploitation tool ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/swisskyrepo/SSRFmap; cd SSRFmap; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/swisskyrepo/SSRFmap; cd SSRFmap; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/swisskyrepo/SSRFmap; cd SSRFmap; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "SSRF",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd SSRFmap; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd SSRFmap; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd SSRFmap; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"SecLists": {
"Data": "| Utility/WORD | [SecLists](https://github.com/danielmiessler/SecLists) | SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. | ![](https://img.shields.io/github/stars/danielmiessler/SecLists) | ![](https://img.shields.io/github/languages/top/danielmiessler/SecLists) |",
"Description": "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/danielmiessler/SecLists",
"MacOS": "git clone https://github.com/danielmiessler/SecLists",
"Windows": "git clone https://github.com/danielmiessler/SecLists"
2020-09-28 09:39:01 -06:00
},
"Method": "WORD",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd SecLists; git pull -v",
"MacOS": "cd SecLists; git pull -v",
"Windows": "cd SecLists; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"SecretFinder": {
"Data": "| Discovery/JS | [SecretFinder](https://github.com/m4ll0k/SecretFinder) | SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files | ![](https://img.shields.io/github/stars/m4ll0k/SecretFinder) | ![](https://img.shields.io/github/languages/top/m4ll0k/SecretFinder) |",
"Description": "SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/m4ll0k/SecretFinder ; cd SecretFinder ; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/m4ll0k/SecretFinder ; cd SecretFinder ; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/m4ll0k/SecretFinder ; cd SecretFinder ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "JS",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd SecretFinder ; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd SecretFinder ; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd SecretFinder ; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"SecurityTrails": {
"Data": "| Discovery/DNS | [SecurityTrails](https://securitytrails.com) | Online dns / subdomain / recon tool|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) | ![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|",
"Description": " Online dns / subdomain / recon tool|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"SequenceDiagram": {
"Data": "| Utility/FLOW | [SequenceDiagram](https://sequencediagram.org) | Online tool for creating UML sequence diagrams|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) | ![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|",
"Description": " Online tool for creating UML sequence diagrams|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FLOW",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"Shodan": {
"Data": "| Discovery/PORT | [Shodan](https://www.shodan.io/) | World's first search engine for Internet-connected devices|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) | ![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray)|",
"Description": " World's first search engine for Internet-connected devices|![](https://img.shields.io/static/v1?label=\u0026message=it%27s%20not%20github\u0026color=gray) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"Silver": {
"Data": "| Discovery/VULN | [Silver](https://github.com/s0md3v/Silver) | Mass scan IPs for vulnerable services | ![](https://img.shields.io/github/stars/s0md3v/Silver) | ![](https://img.shields.io/github/languages/top/s0md3v/Silver) |",
"Description": "Mass scan IPs for vulnerable services ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/s0md3v/Silver ; cd Silver; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/s0md3v/Silver ; cd Silver; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/s0md3v/Silver ; cd Silver; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "VULN",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Silver; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd Silver; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd Silver; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"Sn1per": {
"Data": "| Scanner/RECON | [Sn1per](https://github.com/1N3/Sn1per) | Automated pentest framework for offensive security experts | ![](https://img.shields.io/github/stars/1N3/Sn1per) | ![](https://img.shields.io/github/languages/top/1N3/Sn1per) |",
"Description": "Automated pentest framework for offensive security experts ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/1N3/Sn1per ; cd Sn1per; ./install.sh",
"MacOS": "git clone https://github.com/1N3/Sn1per ; cd Sn1per; ./install.sh",
"Windows": "git clone https://github.com/1N3/Sn1per ; cd Sn1per; ./install.sh"
2020-09-28 09:39:01 -06:00
},
"Method": "RECON",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Sn1per; git pull -v",
"MacOS": "cd Sn1per; git pull -v",
"Windows": "cd Sn1per; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"Striker": {
"Data": "| Scanner/WVS | [Striker](https://github.com/s0md3v/Striker) | Striker is an offensive information and vulnerability scanner. | ![](https://img.shields.io/github/stars/s0md3v/Striker) | ![](https://img.shields.io/github/languages/top/s0md3v/Striker) |",
"Description": "Striker is an offensive information and vulnerability scanner. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/s0md3v/Striker; cd Striker; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/s0md3v/Striker; cd Striker; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/s0md3v/Striker; cd Striker; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Striker; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd Striker; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd Striker; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"Sublist3r": {
"Data": "| Discovery/DOMAIN | [Sublist3r](https://github.com/aboul3la/Sublist3r) | Fast subdomains enumeration tool for penetration testers | ![](https://img.shields.io/github/stars/aboul3la/Sublist3r) | ![](https://img.shields.io/github/languages/top/aboul3la/Sublist3r) |",
"Description": "Fast subdomains enumeration tool for penetration testers ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/aboul3la/Sublist3r ; cd Sublist3r ; pip3 instal -r requirements.txt",
"MacOS": "git clone https://github.com/aboul3la/Sublist3r ; cd Sublist3r ; pip3 instal -r requirements.txt",
"Windows": "git clone https://github.com/aboul3la/Sublist3r ; cd Sublist3r ; pip3 instal -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd Sublist3r ; git pull -v ; pip3 instal -r requirements.txt",
"MacOS": "cd Sublist3r ; git pull -v ; pip3 instal -r requirements.txt",
"Windows": "cd Sublist3r ; git pull -v ; pip3 instal -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"TukTuk": {
"Data": "| Utility/CALLBACK | [TukTuk](https://github.com/ArturSS7/TukTuk) | Tool for catching and logging different types of requests. | ![](https://img.shields.io/github/stars/ArturSS7/TukTuk) | ![](https://img.shields.io/github/languages/top/ArturSS7/TukTuk) |",
"Description": "Tool for catching and logging different types of requests. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/ArturSS7/TukTuk ; cd TukTuk; ./install.sh",
"MacOS": "git clone https://github.com/ArturSS7/TukTuk ; cd TukTuk; ./install.sh",
"Windows": "git clone https://github.com/ArturSS7/TukTuk ; cd TukTuk; ./install.sh"
2020-09-28 09:39:01 -06:00
},
"Method": "CALLBACK",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd TukTuk; git pull -v ",
"MacOS": "cd TukTuk; git pull -v ",
"Windows": "cd TukTuk; git pull -v "
2020-09-28 09:39:01 -06:00
}
},
"VHostScan": {
"Data": "| Scanner/FUZZ | [VHostScan](https://github.com/codingo/VHostScan) | A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages. | ![](https://img.shields.io/github/stars/codingo/VHostScan) | ![](https://img.shields.io/github/languages/top/codingo/VHostScan) |",
"Description": "A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/codingo/VHostScan ; cd VHostScan ; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/codingo/VHostScan ; cd VHostScan ; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/codingo/VHostScan ; cd VHostScan ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "FUZZ",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd VHostScan ; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd VHostScan ; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd VHostScan ; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"XSStrike": {
"Data": "| Scanner/XSS | [XSStrike](https://github.com/s0md3v/XSStrike) | Most advanced XSS scanner. | ![](https://img.shields.io/github/stars/s0md3v/XSStrike) | ![](https://img.shields.io/github/languages/top/s0md3v/XSStrike) |",
"Description": "Most advanced XSS scanner. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/s0md3v/XSStrike ; cd XSStrike; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/s0md3v/XSStrike ; cd XSStrike; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/s0md3v/XSStrike ; cd XSStrike; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd XSStrike; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd XSStrike; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd XSStrike; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"XSpear": {
"Data": "| Scanner/XSS | [XSpear](https://github.com/hahwul/XSpear) | Powerfull XSS Scanning and Parameter analysis tool\u0026gem | ![](https://img.shields.io/github/stars/hahwul/XSpear) | ![](https://img.shields.io/github/languages/top/hahwul/XSpear) |",
"Description": "Powerfull XSS Scanning and Parameter analysis tool\u0026gem ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "gem install XSpear",
"MacOS": "gem install XSpear",
"Windows": "gem install XSpear"
2020-09-28 09:39:01 -06:00
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "gem update XSpear",
"MacOS": "gem update XSpear",
"Windows": "gem update XSpear"
2020-09-28 09:39:01 -06:00
}
},
"a2sv": {
"Data": "| Scanner/SSL | [a2sv](https://github.com/hahwul/a2sv) | Auto Scanning to SSL Vulnerability | ![](https://img.shields.io/github/stars/hahwul/a2sv) | ![](https://img.shields.io/github/languages/top/hahwul/a2sv) |",
"Description": "Auto Scanning to SSL Vulnerability ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/hahwul/a2sv; cd a2sv; pip2 install -r requirements.txt",
"MacOS": "git clone https://github.com/hahwul/a2sv; cd a2sv; pip2 install -r requirements.txt",
"Windows": "git clone https://github.com/hahwul/a2sv; cd a2sv; pip2 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "SSL",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd a2sv; git pull -v",
"MacOS": "cd a2sv; git pull -v",
"Windows": "cd a2sv; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"altdns": {
"Data": "| Discovery/DOMAIN | [altdns](https://github.com/infosec-au/altdns) | Generates permutations, alterations and mutations of subdomains and then resolves them | ![](https://img.shields.io/github/stars/infosec-au/altdns) | ![](https://img.shields.io/github/languages/top/infosec-au/altdns) |",
"Description": "Generates permutations, alterations and mutations of subdomains and then resolves them ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/infosec-au/altdns ; cd altdns; python setup.py install",
"MacOS": "git clone https://github.com/infosec-au/altdns ; cd altdns; python setup.py install",
"Windows": "git clone https://github.com/infosec-au/altdns ; cd altdns; python setup.py install"
2020-09-28 09:39:01 -06:00
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd altdns ; git pull -v",
"MacOS": "cd altdns ; git pull -v",
"Windows": "cd altdns ; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"anew": {
"Data": "| Utility/URL | [anew](https://github.com/tomnomnom/anew) | A tool for adding new lines to files, skipping duplicates | ![](https://img.shields.io/github/stars/tomnomnom/anew) | ![](https://img.shields.io/github/languages/top/tomnomnom/anew) |",
"Description": "A tool for adding new lines to files, skipping duplicates ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/tomnomnom/anew",
"MacOS": "go get -u github.com/tomnomnom/anew",
"Windows": "go get -u github.com/tomnomnom/anew"
2020-09-28 09:39:01 -06:00
},
"Method": "URL",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/tomnomnom/anew",
"MacOS": "go get -u github.com/tomnomnom/anew",
"Windows": "go get -u github.com/tomnomnom/anew"
2020-09-28 09:39:01 -06:00
}
},
"apkleaks": {
"Data": "| Discovery/APK | [apkleaks](https://github.com/dwisiswant0/apkleaks) | Scanning APK file for URIs, endpoints \u0026 secrets. | ![](https://img.shields.io/github/stars/dwisiswant0/apkleaks) | ![](https://img.shields.io/github/languages/top/dwisiswant0/apkleaks) |",
"Description": "Scanning APK file for URIs, endpoints \u0026 secrets. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/dwisiswant0/apkleaks ; cd apkleaks ; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/dwisiswant0/apkleaks ; cd apkleaks ; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/dwisiswant0/apkleaks ; cd apkleaks ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
},
"Method": "APK",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd apkleaks ; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd apkleaks ; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd apkleaks ; git pull -v ; pip3 install -r requirements.txt"
2020-09-28 09:39:01 -06:00
}
},
"aquatone": {
"Data": "| Discovery/ALL | [aquatone](https://github.com/michenriksen/aquatone) | A Tool for Domain Flyovers | ![](https://img.shields.io/github/stars/michenriksen/aquatone) | ![](https://img.shields.io/github/languages/top/michenriksen/aquatone) |",
"Description": "A Tool for Domain Flyovers ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/michenriksen/aquatone",
"MacOS": "go get -u github.com/michenriksen/aquatone",
"Windows": "go get -u github.com/michenriksen/aquatone"
2020-09-28 09:39:01 -06:00
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/michenriksen/aquatone",
"MacOS": "go get -u github.com/michenriksen/aquatone",
"Windows": "go get -u github.com/michenriksen/aquatone"
2020-09-28 09:39:01 -06:00
}
},
"arachni": {
"Data": "| Scanner/WVS | [arachni](https://github.com/Arachni/arachni) | Web Application Security Scanner Framework | ![](https://img.shields.io/github/stars/Arachni/arachni) | ![](https://img.shields.io/github/languages/top/Arachni/arachni) |",
"Description": "Web Application Security Scanner Framework ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "mkdir arachni; cd arachni; wget https://github.com/Arachni/arachni/releases/download/v1.5.1/arachni-1.5.1-0.5.12-linux-x86_64.tar.gz; tar -xvf arachni-1.5.1-0.5.12-linux-x86_64.tar.gz",
"MacOS": "mkdir arachni; cd arachni; wget https://github.com/Arachni/arachni/releases/download/v1.5.1/arachni-1.5.1-0.5.12-linux-x86_64.tar.gz; tar -xvf arachni-1.5.1-0.5.12-linux-x86_64.tar.gz",
2020-09-28 09:39:01 -06:00
"Windows": ""
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"assetfinder": {
"Data": "| Discovery/DOMAIN | [assetfinder](https://github.com/tomnomnom/assetfinder) | Find domains and subdomains related to a given domain | ![](https://img.shields.io/github/stars/tomnomnom/assetfinder) | ![](https://img.shields.io/github/languages/top/tomnomnom/assetfinder) |",
"Description": "Find domains and subdomains related to a given domain ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/tomnomnom/assetfinder",
"MacOS": "go get -u github.com/tomnomnom/assetfinder",
"Windows": "go get -u github.com/tomnomnom/assetfinder"
2020-09-28 09:39:01 -06:00
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/tomnomnom/assetfinder",
"MacOS": "go get -u github.com/tomnomnom/assetfinder",
"Windows": "go get -u github.com/tomnomnom/assetfinder"
2020-09-28 09:39:01 -06:00
}
},
"axiom": {
"Data": "| Utility/PENTEST | [axiom](https://github.com/pry0cc/axiom) | A dynamic infrastructure toolkit for red teamers and bug bounty hunters! | ![](https://img.shields.io/github/stars/pry0cc/axiom) | ![](https://img.shields.io/github/languages/top/pry0cc/axiom) |",
"Description": "A dynamic infrastructure toolkit for red teamers and bug bounty hunters! ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "bash <(curl -s https://raw.githubusercontent.com/pry0cc/axiom/master/interact/axiom-configure)",
"MacOS": "bash <(curl -s https://raw.githubusercontent.com/pry0cc/axiom/master/interact/axiom-configure)",
2020-09-28 09:39:01 -06:00
"Windows": ""
},
"Method": "PENTEST",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"bountyplz": {
"Data": "| Utility/TEMPLATE | [bountyplz](https://github.com/fransr/bountyplz) | Automated security reporting from markdown templates (HackerOne and Bugcrowd are currently the platforms supported) | ![](https://img.shields.io/github/stars/fransr/bountyplz) | ![](https://img.shields.io/github/languages/top/fransr/bountyplz) |",
"Description": "Automated security reporting from markdown templates (HackerOne and Bugcrowd are currently the platforms supported) ",
"Install": {
"Linux": "",
2020-10-26 11:34:28 -06:00
"MacOS": "git clone https://github.com/fransr/bountyplz; brew install jq; brew install gnu-sed; brew install coreutils",
2020-09-28 09:39:01 -06:00
"Windows": ""
},
"Method": "TEMPLATE",
"Type": "Utility",
"Update": {
"Linux": "",
2020-10-26 11:34:28 -06:00
"MacOS": "cd bountyplz; git pull -v",
2020-09-28 09:39:01 -06:00
"Windows": ""
}
},
"burl": {
"Data": "| Utility/URL | [burl](https://github.com/tomnomnom/burl) | A Broken-URL Checker | ![](https://img.shields.io/github/stars/tomnomnom/burl) | ![](https://img.shields.io/github/languages/top/tomnomnom/burl) |",
"Description": "A Broken-URL Checker ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "go get github.com/tomnomnom/burl",
"MacOS": "go get github.com/tomnomnom/burl",
"Windows": "go get github.com/tomnomnom/burl"
2020-09-28 09:39:01 -06:00
},
"Method": "URL",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "go get github.com/tomnomnom/burl",
"MacOS": "go get github.com/tomnomnom/burl",
"Windows": "go get github.com/tomnomnom/burl"
2020-09-28 09:39:01 -06:00
}
},
"c-jwt-cracker": {
"Data": "| Utility/JWT | [c-jwt-cracker](https://github.com/brendan-rius/c-jwt-cracker) | JWT brute force cracker written in C | ![](https://img.shields.io/github/stars/brendan-rius/c-jwt-cracker) | ![](https://img.shields.io/github/languages/top/brendan-rius/c-jwt-cracker) |",
"Description": "JWT brute force cracker written in C ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/brendan-rius/c-jwt-cracker ; cd c-jwt-cracker ; make",
"MacOS": "git clone https://github.com/brendan-rius/c-jwt-cracker ; cd c-jwt-cracker ; make",
"Windows": "git clone https://github.com/brendan-rius/c-jwt-cracker ; cd c-jwt-cracker ; make"
2020-09-28 09:39:01 -06:00
},
"Method": "JWT",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd c-jwt-cracker ; git pull -v ; make",
"MacOS": "cd c-jwt-cracker ; git pull -v ; make",
"Windows": "cd c-jwt-cracker ; git pull -v ; make"
2020-09-28 09:39:01 -06:00
}
},
"cc.py": {
"Data": "| Discovery/CRAWL | [cc.py](https://github.com/si9int/cc.py) | Extracting URLs of a specific target based on the results of \"commoncrawl.org\" | ![](https://img.shields.io/github/stars/si9int/cc.py) | ![](https://img.shields.io/github/languages/top/si9int/cc.py) |",
"Description": "Extracting URLs of a specific target based on the results of \"commoncrawl.org\" ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "git clone https://github.com/si9int/cc.py",
"MacOS": "git clone https://github.com/si9int/cc.py",
"Windows": "git clone https://github.com/si9int/cc.py"
2020-09-28 09:39:01 -06:00
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "cd cc.py ; git pull -v",
"MacOS": "cd cc.py ; git pull -v",
"Windows": "cd cc.py ; git pull -v"
2020-09-28 09:39:01 -06:00
}
},
"cf-check": {
"Data": "| Utility/URL | [cf-check](https://github.com/dwisiswant0/cf-check) | Cloudflare Checker written in Go | ![](https://img.shields.io/github/stars/dwisiswant0/cf-check) | ![](https://img.shields.io/github/languages/top/dwisiswant0/cf-check) |",
"Description": "Cloudflare Checker written in Go ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/dwisiswant0/cf-check",
"MacOS": "go get -u github.com/dwisiswant0/cf-check",
"Windows": "go get -u github.com/dwisiswant0/cf-check"
2020-09-28 09:39:01 -06:00
},
"Method": "URL",
"Type": "Utility",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/dwisiswant0/cf-check",
"MacOS": "go get -u github.com/dwisiswant0/cf-check",
"Windows": "go get -u github.com/dwisiswant0/cf-check"
2020-09-28 09:39:01 -06:00
}
},
"chaos-client": {
"Data": "| Discovery/DOMAIN | [chaos-client](https://github.com/projectdiscovery/chaos-client) | Go client to communicate with Chaos DNS API. | ![](https://img.shields.io/github/stars/projectdiscovery/chaos-client) | ![](https://img.shields.io/github/languages/top/projectdiscovery/chaos-client) |",
"Description": "Go client to communicate with Chaos DNS API. ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "GO111MODULE=on go get -u github.com/projectdiscovery/chaos-client/cmd/chaos",
"MacOS": "GO111MODULE=on go get -u github.com/projectdiscovery/chaos-client/cmd/chaos",
"Windows": "go get -u github.com/projectdiscovery/chaos-client/cmd/chaos"
2020-09-28 09:39:01 -06:00
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "GO111MODULE=on go get -u github.com/projectdiscovery/chaos-client/cmd/chaos",
"MacOS": "GO111MODULE=on go get -u github.com/projectdiscovery/chaos-client/cmd/chaos",
"Windows": "go get -u github.com/projectdiscovery/chaos-client/cmd/chaos"
2020-09-28 09:39:01 -06:00
}
},
"crlfuzz": {
"Data": "| Scanner/CRLF | [crlfuzz](https://github.com/dwisiswant0/crlfuzz) | A fast tool to scan CRLF vulnerability written in Go | ![](https://img.shields.io/github/stars/dwisiswant0/crlfuzz) | ![](https://img.shields.io/github/languages/top/dwisiswant0/crlfuzz) |",
"Description": "A fast tool to scan CRLF vulnerability written in Go ",
"Install": {
2020-10-26 11:34:28 -06:00
"Linux": "GO111MODULE=on go get -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz",
"MacOS": "GO111MODULE=on go get -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz",
"Windows": "go get -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz"
2020-09-28 09:39:01 -06:00
},
"Method": "CRLF",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "GO111MODULE=on go get -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz",
"MacOS": "GO111MODULE=on go get -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz",
"Windows": "go get -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz"
2020-09-28 09:39:01 -06:00
}
},
"dalfox": {
"Data": "| Scanner/XSS | [dalfox](https://github.com/hahwul/dalfox) | 🌘🦊 DalFox(Finder Of XSS) / Parameter Analysis and XSS Scanning tool based on golang | ![](https://img.shields.io/github/stars/hahwul/dalfox) | ![](https://img.shields.io/github/languages/top/hahwul/dalfox) |",
"Description": "🌘🦊 DalFox(Finder Of XSS) / Parameter Analysis and XSS Scanning tool based on golang ",
"Install": {
2020-10-24 10:37:42 -06:00
"Linux": "go get -u github.com/hahwul/dalfox",
2020-10-26 11:34:28 -06:00
"MacOS": "brew install dalfox",
2020-10-24 10:37:42 -06:00
"Windows": "go get -u github.com/hahwul/dalfox"
2020-09-28 09:39:01 -06:00
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
2020-10-26 11:34:28 -06:00
"Linux": "go get -u github.com/hahwul/dalfox",
"MacOS": "brew upgrade dalfox",
"Windows": "go get -u github.com/hahwul/dalfox"
2020-09-28 09:39:01 -06:00
}
},
"dirsearch": {
"Data": "| Discovery/FUZZ | [dirsearch](https://github.com/maurosoria/dirsearch) | Web path scanner | ![](https://img.shields.io/github/stars/maurosoria/dirsearch) | ![](https://img.shields.io/github/languages/top/maurosoria/dirsearch) |",
"Description": "Web path scanner ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FUZZ",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"dnsobserver": {
"Data": "| Utility/CALLBACK | [dnsobserver](https://github.com/allyomalley/dnsobserver) | A handy DNS service written in Go to aid in the detection of several types of blind vulnerabilities. It monitors a pentester's server for out-of-band DNS interactions and sends lookup notifications via Slack. | ![](https://img.shields.io/github/stars/allyomalley/dnsobserver) | ![](https://img.shields.io/github/languages/top/allyomalley/dnsobserver) |",
"Description": "A handy DNS service written in Go to aid in the detection of several types of blind vulnerabilities. It monitors a pentester's server for out-of-band DNS interactions and sends lookup notifications via Slack. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "CALLBACK",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"dnsprobe": {
"Data": "| Discovery/DNS | [dnsprobe](https://github.com/projectdiscovery/dnsprobe) | DNSProb (beta) is a tool built on top of retryabledns that allows you to perform multiple dns queries of your choice with a list of user supplied resolvers. | ![](https://img.shields.io/github/stars/projectdiscovery/dnsprobe) | ![](https://img.shields.io/github/languages/top/projectdiscovery/dnsprobe) |",
"Description": "DNSProb (beta) is a tool built on top of retryabledns that allows you to perform multiple dns queries of your choice with a list of user supplied resolvers. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"domdig": {
"Data": "| Scanner/XSS | [domdig](https://github.com/fcavallarin/domdig) | DOM XSS scanner for Single Page Applications | ![](https://img.shields.io/github/stars/fcavallarin/domdig) | ![](https://img.shields.io/github/languages/top/fcavallarin/domdig) |",
"Description": "DOM XSS scanner for Single Page Applications ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"dotdotpwn": {
"Data": "| Scanner/LFI | [dotdotpwn](https://github.com/wireghoul/dotdotpwn) | DotDotPwn - The Directory Traversal Fuzzer | ![](https://img.shields.io/github/stars/wireghoul/dotdotpwn) | ![](https://img.shields.io/github/languages/top/wireghoul/dotdotpwn) |",
"Description": "DotDotPwn - The Directory Traversal Fuzzer ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "LFI",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"ezXSS": {
"Data": "| Scanner/XSS | [ezXSS](https://github.com/ssl/ezXSS) | ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting. | ![](https://img.shields.io/github/stars/ssl/ezXSS) | ![](https://img.shields.io/github/languages/top/ssl/ezXSS) |",
"Description": "ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
2020-10-18 10:08:46 -06:00
"feroxbuster": {
"Data": "| Discovery/FUZZ | [feroxbuster](https://github.com/epi052/feroxbuster) | A fast, simple, recursive content discovery tool written in Rust. | ![](https://img.shields.io/github/stars/epi052/feroxbuster) | ![](https://img.shields.io/github/languages/top/epi052/feroxbuster) |",
"Description": "A fast, simple, recursive content discovery tool written in Rust.",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
2020-10-24 09:33:21 -06:00
"Method": "FUZZ",
"Type": "Discovery",
2020-10-18 10:08:46 -06:00
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
2020-09-28 09:39:01 -06:00
"ffuf": {
"Data": "| Scanner/FUZZ | [ffuf](https://github.com/ffuf/ffuf) | Fast web fuzzer written in Go | ![](https://img.shields.io/github/stars/ffuf/ffuf) | ![](https://img.shields.io/github/languages/top/ffuf/ffuf) |",
"Description": "Fast web fuzzer written in Go ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FUZZ",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"findom-xss": {
"Data": "| Scanner/XSS | [findom-xss](https://github.com/dwisiswant0/findom-xss) | A fast DOM based XSS vulnerability scanner with simplicity. | ![](https://img.shields.io/github/stars/dwisiswant0/findom-xss) | ![](https://img.shields.io/github/languages/top/dwisiswant0/findom-xss) |",
"Description": "A fast DOM based XSS vulnerability scanner with simplicity. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"findomain": {
"Data": "| Discovery/DOMAIN | [findomain](https://github.com/Edu4rdSHL/findomain) | The fastest and cross-platform subdomain enumerator, do not waste your time. | ![](https://img.shields.io/github/stars/Edu4rdSHL/findomain) | ![](https://img.shields.io/github/languages/top/Edu4rdSHL/findomain) |",
"Description": "The fastest and cross-platform subdomain enumerator, do not waste your time. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"fzf": {
"Data": "| Utility/FIND | [fzf](https://github.com/junegunn/fzf) | A command-line fuzzy finder | ![](https://img.shields.io/github/stars/junegunn/fzf) | ![](https://img.shields.io/github/languages/top/junegunn/fzf) |",
"Description": "A command-line fuzzy finder ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FIND",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gau": {
"Data": "| Utility/URL | [gau](https://github.com/lc/gau) | Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl. | ![](https://img.shields.io/github/stars/lc/gau) | ![](https://img.shields.io/github/languages/top/lc/gau) |",
"Description": "Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gf": {
"Data": "| Utility/GREP | [gf](https://github.com/tomnomnom/gf) | A wrapper around grep, to help you grep for things | ![](https://img.shields.io/github/stars/tomnomnom/gf) | ![](https://img.shields.io/github/languages/top/tomnomnom/gf) |",
"Description": "A wrapper around grep, to help you grep for things ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "GREP",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gitGraber": {
"Data": "| Discovery/GIT | [gitGraber](https://github.com/hisxo/gitGraber) | gitGraber | ![](https://img.shields.io/github/stars/hisxo/gitGraber) | ![](https://img.shields.io/github/languages/top/hisxo/gitGraber) |",
"Description": "gitGraber ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"github-search": {
"Data": "| Discovery/GIT | [github-search](https://github.com/gwen001/github-search) | Tools to perform basic search on GitHub. | ![](https://img.shields.io/github/stars/gwen001/github-search) | ![](https://img.shields.io/github/languages/top/gwen001/github-search) |",
"Description": "Tools to perform basic search on GitHub. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gitleaks": {
"Data": "| Discovery/GIT | [gitleaks](https://github.com/zricethezav/gitleaks) | Scan git repos for secrets using regex and entropy 🔑 | ![](https://img.shields.io/github/stars/zricethezav/gitleaks) | ![](https://img.shields.io/github/languages/top/zricethezav/gitleaks) |",
"Description": "Scan git repos for secrets using regex and entropy 🔑 ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gitrob": {
"Data": "| Discovery/GIT | [gitrob](https://github.com/michenriksen/gitrob) | Reconnaissance tool for GitHub organizations | ![](https://img.shields.io/github/stars/michenriksen/gitrob) | ![](https://img.shields.io/github/languages/top/michenriksen/gitrob) |",
"Description": "Reconnaissance tool for GitHub organizations ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"go-dork": {
"Data": "| Discovery/CRAWL | [go-dork](https://github.com/dwisiswant0/go-dork) | The fastest dork scanner written in Go. | ![](https://img.shields.io/github/stars/dwisiswant0/go-dork) | ![](https://img.shields.io/github/languages/top/dwisiswant0/go-dork) |",
"Description": "The fastest dork scanner written in Go. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gobuster": {
"Data": "| Discovery/FUZZ | [gobuster](https://github.com/OJ/gobuster) | Directory/File, DNS and VHost busting tool written in Go | ![](https://img.shields.io/github/stars/OJ/gobuster) | ![](https://img.shields.io/github/languages/top/OJ/gobuster) |",
"Description": "Directory/File, DNS and VHost busting tool written in Go ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FUZZ",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gospider": {
"Data": "| Discovery/CRAWL | [gospider](https://github.com/jaeles-project/gospider) | Gospider - Fast web spider written in Go | ![](https://img.shields.io/github/stars/jaeles-project/gospider) | ![](https://img.shields.io/github/languages/top/jaeles-project/gospider) |",
"Description": "Gospider - Fast web spider written in Go ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gowitness": {
"Data": "| Utility/SHOT | [gowitness](https://github.com/sensepost/gowitness) | 🔍 gowitness - a golang, web screenshot utility using Chrome Headless | ![](https://img.shields.io/github/stars/sensepost/gowitness) | ![](https://img.shields.io/github/languages/top/sensepost/gowitness) |",
"Description": "🔍 gowitness - a golang, web screenshot utility using Chrome Headless ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SHOT",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"graphql-voyager": {
"Data": "| Discovery/GQL | [graphql-voyager](https://github.com/APIs-guru/graphql-voyager) | 🛰️ Represent any GraphQL API as an interactive graph | ![](https://img.shields.io/github/stars/APIs-guru/graphql-voyager) | ![](https://img.shields.io/github/languages/top/APIs-guru/graphql-voyager) |",
"Description": "🛰️ Represent any GraphQL API as an interactive graph ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "GQL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"gron": {
"Data": "| Utility/JSON | [gron](https://github.com/tomnomnom/gron) | Make JSON greppable! | ![](https://img.shields.io/github/stars/tomnomnom/gron) | ![](https://img.shields.io/github/languages/top/tomnomnom/gron) |",
"Description": "Make JSON greppable! ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "JSON",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"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) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SMUGGLE",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"hacks": {
"Data": "| ToolBox/ALL | [hacks](https://github.com/tomnomnom/hacks) | A collection of hacks and one-off scripts | ![](https://img.shields.io/github/stars/tomnomnom/hacks) | ![](https://img.shields.io/github/languages/top/tomnomnom/hacks) |",
"Description": "A collection of hacks and one-off scripts ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ALL",
"Type": "ToolBox",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"hakrawler": {
"Data": "| Discovery/CRAWL | [hakrawler](https://github.com/hakluke/hakrawler) | Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application | ![](https://img.shields.io/github/stars/hakluke/hakrawler) | ![](https://img.shields.io/github/languages/top/hakluke/hakrawler) |",
"Description": "Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"hakrevdns": {
"Data": "| Discovery/DNS | [hakrevdns](https://github.com/hakluke/hakrevdns) | Small, fast tool for performing reverse DNS lookups en masse. | ![](https://img.shields.io/github/stars/hakluke/hakrevdns) | ![](https://img.shields.io/github/languages/top/hakluke/hakrevdns) |",
"Description": "Small, fast tool for performing reverse DNS lookups en masse. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"hashcat": {
"Data": "| Utility/CRACK | [hashcat](https://github.com/hashcat/hashcat/) | World's fastest and most advanced password recovery utility | ![](https://img.shields.io/github/stars/hashcat/hashcat/) | ![](https://img.shields.io/github/languages/top/hashcat/hashcat/) |",
"Description": "World's fastest and most advanced password recovery utility ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "CRACK",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"hetty": {
"Data": "| Army-Knife/PROXY | [hetty](https://github.com/dstotijn/hetty) | Hetty is an HTTP toolkit for security research. It aims to become an open source alternative to commercial software like Burp Suite Pro, with powerful features tailored to the needs of the infosec and bug bounty community. | ![](https://img.shields.io/github/stars/dstotijn/hetty) | ![](https://img.shields.io/github/languages/top/dstotijn/hetty) |",
"Description": "Hetty is an HTTP toolkit for security research. It aims to become an open source alternative to commercial software like Burp Suite Pro, with powerful features tailored to the needs of the infosec and bug bounty community.",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PROXY",
"Type": "Army-Knife",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"hinject": {
"Data": "| Utility/PAYLOAD | [hinject](https://github.com/dwisiswant0/hinject) | Host Header Injection Checker | ![](https://img.shields.io/github/stars/dwisiswant0/hinject) | ![](https://img.shields.io/github/languages/top/dwisiswant0/hinject) |",
"Description": "Host Header Injection Checker ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"htcat": {
"Data": "| Fetch/HTTP | [htcat](https://github.com/htcat/htcat) | Parallel and Pipelined HTTP GET Utility | ![](https://img.shields.io/github/stars/htcat/htcat) | ![](https://img.shields.io/github/languages/top/htcat/htcat) |",
"Description": "Parallel and Pipelined HTTP GET Utility ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"httprobe": {
"Data": "| Fetch/HTTP | [httprobe](https://github.com/tomnomnom/httprobe) | Take a list of domains and probe for working HTTP and HTTPS servers | ![](https://img.shields.io/github/stars/tomnomnom/httprobe) | ![](https://img.shields.io/github/languages/top/tomnomnom/httprobe) |",
"Description": "Take a list of domains and probe for working HTTP and HTTPS servers ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"httpx": {
"Data": "| Fetch/HTTP | [httpx](https://github.com/projectdiscovery/httpx) | httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads. | ![](https://img.shields.io/github/stars/projectdiscovery/httpx) | ![](https://img.shields.io/github/languages/top/projectdiscovery/httpx) |",
"Description": "httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"inql": {
"Data": "| Discovery/GQL | [inql](https://github.com/doyensec/inql) | InQL - A Burp Extension for GraphQL Security Testing | ![](https://img.shields.io/github/stars/doyensec/inql) | ![](https://img.shields.io/github/languages/top/doyensec/inql) |",
"Description": "InQL - A Burp Extension for GraphQL Security Testing ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "GQL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"intrigue-core": {
"Data": "| Discovery/ALL | [intrigue-core](https://github.com/intrigueio/intrigue-core) | Discover Your Attack Surface | ![](https://img.shields.io/github/stars/intrigueio/intrigue-core) | ![](https://img.shields.io/github/languages/top/intrigueio/intrigue-core) |",
"Description": "Discover Your Attack Surface ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"jaeles": {
"Data": "| Army-Knife/SCAN | [jaeles](https://github.com/jaeles-project/jaeles) | The Swiss Army knife for automated Web Application Testing | ![](https://img.shields.io/github/stars/jaeles-project/jaeles) | ![](https://img.shields.io/github/languages/top/jaeles-project/jaeles) |",
"Description": "The Swiss Army knife for automated Web Application Testing ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "JAELES",
"Type": "Army-Knife",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"jwt-cracker": {
"Data": "| Utility/JWT | [jwt-cracker](https://github.com/lmammino/jwt-cracker) | Simple HS256 JWT token brute force cracker | ![](https://img.shields.io/github/stars/lmammino/jwt-cracker) | ![](https://img.shields.io/github/languages/top/lmammino/jwt-cracker) |",
"Description": "Simple HS256 JWT token brute force cracker ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "JWT",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"jwt-hack": {
2020-10-26 10:07:14 -06:00
"Type": "Utility",
"Data": "| Utility/JWT | [jwt-hack](https://github.com/hahwul/jwt-hack) | 🔩 jwt-hack is tool for hacking / security testing to JWT. Supported for En/decoding JWT, Generate payload for JWT attack and very fast cracking(dict/brutefoce) | ![](https://img.shields.io/github/stars/hahwul/jwt-hack) | ![](https://img.shields.io/github/languages/top/hahwul/jwt-hack) |",
"Method": "JWT",
"Description": "🔩 jwt-hack is tool for hacking / security testing to JWT. Supported for En/decoding JWT, Generate payload for JWT attack and very fast cracking(dict/brutefoce)",
2020-09-28 09:39:01 -06:00
"Install": {
2020-10-26 10:07:14 -06:00
"Linux": "",
"MacOS": "",
2020-09-28 09:39:01 -06:00
"Windows": ""
},
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"knock": {
"Data": "| Discovery/DOMAIN | [knock](https://github.com/guelfoweb/knock) | Knock Subdomain Scan | ![](https://img.shields.io/github/stars/guelfoweb/knock) | ![](https://img.shields.io/github/languages/top/guelfoweb/knock) |",
"Description": "Knock Subdomain Scan ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"lazyrecon": {
"Data": "| Discovery/ALL | [lazyrecon](https://github.com/nahamsec/lazyrecon) | This script is intended to automate your reconnaissance process in an organized fashion | ![](https://img.shields.io/github/stars/nahamsec/lazyrecon) | ![](https://img.shields.io/github/languages/top/nahamsec/lazyrecon) |",
"Description": "This script is intended to automate your reconnaissance process in an organized fashion ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"masscan": {
"Data": "| Discovery/PORT | [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. | ![](https://img.shields.io/github/stars/robertdavidgraham/masscan) | ![](https://img.shields.io/github/languages/top/robertdavidgraham/masscan) |",
"Description": "TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"medusa": {
"Data": "| Discovery/FUZZ | [medusa](https://github.com/riza/medusa) | Fastest recursive HTTP fuzzer, like a Ferrari. | ![](https://img.shields.io/github/stars/riza/medusa) | ![](https://img.shields.io/github/languages/top/riza/medusa) |",
"Description": "Fastest recursive HTTP fuzzer, like a Ferrari. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FUZZ",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"meg": {
"Data": "| Fetch/HTTP | [meg](https://github.com/tomnomnom/meg) | Fetch many paths for many hosts - without killing the hosts | ![](https://img.shields.io/github/stars/tomnomnom/meg) | ![](https://img.shields.io/github/languages/top/tomnomnom/meg) |",
"Description": "Fetch many paths for many hosts - without killing the hosts ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"megplus": {
"Data": "| Scanner/RECON | [megplus](https://github.com/EdOverflow/megplus) | Automated reconnaissance wrapper — TomNomNom's meg on steroids. [DEPRECATED] | ![](https://img.shields.io/github/stars/EdOverflow/megplus) | ![](https://img.shields.io/github/languages/top/EdOverflow/megplus) |",
"Description": "Automated reconnaissance wrapper — TomNomNom's meg on steroids. [DEPRECATED] ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "RECON",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"naabu": {
"Data": "| Discovery/PORT | [naabu](https://github.com/projectdiscovery/naabu) | A fast port scanner written in go with focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests | ![](https://img.shields.io/github/stars/projectdiscovery/naabu) | ![](https://img.shields.io/github/languages/top/projectdiscovery/naabu) |",
"Description": "A fast port scanner written in go with focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"nikto": {
"Data": "| Scanner/WVS | [nikto](https://github.com/sullo/nikto) | Nikto web server scanner | ![](https://img.shields.io/github/stars/sullo/nikto) | ![](https://img.shields.io/github/languages/top/sullo/nikto) |",
"Description": "Nikto web server scanner ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"nmap": {
"Data": "| Discovery/PORT | [nmap](https://github.com/nmap/nmap) | Nmap - the Network Mapper. Github mirror of official SVN repository. | ![](https://img.shields.io/github/stars/nmap/nmap) | ![](https://img.shields.io/github/languages/top/nmap/nmap) |",
"Description": "Nmap - the Network Mapper. Github mirror of official SVN repository. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
2020-10-24 09:33:21 -06:00
"nosqli": {
"Data": "| Scanner/NOSQL | [nosqli](https://github.com/Charlie-belmer/nosqli) | NoSql Injection CLI tool | ![](https://img.shields.io/github/stars/Charlie-belmer/nosqli) | ![](https://img.shields.io/github/languages/top/Charlie-belmer/nosqli) |",
"Description": "NoSql Injection CLI tool",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
2020-10-26 10:07:14 -06:00
"Method": "NOSQL",
"Type": "Scanner",
2020-10-24 09:33:21 -06:00
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
2020-09-28 09:39:01 -06:00
"nuclei": {
"Data": "| Army-Knife/SCAN | [nuclei](https://github.com/projectdiscovery/nuclei) | Nuclei is a fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use. | ![](https://img.shields.io/github/stars/projectdiscovery/nuclei) | ![](https://img.shields.io/github/languages/top/projectdiscovery/nuclei) |",
"Description": "Nuclei is a fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SCAN",
"Type": "Army-Knife",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"oxml_xxe": {
"Data": "| Utility/PAYLOAD | [oxml_xxe](https://github.com/BuffaloWill/oxml_xxe) | A tool for embedding XXE/XML exploits into different filetypes | ![](https://img.shields.io/github/stars/BuffaloWill/oxml_xxe) | ![](https://img.shields.io/github/languages/top/BuffaloWill/oxml_xxe) |",
"Description": "A tool for embedding XXE/XML exploits into different filetypes ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"pentest-tools": {
"Data": "| ToolBox/ALL | [pentest-tools](https://github.com/gwen001/pentest-tools) | Custom pentesting tools | ![](https://img.shields.io/github/stars/gwen001/pentest-tools) | ![](https://img.shields.io/github/languages/top/gwen001/pentest-tools) |",
"Description": "Custom pentesting tools ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ALL",
"Type": "ToolBox",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"pet": {
"Data": "| Utility/SNIPPET | [pet](https://github.com/knqyf263/pet) | Simple command-line snippet manager, written in Go. | ![](https://img.shields.io/github/stars/knqyf263/pet) | ![](https://img.shields.io/github/languages/top/knqyf263/pet) |",
"Description": "Simple command-line snippet manager, written in Go. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SNIPPET",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"postMessage-tracker": {
"Data": "| Utility/B-ADDON | [postMessage-tracker](https://github.com/fransr/postMessage-tracker) | A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon | ![](https://img.shields.io/github/stars/fransr/postMessage-tracker) | ![](https://img.shields.io/github/languages/top/fransr/postMessage-tracker) |",
"Description": "A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "B-ADDON",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"pwncat": {
"Data": "| Utility/PENTEST | [pwncat](https://github.com/cytopia/pwncat) | pwncat - netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE) | ![](https://img.shields.io/github/stars/cytopia/pwncat) | ![](https://img.shields.io/github/languages/top/cytopia/pwncat) |",
"Description": "pwncat - netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE) ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PENTEST",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"qsreplace": {
"Data": "| Utility/URL | [qsreplace](https://github.com/tomnomnom/qsreplace) | Accept URLs on stdin, replace all query string values with a user-supplied value | ![](https://img.shields.io/github/stars/tomnomnom/qsreplace) | ![](https://img.shields.io/github/languages/top/tomnomnom/qsreplace) |",
"Description": "Accept URLs on stdin, replace all query string values with a user-supplied value ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"rapidscan": {
"Data": "| Scanner/WVS | [rapidscan](https://github.com/skavngr/rapidscan) | The Multi-Tool Web Vulnerability Scanner. | ![](https://img.shields.io/github/stars/skavngr/rapidscan) | ![](https://img.shields.io/github/languages/top/skavngr/rapidscan) |",
"Description": "The Multi-Tool Web Vulnerability Scanner. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"recon_profile": {
"Data": "| Utility/ENV | [recon_profile](https://github.com/nahamsec/recon_profile) | Recon profile (bash profile) for bugbounty | ![](https://img.shields.io/github/stars/nahamsec/recon_profile) | ![](https://img.shields.io/github/languages/top/nahamsec/recon_profile) |",
"Description": "Recon profile (bash profile) for bugbounty ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ENV",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"rengine": {
"Data": "| Discovery/ALL | [rengine](https://github.com/yogeshojha/rengine) | reNgine is an automated reconnaissance framework meant for gathering information during penetration testing of web applications. reNgine has customizable scan engines, which can be used to scan the websites, endpoints, and gather information. | ![](https://img.shields.io/github/stars/yogeshojha/rengine) | ![](https://img.shields.io/github/languages/top/yogeshojha/rengine) |",
"Description": "reNgine is an automated reconnaissance framework meant for gathering information during penetration testing of web applications. reNgine has customizable scan engines, which can be used to scan the websites, endpoints, and gather information. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"s3reverse": {
"Data": "| Utility/S3 | [s3reverse](https://github.com/hahwul/s3reverse) | The format of various s3 buckets is convert in one format. for bugbounty and security testing. | ![](https://img.shields.io/github/stars/hahwul/s3reverse) | ![](https://img.shields.io/github/languages/top/hahwul/s3reverse) |",
"Description": "The format of various s3 buckets is convert in one format. for bugbounty and security testing. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "S3",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"shuffledns": {
"Data": "| Discovery/DNS | [shuffledns](https://github.com/projectdiscovery/shuffledns) | shuffleDNS is a wrapper around massdns written in go that allows you to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard handling and easy input-output support. | ![](https://img.shields.io/github/stars/projectdiscovery/shuffledns) | ![](https://img.shields.io/github/languages/top/projectdiscovery/shuffledns) |",
"Description": "shuffleDNS is a wrapper around massdns written in go that allows you to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard handling and easy input-output support. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"smuggler": {
"Data": "| Scanner/SMUGGLE | [smuggler](https://github.com/defparam/smuggler) | Smuggler - An HTTP Request Smuggling / Desync testing tool written in Python 3 | ![](https://img.shields.io/github/stars/defparam/smuggler) | ![](https://img.shields.io/github/languages/top/defparam/smuggler) |",
"Description": "Smuggler - An HTTP Request Smuggling / Desync testing tool written in Python 3 ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SMUGGLE",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"sqlmap": {
"Data": "| Scanner/SQL | [sqlmap](https://github.com/sqlmapproject/sqlmap) | Automatic SQL injection and database takeover tool | ![](https://img.shields.io/github/stars/sqlmapproject/sqlmap) | ![](https://img.shields.io/github/languages/top/sqlmapproject/sqlmap) |",
"Description": "Automatic SQL injection and database takeover tool ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SQL",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"ssrf-sheriff": {
"Data": "| Scanner/SSRF | [ssrf-sheriff](https://github.com/teknogeek/ssrf-sheriff) | A simple SSRF-testing sheriff written in Go | ![](https://img.shields.io/github/stars/teknogeek/ssrf-sheriff) | ![](https://img.shields.io/github/languages/top/teknogeek/ssrf-sheriff) |",
"Description": "A simple SSRF-testing sheriff written in Go ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SSRF",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"subfinder": {
"Data": "| Discovery/DOMAIN | [subfinder](https://github.com/projectdiscovery/subfinder) | Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing. | ![](https://img.shields.io/github/stars/projectdiscovery/subfinder) | ![](https://img.shields.io/github/languages/top/projectdiscovery/subfinder) |",
"Description": "Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"subjack": {
"Data": "| Discovery/TKOV | [subjack](https://github.com/haccer/subjack) | Subdomain Takeover tool written in Go | ![](https://img.shields.io/github/stars/haccer/subjack) | ![](https://img.shields.io/github/languages/top/haccer/subjack) |",
"Description": "Subdomain Takeover tool written in Go ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "TKOV",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"subs_all": {
"Data": "| Utility/WORD | [subs_all](https://github.com/emadshanab/subs_all) | Subdomain Enumeration Wordlist. 8956437 unique words. Updated. | ![](https://img.shields.io/github/stars/emadshanab/subs_all) | ![](https://img.shields.io/github/languages/top/emadshanab/subs_all) |",
"Description": "Subdomain Enumeration Wordlist. 8956437 unique words. Updated. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "WORD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"template-generator": {
"Data": "| Utility/TEMPLATE | [template-generator](https://github.com/fransr/template-generator) | A simple variable based template editor using handlebarjs+strapdownjs. The idea is to use variables in markdown based files to easily replace the variables with content. Data is saved temporarily in local storage. PHP is only needed to generate the list of files in the dropdown of templates. | ![](https://img.shields.io/github/stars/fransr/template-generator) | ![](https://img.shields.io/github/languages/top/fransr/template-generator) |",
"Description": "A simple variable based template editor using handlebarjs+strapdownjs. The idea is to use variables in markdown based files to easily replace the variables with content. Data is saved temporarily in local storage. PHP is only needed to generate the list of files in the dropdown of templates. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "TEMPLATE",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"testssl.sh": {
"Data": "| Scanner/SSL | [testssl.sh](https://github.com/drwetter/testssl.sh) | Testing TLS/SSL encryption anywhere on any port | ![](https://img.shields.io/github/stars/drwetter/testssl.sh) | ![](https://img.shields.io/github/languages/top/drwetter/testssl.sh) |",
"Description": "Testing TLS/SSL encryption anywhere on any port ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SSL",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"thc-hydra": {
"Data": "| Scanner/FUZZ | [thc-hydra](https://github.com/vanhauser-thc/thc-hydra) | hydra | ![](https://img.shields.io/github/stars/vanhauser-thc/thc-hydra) | ![](https://img.shields.io/github/languages/top/vanhauser-thc/thc-hydra) |",
"Description": "hydra ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FUZZ",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"unfurl": {
"Data": "| Utility/URL | [unfurl](https://github.com/tomnomnom/unfurl) | Pull out bits of URLs provided on stdin | ![](https://img.shields.io/github/stars/tomnomnom/unfurl) | ![](https://img.shields.io/github/languages/top/tomnomnom/unfurl) |",
"Description": "Pull out bits of URLs provided on stdin ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"urlgrab": {
"Data": "| Discovery/CRAWL | [urlgrab](https://github.com/IAmStoxe/urlgrab) | A golang utility to spider through a website searching for additional links. | ![](https://img.shields.io/github/stars/IAmStoxe/urlgrab) | ![](https://img.shields.io/github/languages/top/IAmStoxe/urlgrab) |",
"Description": "A golang utility to spider through a website searching for additional links. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"urlprobe": {
"Data": "| Utility/URL | [urlprobe](https://github.com/1ndianl33t/urlprobe) | Urls status code \u0026 content length checker | ![](https://img.shields.io/github/stars/1ndianl33t/urlprobe) | ![](https://img.shields.io/github/languages/top/1ndianl33t/urlprobe) |",
"Description": "Urls status code \u0026 content length checker ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"waybackurls": {
"Data": "| Discovery/URL | [waybackurls](https://github.com/tomnomnom/waybackurls) | Fetch all the URLs that the Wayback Machine knows about for a domain | ![](https://img.shields.io/github/stars/tomnomnom/waybackurls) | ![](https://img.shields.io/github/languages/top/tomnomnom/waybackurls) |",
"Description": "Fetch all the URLs that the Wayback Machine knows about for a domain ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "URL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"websocket-connection-smuggler": {
"Data": "| Fetch/WSOCK | [websocket-connection-smuggler](https://github.com/hahwul/websocket-connection-smuggler) | websocket-connection-smuggler | ![](https://img.shields.io/github/stars/hahwul/websocket-connection-smuggler) | ![](https://img.shields.io/github/languages/top/hahwul/websocket-connection-smuggler) |",
"Description": "websocket-connection-smuggler ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "WSOCK",
"Type": "Fetch",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"wfuzz": {
"Data": "| Scanner/FUZZ | [wfuzz](https://github.com/xmendez/wfuzz) | Web application fuzzer | ![](https://img.shields.io/github/stars/xmendez/wfuzz) | ![](https://img.shields.io/github/languages/top/xmendez/wfuzz) |",
"Description": "Web application fuzzer ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FUZZ",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"wpscan": {
"Data": "| Scanner/WP | [wpscan](https://github.com/wpscanteam/wpscan) | WPScan is a free, for non-commercial use, black box WordPress Vulnerability Scanner written for security professionals and blog maintainers to test the security of their WordPress websites. | ![](https://img.shields.io/github/stars/wpscanteam/wpscan) | ![](https://img.shields.io/github/languages/top/wpscanteam/wpscan) |",
"Description": "WPScan is a free, for non-commercial use, black box WordPress Vulnerability Scanner written for security professionals and blog maintainers to test the security of their WordPress websites. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "WP",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"wuzz": {
"Data": "| Fetch/HTTP | [wuzz](https://github.com/asciimoo/wuzz) | Interactive cli tool for HTTP inspection | ![](https://img.shields.io/github/stars/asciimoo/wuzz) | ![](https://img.shields.io/github/languages/top/asciimoo/wuzz) |",
"Description": "Interactive cli tool for HTTP inspection ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"xss-cheatsheet-data": {
"Data": "| Utility/PAYLOAD | [xss-cheatsheet-data](https://github.com/PortSwigger/xss-cheatsheet-data) | This repository contains all the XSS cheatsheet data to allow contributions from the community. | ![](https://img.shields.io/github/stars/PortSwigger/xss-cheatsheet-data) | ![](https://img.shields.io/github/languages/top/PortSwigger/xss-cheatsheet-data) |",
"Description": "This repository contains all the XSS cheatsheet data to allow contributions from the community. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"xsser": {
"Data": "| Scanner/XSS | [xsser](https://github.com/epsylon/xsser) | Cross Site \"Scripter\" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications. | ![](https://img.shields.io/github/stars/epsylon/xsser) | ![](https://img.shields.io/github/languages/top/epsylon/xsser) |",
"Description": "Cross Site \"Scripter\" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"ysoserial": {
"Data": "| Utility/PAYLOAD | [ysoserial](https://github.com/frohoff/ysoserial) | A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization. | ![](https://img.shields.io/github/stars/frohoff/ysoserial) | ![](https://img.shields.io/github/languages/top/frohoff/ysoserial) |",
"Description": "A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"ysoserial.net": {
"Data": "| Utility/PAYLOAD | [ysoserial.net](https://github.com/pwntester/ysoserial.net) | Deserialization payload generator for a variety of .NET formatters | ![](https://img.shields.io/github/stars/pwntester/ysoserial.net) | ![](https://img.shields.io/github/languages/top/pwntester/ysoserial.net) |",
"Description": "Deserialization payload generator for a variety of .NET formatters ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"zap-cli": {
"Data": "| Scanner/WVS | [zap-cli](https://github.com/Grunny/zap-cli) | A simple tool for interacting with OWASP ZAP from the commandline. | ![](https://img.shields.io/github/stars/Grunny/zap-cli) | ![](https://img.shields.io/github/languages/top/Grunny/zap-cli) |",
"Description": "A simple tool for interacting with OWASP ZAP from the commandline. ",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"zaproxy": {
"Data": "| Army-Knife/PROXY | [zaproxy](https://github.com/zaproxy/zaproxy) | The OWASP ZAP core project | ![](https://img.shields.io/github/stars/zaproxy/zaproxy) | ![](https://img.shields.io/github/languages/top/zaproxy/zaproxy) |",
"Description": "The OWASP ZAP core project",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
2020-09-28 09:40:57 -06:00
"Method": "PROXY",
"Type": "Army-Knife",
2020-09-28 09:39:01 -06:00
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
}
2020-10-26 11:34:28 -06:00
}