WebHackersWeapons/data.json

2562 lines
128 KiB
JSON

{
"AWSBucketDump": {
"Data": "| Scanner/S3 | [AWSBucketDump](https://github.com/jordanpotti/AWSBucketDump) | Security Tool to Look For Interesting Files in S3 Buckets | ![](https://img.shields.io/github/stars/jordanpotti/AWSBucketDump) | ![](https://img.shields.io/github/languages/top/jordanpotti/AWSBucketDump) |",
"Description": "Security Tool to Look For Interesting Files in S3 Buckets",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "S3",
"Type": "Scanner",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"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": {
"Linux": "sudo snap install amass",
"MacOS": "brew tap caffix/amass; brew install amass",
"Windows": ""
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "sudo snap refresh amass",
"MacOS": "brew upgrade amass",
"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": {
"Linux": "git clone https://github.com/s0md3v/Arjun ; cd Arjun; pip3 install requests",
"MacOS": "git clone https://github.com/s0md3v/Arjun ; cd Arjun; pip3 install requests",
"Windows": "git clone https://github.com/s0md3v/Arjun ; cd Arjun; pip3 install requests"
},
"Method": "HTTP",
"Type": "Discovery",
"Update": {
"Linux": "cd Arjun; git pull -v ",
"MacOS": "cd Arjun; git pull -v ",
"Windows": "cd Arjun; git pull -v "
}
},
"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": {
"Linux": "go get -u github.com/m4ll0k/Aron",
"MacOS": "go get -u github.com/m4ll0k/Aron",
"Windows": "go get -u github.com/m4ll0k/Aron"
},
"Method": "HTTP",
"Type": "Discovery",
"Update": {
"Linux": "go get -u github.com/m4ll0k/Aron",
"MacOS": "go get -u github.com/m4ll0k/Aron",
"Windows": "go get -u github.com/m4ll0k/Aron"
}
},
"Assetnote Wordlists": {
"Data": "| Utility/WORD | [wordlists](https://github.com/assetnote/wordlists) | Automated \u0026 Manual Wordlists provided by Assetnote | ![](https://img.shields.io/github/stars/assetnote/wordlists) | ![](https://img.shields.io/github/languages/top/assetnote/wordlists) |",
"Description": "Automated \u0026 Manual Wordlists provided by Assetnote",
"Install": {
"Linux": "git clone https://github.com/assetnote/wordlists",
"MacOS": "git clone https://github.com/assetnote/wordlists",
"Windows": "git clone https://github.com/assetnote/wordlists"
},
"Method": "WORD",
"Type": "Utility",
"Update": {
"Linux": "cd wordlists ; git pull -v",
"MacOS": "cd wordlists ; git pull -v",
"Windows": "cd wordlists ; git pull -v"
}
},
"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": {
"Linux": "git clone https://github.com/m4ll0k/Atlas ; cd Atlas; pip3 install pretty",
"MacOS": "git clone https://github.com/m4ll0k/Atlas ; cd Atlas; pip3 install pretty",
"Windows": "git clone https://github.com/m4ll0k/Atlas ; cd Atlas; pip3 install pretty"
},
"Method": "BRIDGE",
"Type": "Utility",
"Update": {
"Linux": "cd Atlas; git pull -v",
"MacOS": "cd Atlas; git pull -v",
"Windows": "cd Atlas; git pull -v"
}
},
"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": ""
}
},
"BruteX": {
"Data": "| Scanner/FUZZ | [BruteX](https://github.com/1N3/BruteX) | Automatically brute force all services running on a target. | ![](https://img.shields.io/github/stars/1N3/BruteX) | ![](https://img.shields.io/github/languages/top/1N3/BruteX) |",
"Description": "Automatically brute force all services running on a target.",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "FUZZ",
"Type": "Scanner",
"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": {
"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",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PROXY",
"Type": "Army-Knife",
"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": {
"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"
},
"Method": "CORS",
"Type": "Scanner",
"Update": {
"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"
}
},
"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": {
"Linux": "git clone https://github.com/s0md3v/Corsy; cd Corsy ; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/s0md3v/Corsy; cd Corsy ; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/s0md3v/Corsy; cd Corsy ; pip3 install -r requirements.txt"
},
"Method": "CORS",
"Type": "Scanner",
"Update": {
"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"
}
},
"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": {
"Linux": "git clone https://github.com/devanshbatham/FavFreak ; cd FavFreak; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/devanshbatham/FavFreak ; cd FavFreak; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/devanshbatham/FavFreak ; cd FavFreak; pip3 install -r requirements.txt"
},
"Method": "FAVICON",
"Type": "Discovery",
"Update": {
"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"
}
},
"Findsploit": {
"Data": "| Utility/PAYLOAD | [Findsploit](https://github.com/1N3/Findsploit) | Find exploits in local and online databases instantly | ![](https://img.shields.io/github/stars/1N3/Findsploit) | ![](https://img.shields.io/github/languages/top/1N3/Findsploit) |",
"Description": "Find exploits in local and online databases instantly",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"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": {
"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"
},
"Method": "ENV",
"Type": "Utility",
"Update": {
"Linux": "cd Gf-Patterns; git pull -v",
"MacOS": "cd Gf-Patterns; git pull -v",
"Windows": "cd Gf-Patterns; git pull -v"
}
},
"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": {
"Linux": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip3 install -r requirements.txt",
"MacOS": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip3 install -r requirements.txt",
"Windows": "git clone http://github.com/UnkL4b/GitMiner; cd GitMiner ; pip3 install -r requirements.txt"
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "cd Gopherus; git pull -v",
"MacOS": "cd Gopherus; git pull -v",
"Windows": "cd Gopherus; git pull -v"
}
},
"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": {
"Linux": "git clone https://github.com/swisskyrepo/GraphQLmap ; cd GraphQLmap; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/swisskyrepo/GraphQLmap ; cd GraphQLmap; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/swisskyrepo/GraphQLmap ; cd GraphQLmap; pip3 install -r requirements.txt"
},
"Method": "GQL",
"Type": "Scanner",
"Update": {
"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"
}
},
"IntruderPayloads": {
"Data": "| Utility/PAYLOAD | [IntruderPayloads](https://github.com/1N3/IntruderPayloads) | A collection of Burpsuite Intruder payloads, BurpBounty payloads, fuzz lists, malicious file uploads and web pentesting methodologies and checklists. | ![](https://img.shields.io/github/stars/1N3/IntruderPayloads) | ![](https://img.shields.io/github/languages/top/1N3/IntruderPayloads) |",
"Description": "A collection of Burpsuite Intruder payloads, BurpBounty payloads, fuzz lists, malicious file uploads and web pentesting methodologies and checklists.",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"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": {
"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",
"Windows": ""
},
"Method": "JS",
"Type": "Discovery",
"Update": {
"Linux": "cd JSFScan.sh; git pull -v",
"MacOS": "cd JSFScan.sh; git pull -v",
"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": {
"Linux": "git clone https://github.com/D35m0nd142/LFISuite",
"MacOS": "git clone https://github.com/D35m0nd142/LFISuite",
"Windows": "git clone https://github.com/D35m0nd142/LFISuite"
},
"Method": "LFI",
"Type": "Scanner",
"Update": {
"Linux": "cd LFISuite; git pull -v",
"MacOS": "cd LFISuite; git pull -v",
"Windows": "cd LFISuite; git pull -v"
}
},
"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": {
"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"
},
"Method": "JS",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "NOSQL",
"Type": "Scanner",
"Update": {
"Linux": "cd NoSQLMap; git pull -v",
"MacOS": "cd NoSQLMap; git pull -v",
"Windows": "cd NoSQLMap; git pull -v"
}
},
"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": {
"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"
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "RECON",
"Type": "Scanner",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "PARAM",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"Linux": "git clone https://github.com/s0md3v/Parth",
"MacOS": "git clone https://github.com/s0md3v/Parth",
"Windows": "git clone https://github.com/s0md3v/Parth"
},
"Method": "PARAM",
"Type": "Discovery",
"Update": {
"Linux": "cd Parth; git pull -v",
"MacOS": "cd Parth; git pull -v",
"Windows": "cd Parth; git pull -v"
}
},
"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": {
"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"
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"Linux": "cargo install rustsca",
"MacOS": "brew install rustscan",
"Windows": "cargo install rustsca"
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "brew upgrade rustscan",
"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": {
"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"
},
"Method": "S3",
"Type": "Scanner",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "SSRF",
"Type": "Scanner",
"Update": {
"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"
}
},
"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": {
"Linux": "git clone https://github.com/danielmiessler/SecLists",
"MacOS": "git clone https://github.com/danielmiessler/SecLists",
"Windows": "git clone https://github.com/danielmiessler/SecLists"
},
"Method": "WORD",
"Type": "Utility",
"Update": {
"Linux": "cd SecLists; git pull -v",
"MacOS": "cd SecLists; git pull -v",
"Windows": "cd SecLists; git pull -v"
}
},
"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": {
"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"
},
"Method": "JS",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "VULN",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "RECON",
"Type": "Scanner",
"Update": {
"Linux": "cd Sn1per; git pull -v",
"MacOS": "cd Sn1per; git pull -v",
"Windows": "cd Sn1per; git pull -v"
}
},
"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": {
"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"
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
"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"
}
},
"SubOver": {
"Type": "Discovery",
"Data": "| Discovery/TKOV | [SubOver](https://github.com/Ice3man543/SubOver) | A Powerful Subdomain Takeover Tool | ![](https://img.shields.io/github/stars/Ice3man543/SubOver) | ![](https://img.shields.io/github/languages/top/Ice3man543/SubOver) |",
"Method": "TKOV",
"Description": "A Powerful Subdomain Takeover Tool",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"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": {
"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"
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "CALLBACK",
"Type": "Utility",
"Update": {
"Linux": "cd TukTuk; git pull -v ",
"MacOS": "cd TukTuk; git pull -v ",
"Windows": "cd TukTuk; git pull -v "
}
},
"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": {
"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"
},
"Method": "FUZZ",
"Type": "Scanner",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"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"
}
},
"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": {
"Linux": "gem install XSpear",
"MacOS": "gem install XSpear",
"Windows": "gem install XSpear"
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "gem update XSpear",
"MacOS": "gem update XSpear",
"Windows": "gem update XSpear"
}
},
"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": {
"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"
},
"Method": "SSL",
"Type": "Scanner",
"Update": {
"Linux": "cd a2sv; git pull -v",
"MacOS": "cd a2sv; git pull -v",
"Windows": "cd a2sv; git pull -v"
}
},
"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": {
"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"
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "cd altdns ; git pull -v",
"MacOS": "cd altdns ; git pull -v",
"Windows": "cd altdns ; git pull -v"
}
},
"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": {
"Linux": "go get -u github.com/tomnomnom/anew",
"MacOS": "go get -u github.com/tomnomnom/anew",
"Windows": "go get -u github.com/tomnomnom/anew"
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/tomnomnom/anew",
"MacOS": "go get -u github.com/tomnomnom/anew",
"Windows": "go get -u github.com/tomnomnom/anew"
}
},
"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": {
"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"
},
"Method": "APK",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"Linux": "go get -u github.com/michenriksen/aquatone",
"MacOS": "go get -u github.com/michenriksen/aquatone",
"Windows": "go get -u github.com/michenriksen/aquatone"
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "go get -u github.com/michenriksen/aquatone",
"MacOS": "go get -u github.com/michenriksen/aquatone",
"Windows": "go get -u github.com/michenriksen/aquatone"
}
},
"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": {
"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",
"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": {
"Linux": "go get -u github.com/tomnomnom/assetfinder",
"MacOS": "go get -u github.com/tomnomnom/assetfinder",
"Windows": "go get -u github.com/tomnomnom/assetfinder"
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "go get -u github.com/tomnomnom/assetfinder",
"MacOS": "go get -u github.com/tomnomnom/assetfinder",
"Windows": "go get -u github.com/tomnomnom/assetfinder"
}
},
"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": {
"Linux": "bash \u003c(curl -s https://raw.githubusercontent.com/pry0cc/axiom/master/interact/axiom-configure)",
"MacOS": "bash \u003c(curl -s https://raw.githubusercontent.com/pry0cc/axiom/master/interact/axiom-configure)",
"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": "",
"MacOS": "git clone https://github.com/fransr/bountyplz; brew install jq; brew install gnu-sed; brew install coreutils",
"Windows": ""
},
"Method": "TEMPLATE",
"Type": "Utility",
"Update": {
"Linux": "",
"MacOS": "cd bountyplz; git pull -v",
"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": {
"Linux": "go get github.com/tomnomnom/burl",
"MacOS": "go get github.com/tomnomnom/burl",
"Windows": "go get github.com/tomnomnom/burl"
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "go get github.com/tomnomnom/burl",
"MacOS": "go get github.com/tomnomnom/burl",
"Windows": "go get github.com/tomnomnom/burl"
}
},
"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": {
"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"
},
"Method": "JWT",
"Type": "Utility",
"Update": {
"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"
}
},
"can-i-take-over-xyz": {
"Data": "| Discovery/TKOV | [can-i-take-over-xyz](https://github.com/EdOverflow/can-i-take-over-xyz) | \"Can I take over XYZ?\" — a list of services and how to claim (sub)domains with dangling DNS records. | ![](https://img.shields.io/github/stars/EdOverflow/can-i-take-over-xyz) | ![](https://img.shields.io/github/languages/top/EdOverflow/can-i-take-over-xyz) |",
"Description": "\"Can I take over XYZ?\" — a list of services and how to claim (sub)domains with dangling DNS records.",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "TKOV",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"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": {
"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"
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "cd cc.py ; git pull -v",
"MacOS": "cd cc.py ; git pull -v",
"Windows": "cd cc.py ; git pull -v"
}
},
"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": {
"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"
},
"Method": "URL",
"Type": "Utility",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"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"
}
},
"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": {
"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"
},
"Method": "CRLF",
"Type": "Scanner",
"Update": {
"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"
}
},
"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": {
"Linux": "go get -u github.com/hahwul/dalfox",
"MacOS": "brew install dalfox",
"Windows": "go get -u github.com/hahwul/dalfox"
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "go get -u github.com/hahwul/dalfox",
"MacOS": "brew upgrade dalfox",
"Windows": "go get -u github.com/hahwul/dalfox"
}
},
"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": "git clone https://github.com/maurosoria/dirsearch",
"MacOS": "git clone https://github.com/maurosoria/dirsearch",
"Windows": "git clone https://github.com/maurosoria/dirsearch"
},
"Method": "FUZZ",
"Type": "Discovery",
"Update": {
"Linux": "cd dirsearch ; git pull -v",
"MacOS": "cd dirsearch ; git pull -v",
"Windows": "cd dirsearch ; git pull -v"
}
},
"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": "GO111MODULE=on go get -u -v github.com/projectdiscovery/dnsprobe",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/dnsprobe",
"Windows": "go get -u -v github.com/projectdiscovery/dnsprobe"
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "GO111MODULE=on go get -u -v github.com/projectdiscovery/dnsprobe",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/dnsprobe",
"Windows": "go get -u -v github.com/projectdiscovery/dnsprobe"
}
},
"dnsvalidator": {
"Data": "| Discovery/DNS | [dnsvalidator](https://github.com/vortexau/dnsvalidator) | Maintains a list of IPv4 DNS servers by verifying them against baseline servers, and ensuring accurate responses. | ![](https://img.shields.io/github/stars/vortexau/dnsvalidator) | ![](https://img.shields.io/github/languages/top/vortexau/dnsvalidator) |",
"Description": "Maintains a list of IPv4 DNS servers by verifying them against baseline servers, and ensuring accurate responses.",
"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": "git clone https://github.com/fcavallarin/domdig ; cd domdig ; npm i",
"MacOS": "git clone https://github.com/fcavallarin/domdig ; cd domdig ; npm i",
"Windows": "git clone https://github.com/fcavallarin/domdig ; cd domdig ; npm i"
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "cd domdig ; npm i",
"MacOS": "cd domdig ; npm i",
"Windows": "cd domdig ; npm i"
}
},
"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": "git clone https://github.com/wireghoul/dotdotpwn ; ",
"MacOS": "git clone https://github.com/wireghoul/dotdotpwn",
"Windows": "git clone https://github.com/wireghoul/dotdotpwn"
},
"Method": "LFI",
"Type": "Scanner",
"Update": {
"Linux": "cd dotdotpwn ; git pull -v",
"MacOS": "cd dotdotpwn ; git pull -v",
"Windows": "cd dotdotpwn ; git pull -v"
}
},
"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": "git clone https://github.com/ssl/ezXSS",
"MacOS": "git clone https://github.com/ssl/ezXSS",
"Windows": "git clone https://github.com/ssl/ezXSS"
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "cd ezXSS ; git pull -v",
"MacOS": "cd ezXSS ; git pull -v",
"Windows": "cd ezXSS ; git pull -v"
}
},
"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": "curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/master/install-nix.sh | bash",
"MacOS": "brew tap tgotwig/feroxbuster ; brew install feroxbuster",
"Windows": "Invoke-WebRequest https://github.com/epi052/feroxbuster/releases/latest/download/x86_64-windows-feroxbuster.exe.zip -OutFile feroxbuster.zip; Expand-Archive .\u000ceroxbuster.zip; .\u000ceroxbuster\u000ceroxbuster.exe -V"
},
"Method": "FUZZ",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "brew upgrade feroxbuster",
"Windows": ""
}
},
"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": "go get -u github.com/ffuf/ffuf",
"MacOS": "go get -u github.com/ffuf/ffuf",
"Windows": "go get -u github.com/ffuf/ffuf"
},
"Method": "FUZZ",
"Type": "Scanner",
"Update": {
"Linux": "go get -u github.com/ffuf/ffuf",
"MacOS": "go get -u github.com/ffuf/ffuf",
"Windows": "go get -u github.com/ffuf/ffuf"
}
},
"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": "git clone https://github.com/dwisiswant0/findom-xss.git --recurse-submodules",
"MacOS": "git clone https://github.com/dwisiswant0/findom-xss.git --recurse-submodules",
"Windows": "git clone https://github.com/dwisiswant0/findom-xss.git --recurse-submodules"
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "cd findom-xss ; git pull -v",
"MacOS": "cd findom-xss ; git pull -v",
"Windows": "cd findom-xss ; git pull -v"
}
},
"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": "mkdir findomain; cd findomain; wget https://github.com/Edu4rdSHL/findomain/releases/latest/download/findomain-linux ; chmod +x findomain-linux",
"MacOS": "brew install findomain",
"Windows": "mkdir findomain; cd findomain; wget https://github.com/Edu4rdSHL/findomain/releases/latest/download/findomain-windows.exe"
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "cd findomain; wget https://github.com/Edu4rdSHL/findomain/releases/latest/download/findomain-linux ; chmod +x findomain-linux",
"MacOS": "brew upgrade findomain",
"Windows": "cd findomain; wget https://github.com/Edu4rdSHL/findomain/releases/latest/download/findomain-windows.exe"
}
},
"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": "git clone --depth 1 https://github.com/junegunn/fzf.git ; cd fzf ; ./install",
"MacOS": "brew install fzf",
"Windows": "choco install fzf"
},
"Method": "FIND",
"Type": "Utility",
"Update": {
"Linux": "cd fzf ; git pull -v ; ./install",
"MacOS": "brew upgrade fzf",
"Windows": "choco update fzf"
}
},
"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": "GO111MODULE=on go get -u -v github.com/lc/gau",
"MacOS": "GO111MODULE=on go get -u -v github.com/lc/gau",
"Windows": "go get -u -v github.com/lc/gau"
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "GO111MODULE=on go get -u -v github.com/lc/gau",
"MacOS": "GO111MODULE=on go get -u -v github.com/lc/gau",
"Windows": "go get -u -v github.com/lc/gau"
}
},
"getJS": {
"Data": "| Fetch/JS | [getJS](https://github.com/003random/getJS) | A tool to fastly get all javascript sources/files | ![](https://img.shields.io/github/stars/003random/getJS) | ![](https://img.shields.io/github/languages/top/003random/getJS) |",
"Description": "A tool to fastly get all javascript sources/files",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "JS",
"Type": "Fetch",
"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": "go get -u github.com/tomnomnom/gf; cp -r $GOPATH/src/github.com/tomnomnom/gf/examples ~/.gf",
"MacOS": "go get -u github.com/tomnomnom/gf; cp -r $GOPATH/src/github.com/tomnomnom/gf/examples ~/.gf",
"Windows": "go get -u github.com/tomnomnom/gf"
},
"Method": "GREP",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/tomnomnom/gf",
"MacOS": "go get -u github.com/tomnomnom/gf",
"Windows": "go get -u github.com/tomnomnom/gf"
}
},
"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": "git clone https://github.com/hisxo/gitGraber ; cd gitGraber; pip3 install -r requirements.txt",
"MacOS": "git clone https://github.com/hisxo/gitGraber ; cd gitGraber; pip3 install -r requirements.txt",
"Windows": "git clone https://github.com/hisxo/gitGraber ; cd gitGraber; pip3 install -r requirements.txt"
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"Linux": "cd gitGraber; git pull -v ; pip3 install -r requirements.txt",
"MacOS": "cd gitGraber; git pull -v ; pip3 install -r requirements.txt",
"Windows": "cd gitGraber; git pull -v ; pip3 install -r requirements.txt"
}
},
"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": "git clone https://github.com/gwen001/github-search",
"MacOS": "git clone https://github.com/gwen001/github-search",
"Windows": "git clone https://github.com/gwen001/github-search"
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"Linux": "cd github-search ; git pull -v",
"MacOS": "cd github-search ; git pull -v",
"Windows": "cd github-search ; git pull -v"
}
},
"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": "GO111MODULE=on go get github.com/zricethezav/gitleaks/v6",
"MacOS": "brew install gitleaks",
"Windows": "go get github.com/zricethezav/gitleaks/v6"
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"Linux": "GO111MODULE=on go get github.com/zricethezav/gitleaks/v6",
"MacOS": "brew upgrade gitleaks",
"Windows": "go get github.com/zricethezav/gitleaks/v6"
}
},
"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": "go get github.com/michenriksen/gitrob",
"MacOS": "go get github.com/michenriksen/gitrob",
"Windows": "go get github.com/michenriksen/gitrob"
},
"Method": "GIT",
"Type": "Discovery",
"Update": {
"Linux": "go get github.com/michenriksen/gitrob",
"MacOS": "go get github.com/michenriksen/gitrob",
"Windows": "go get github.com/michenriksen/gitrob"
}
},
"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": "GO111MODULE=on go get -v github.com/dwisiswant0/go-dork/...",
"MacOS": "GO111MODULE=on go get -v github.com/dwisiswant0/go-dork/...",
"Windows": "go get -v github.com/dwisiswant0/go-dork/..."
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "GO111MODULE=on go get -v github.com/dwisiswant0/go-dork/...",
"MacOS": "GO111MODULE=on go get -v github.com/dwisiswant0/go-dork/...",
"Windows": "go get -v github.com/dwisiswant0/go-dork/..."
}
},
"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": "go get github.com/OJ/gobuster",
"MacOS": "go get github.com/OJ/gobuster",
"Windows": "go get github.com/OJ/gobuster"
},
"Method": "FUZZ",
"Type": "Discovery",
"Update": {
"Linux": "go get github.com/OJ/gobuster",
"MacOS": "go get github.com/OJ/gobuster",
"Windows": "go get github.com/OJ/gobuster"
}
},
"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": "go get -u github.com/jaeles-project/gospider",
"MacOS": "go get -u github.com/jaeles-project/gospider",
"Windows": "go get -u github.com/jaeles-project/gospider"
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "go get -u github.com/jaeles-project/gospider",
"MacOS": "go get -u github.com/jaeles-project/gospider",
"Windows": "go get -u github.com/jaeles-project/gospider"
}
},
"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": "go get -u github.com/sensepost/gowitness",
"MacOS": "go get -u github.com/sensepost/gowitness",
"Windows": "go get -u github.com/sensepost/gowitness"
},
"Method": "SHOT",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/sensepost/gowitness",
"MacOS": "go get -u github.com/sensepost/gowitness",
"Windows": "go get -u github.com/sensepost/gowitness"
}
},
"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": "git clone https://github.com/APIs-guru/graphql-voyager",
"MacOS": "git clone https://github.com/APIs-guru/graphql-voyager",
"Windows": "git clone https://github.com/APIs-guru/graphql-voyager"
},
"Method": "GQL",
"Type": "Discovery",
"Update": {
"Linux": "cd graphql-voyager ; git pull -v",
"MacOS": "cd graphql-voyager ; git pull -v",
"Windows": "cd graphql-voyager ; git pull -v"
}
},
"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": "go get -u github.com/tomnomnom/gron",
"MacOS": "go get -u github.com/tomnomnom/gron",
"Windows": "go get -u github.com/tomnomnom/gron"
},
"Method": "JSON",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/tomnomnom/gron",
"MacOS": "go get -u github.com/tomnomnom/gron",
"Windows": "go get -u github.com/tomnomnom/gron"
}
},
"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": "git clone https://github.com/BishopFox/h2csmuggler; cd h2csmuggler; pip3 install h2",
"MacOS": "git clone https://github.com/BishopFox/h2csmuggler; cd h2csmuggler; pip3 install h2",
"Windows": "git clone https://github.com/BishopFox/h2csmuggler; cd h2csmuggler; pip3 install h2"
},
"Method": "SMUGGLE",
"Type": "Scanner",
"Update": {
"Linux": "cd h2csmuggler ; git pull -v",
"MacOS": "cd h2csmuggler ; git pull -v",
"Windows": "cd h2csmuggler ; git pull -v"
}
},
"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": "git clone https://github.com/tomnomnom/hacks;",
"MacOS": "git clone https://github.com/tomnomnom/hacks;",
"Windows": "git clone https://github.com/tomnomnom/hacks;"
},
"Method": "ALL",
"Type": "ToolBox",
"Update": {
"Linux": "cd hacks ; git pull -v",
"MacOS": "cd hacks ; git pull -v",
"Windows": "cd hacks ; git pull -v"
}
},
"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": "go get github.com/hakluke/hakrawler",
"MacOS": "go get github.com/hakluke/hakrawler",
"Windows": "go get github.com/hakluke/hakrawler"
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "go get github.com/hakluke/hakrawler",
"MacOS": "go get github.com/hakluke/hakrawler",
"Windows": "go get github.com/hakluke/hakrawler"
}
},
"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": "go get github.com/hakluke/hakrevdns",
"MacOS": "go get github.com/hakluke/hakrevdns",
"Windows": "go get github.com/hakluke/hakrevdns"
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "go get github.com/hakluke/hakrevdns",
"MacOS": "go get github.com/hakluke/hakrevdns",
"Windows": "go get github.com/hakluke/hakrevdns"
}
},
"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": "GO111MODULE=auto go get -u -v github.com/dstotijn/hetty/cmd/hetty",
"MacOS": "GO111MODULE=auto go get -u -v github.com/dstotijn/hetty/cmd/hetty",
"Windows": "go get -u -v github.com/dstotijn/hetty/cmd/hetty"
},
"Method": "PROXY",
"Type": "Army-Knife",
"Update": {
"Linux": "GO111MODULE=auto go get -u -v github.com/dstotijn/hetty/cmd/hetty",
"MacOS": "GO111MODULE=auto go get -u -v github.com/dstotijn/hetty/cmd/hetty",
"Windows": "go get -u -v github.com/dstotijn/hetty/cmd/hetty"
}
},
"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": "go get -u github.com/dwisiswant0/hinject",
"MacOS": "go get -u github.com/dwisiswant0/hinject",
"Windows": "go get -u github.com/dwisiswant0/hinject"
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/dwisiswant0/hinject",
"MacOS": "go get -u github.com/dwisiswant0/hinject",
"Windows": "go get -u github.com/dwisiswant0/hinject"
}
},
"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": "go get github.com/htcat/htcat/cmd/htcat",
"MacOS": "go get github.com/htcat/htcat/cmd/htcat",
"Windows": "go get github.com/htcat/htcat/cmd/htcat"
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "go get github.com/htcat/htcat/cmd/htcat",
"MacOS": "go get github.com/htcat/htcat/cmd/htcat",
"Windows": "go get github.com/htcat/htcat/cmd/htcat"
}
},
"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": "go get -u github.com/tomnomnom/httprobe",
"MacOS": "go get -u github.com/tomnomnom/httprobe",
"Windows": "go get -u github.com/tomnomnom/httprobe"
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "go get -u github.com/tomnomnom/httprobe",
"MacOS": "go get -u github.com/tomnomnom/httprobe",
"Windows": "go get -u github.com/tomnomnom/httprobe"
}
},
"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": "GO111MODULE=auto go get -u -v github.com/projectdiscovery/httpx/cmd/httpx",
"MacOS": "GO111MODULE=auto go get -u -v github.com/projectdiscovery/httpx/cmd/httpx",
"Windows": "go get -u -v github.com/projectdiscovery/httpx/cmd/httpx"
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "GO111MODULE=auto go get -u -v github.com/projectdiscovery/httpx/cmd/httpx",
"MacOS": "GO111MODULE=auto go get -u -v github.com/projectdiscovery/httpx/cmd/httpx",
"Windows": "go get -u -v github.com/projectdiscovery/httpx/cmd/httpx"
}
},
"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": "git clone https://github.com/doyensec/inql ; cd inql ; pip3 install -r requirements.txt ; python setup.py install",
"MacOS": "git clone https://github.com/doyensec/inql ; cd inql ; pip3 install -r requirements.txt ; python setup.py install",
"Windows": "git clone https://github.com/doyensec/inql ; cd inql ; pip3 install -r requirements.txt ; python setup.py install"
},
"Method": "GQL",
"Type": "Discovery",
"Update": {
"Linux": "cd inql ; git pull -v ; pip3 install -r requirements.txt ; python setup.py install",
"MacOS": "cd inql ; git pull -v ; pip3 install -r requirements.txt ; python setup.py install",
"Windows": "cd inql ; git pull -v ; pip3 install -r requirements.txt ; python setup.py install"
}
},
"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": "git clone https://github.com/intrigueio/intrigue-core ; cd intrigue-core ; bundle install",
"MacOS": "git clone https://github.com/intrigueio/intrigue-core ; cd intrigue-core ; bundle install",
"Windows": "git clone https://github.com/intrigueio/intrigue-core ; cd intrigue-core ; bundle install"
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "cd intrigue-core ; git pull -v ; bundle install",
"MacOS": "cd intrigue-core ; git pull -v ; bundle install",
"Windows": "cd intrigue-core ; git pull -v ; bundle install"
}
},
"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": "GO111MODULE=on go get github.com/jaeles-project/jaeles",
"MacOS": "GO111MODULE=on go get github.com/jaeles-project/jaeles",
"Windows": "go get github.com/jaeles-project/jaeles"
},
"Method": "JAELES",
"Type": "Army-Knife",
"Update": {
"Linux": "GO111MODULE=on go get github.com/jaeles-project/jaeles",
"MacOS": "GO111MODULE=on go get github.com/jaeles-project/jaeles",
"Windows": "go get github.com/jaeles-project/jaeles"
}
},
"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": "npm install --global jwt-cracker",
"MacOS": "npm install --global jwt-cracker",
"Windows": "npm install --global jwt-cracker"
},
"Method": "JWT",
"Type": "Utility",
"Update": {
"Linux": "npm install --global jwt-cracker",
"MacOS": "npm install --global jwt-cracker",
"Windows": "npm install --global jwt-cracker"
}
},
"jwt-hack": {
"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) |",
"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)",
"Install": {
"Linux": "go get -u github.com/hahwul/jwt-hack",
"MacOS": "go get -u github.com/hahwul/jwt-hack",
"Windows": "go get -u github.com/hahwul/jwt-hack"
},
"Method": "JWT",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/hahwul/jwt-hack",
"MacOS": "go get -u github.com/hahwul/jwt-hack",
"Windows": "go get -u github.com/hahwul/jwt-hack"
}
},
"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": "git clone https://github.com/guelfoweb/knock ; cd knock ; pip3 install -r requirements.txt ; python setup.py install",
"MacOS": "git clone https://github.com/guelfoweb/knock ; cd knock ; pip3 install -r requirements.txt ; python setup.py install",
"Windows": "git clone https://github.com/guelfoweb/knock ; cd knock ; pip3 install -r requirements.txt ; python setup.py install"
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "cd knock ; git pull -v ; pip3 install -r requirements.txt ; python setup.py install",
"MacOS": "cd knock ; git pull -v ; pip3 install -r requirements.txt ; python setup.py install",
"Windows": "cd knock ; git pull -v ; pip3 install -r requirements.txt ; python setup.py install"
}
},
"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": "git clone https://github.com/nahamsec/lazyrecon",
"MacOS": "git clone https://github.com/nahamsec/lazyrecon",
"Windows": "git clone https://github.com/nahamsec/lazyrecon"
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "cd lazyrecon ; git pull -v",
"MacOS": "cd lazyrecon ; git pull -v",
"Windows": "cd lazyrecon ; git pull -v"
}
},
"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": "git clone https://github.com/robertdavidgraham/masscan ; cd masscan ; apt-get install git gcc make libpcap-dev; make",
"MacOS": "git clone https://github.com/robertdavidgraham/masscan ; cd masscan ; make",
"Windows": "git clone https://github.com/robertdavidgraham/masscan ; cd masscan ; make "
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "cd masscan ; git pull -v ; make",
"MacOS": "cd masscan ; git pull -v ; make",
"Windows": "cd masscan ; git pull -v ; make"
}
},
"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": "go get -u github.com/riza/medusa",
"MacOS": "go get -u github.com/riza/medusa",
"Windows": "go get -u github.com/riza/medusa"
},
"Method": "FUZZ",
"Type": "Discovery",
"Update": {
"Linux": "go get -u github.com/riza/medusa",
"MacOS": "go get -u github.com/riza/medusa",
"Windows": "go get -u github.com/riza/medusa"
}
},
"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": "go get -u github.com/tomnomnom/meg",
"MacOS": "go get -u github.com/tomnomnom/meg",
"Windows": "go get -u github.com/tomnomnom/meg"
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "go get -u github.com/tomnomnom/meg",
"MacOS": "go get -u github.com/tomnomnom/meg",
"Windows": "go get -u github.com/tomnomnom/meg"
}
},
"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": "git clone https://github.com/EdOverflow/megplus",
"MacOS": "git clone https://github.com/EdOverflow/megplus",
"Windows": "git clone https://github.com/EdOverflow/megplus"
},
"Method": "RECON",
"Type": "Scanner",
"Update": {
"Linux": "cd megplus ; git pull -v",
"MacOS": "cd megplus ; git pull -v",
"Windows": "cd megplus ; git pull -v"
}
},
"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": "GO111MODULE=on go get -u -v github.com/projectdiscovery/naabu/v2/cmd/naabu",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/naabu/v2/cmd/naabu",
"Windows": "go get -u -v github.com/projectdiscovery/naabu/v2/cmd/naabu"
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "GO111MODULE=on go get -u -v github.com/projectdiscovery/naabu/v2/cmd/naabu",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/naabu/v2/cmd/naabu",
"Windows": "go get -u -v github.com/projectdiscovery/naabu/v2/cmd/naabu"
}
},
"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": "git clone https://github.com/sullo/nikto",
"MacOS": "git clone https://github.com/sullo/nikto",
"Windows": "git clone https://github.com/sullo/nikto"
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
"Linux": "cd nikto ; git pull -v",
"MacOS": "cd nikto ; git pull -v",
"Windows": "cd nikto ; git pull -v"
}
},
"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": "sudo apt install nmap",
"MacOS": "brew install nmap",
"Windows": ""
},
"Method": "PORT",
"Type": "Discovery",
"Update": {
"Linux": "sudo apt upgrade nmap",
"MacOS": "brew upgrade nmap",
"Windows": ""
}
},
"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": "go get -u github.com/Charlie-belmer/nosqli",
"MacOS": "go get -u github.com/Charlie-belmer/nosqli",
"Windows": "go get -u github.com/Charlie-belmer/nosqli"
},
"Method": "NOSQL",
"Type": "Scanner",
"Update": {
"Linux": "go get -u github.com/Charlie-belmer/nosqli",
"MacOS": "go get -u github.com/Charlie-belmer/nosqli",
"Windows": "go get -u github.com/Charlie-belmer/nosqli"
}
},
"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": "GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei",
"Windows": "go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei"
},
"Method": "SCAN",
"Type": "Army-Knife",
"Update": {
"Linux": "GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei",
"Windows": "go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei"
}
},
"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": "git clone https://github.com/BuffaloWill/oxml_xxe ; cd oxml_xxe ; bundle install",
"MacOS": "git clone https://github.com/BuffaloWill/oxml_xxe ; cd oxml_xxe ; bundle install",
"Windows": "git clone https://github.com/BuffaloWill/oxml_xxe ; cd oxml_xxe ; bundle install"
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "cd oxml_xxe ; git pull -v ; bundle install",
"MacOS": "cd oxml_xxe ; git pull -v ; bundle install",
"Windows": "cd oxml_xxe ; git pull -v ; bundle install"
}
},
"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": "git clone https://github.com/gwen001/pentest-tools",
"MacOS": "git clone https://github.com/gwen001/pentest-tools",
"Windows": "git clone https://github.com/gwen001/pentest-tools"
},
"Method": "ALL",
"Type": "ToolBox",
"Update": {
"Linux": "cd pentest-tools ; git pull -v",
"MacOS": "cd pentest-tools ; git pull -v",
"Windows": "cd pentest-tools ; git pull -v"
}
},
"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": "git clone https://github.com/knqyf263/pet.git ; cd pet ; make install",
"MacOS": "brew install knqyf263/pet/pet",
"Windows": ""
},
"Method": "SNIPPET",
"Type": "Utility",
"Update": {
"Linux": "cd pet ; git pull -v ; make install",
"MacOS": "brew upgrade knqyf263/pet/pet",
"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": "git clone https://github.com/fransr/postMessage-tracker",
"MacOS": "git clone https://github.com/fransr/postMessage-tracker",
"Windows": "git clone https://github.com/fransr/postMessage-tracker"
},
"Method": "B-ADDON",
"Type": "Utility",
"Update": {
"Linux": "cd postMessage-tracker ; git pull -v",
"MacOS": "cd postMessage-tracker ; git pull -v",
"Windows": "cd postMessage-tracker ; git pull -v"
}
},
"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": "pip3 install pwncat",
"MacOS": "brew install pwncat",
"Windows": ""
},
"Method": "PENTEST",
"Type": "Utility",
"Update": {
"Linux": "pip3 update pwncat",
"MacOS": "brew upgrade pwncat",
"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": "go get -u github.com/tomnomnom/qsreplace",
"MacOS": "go get -u github.com/tomnomnom/qsreplace",
"Windows": "go get -u github.com/tomnomnom/qsreplace"
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/tomnomnom/qsreplace",
"MacOS": "go get -u github.com/tomnomnom/qsreplace",
"Windows": "go get -u github.com/tomnomnom/qsreplace"
}
},
"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": "git clone https://github.com/skavngr/rapidscan",
"MacOS": "git clone https://github.com/skavngr/rapidscan",
"Windows": "git clone https://github.com/skavngr/rapidscan"
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
"Linux": "cd rapidscan ; git pull -v",
"MacOS": "cd rapidscan ; git pull -v",
"Windows": "cd rapidscan ; git pull -v"
}
},
"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": "git cleon https://github.com/nahamsec/recon_profile",
"MacOS": "git cleon https://github.com/nahamsec/recon_profile",
"Windows": "git cleon https://github.com/nahamsec/recon_profile"
},
"Method": "ENV",
"Type": "Utility",
"Update": {
"Linux": "cd recon_profile ; git pull -v",
"MacOS": "cd recon_profile ; git pull -v",
"Windows": "cd recon_profile ; git pull -v"
}
},
"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": "git clone https://github.com/yogeshojha/rengine ; cd rengine ; make build",
"MacOS": "git clone https://github.com/yogeshojha/rengine ; cd rengine ; make build",
"Windows": "git clone https://github.com/yogeshojha/rengine ; cd rengine ; make build"
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "cd rengine ; git pull -v ; make build",
"MacOS": "cd rengine ; git pull -v ; make build",
"Windows": "cd rengine ; git pull -v ; make build"
}
},
"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": "go get -u github.com/hahwul/s3reverse",
"MacOS": "go get -u github.com/hahwul/s3reverse",
"Windows": "go get -u github.com/hahwul/s3reverse"
},
"Method": "S3",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/hahwul/s3reverse",
"MacOS": "go get -u github.com/hahwul/s3reverse",
"Windows": "go get -u github.com/hahwul/s3reverse"
}
},
"scilla": {
"Data": "| Discovery/ALL | [scilla](https://github.com/edoardottt/scilla) | 🏴‍☠️ Information Gathering tool 🏴‍☠️ dns/subdomain/port enumeration | ![](https://img.shields.io/github/stars/edoardottt/scilla) | ![](https://img.shields.io/github/languages/top/edoardottt/scilla) |",
"Description": "🏴‍☠️ Information Gathering tool 🏴‍☠️ dns/subdomain/port enumeration",
"Install": {
"Linux": "go get-u github.com/edoardottt/scilla",
"MacOS": "go get-u github.com/edoardottt/scilla",
"Windows": "go get-u github.com/edoardottt/scilla"
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "go get-u github.com/edoardottt/scilla",
"MacOS": "go get-u github.com/edoardottt/scilla",
"Windows": "go get-u github.com/edoardottt/scilla"
}
},
"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": "GO111MODULE=on go get -u -v github.com/projectdiscovery/shuffledns/cmd/shuffledns",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/shuffledns/cmd/shuffledns",
"Windows": "go get -u -v github.com/projectdiscovery/shuffledns/cmd/shuffledns"
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "GO111MODULE=on go get -u -v github.com/projectdiscovery/shuffledns/cmd/shuffledns",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/shuffledns/cmd/shuffledns",
"Windows": "go get -u -v github.com/projectdiscovery/shuffledns/cmd/shuffledns"
}
},
"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": "git clone https://github.com/defparam/smuggler",
"MacOS": "git clone https://github.com/defparam/smuggler",
"Windows": "git clone https://github.com/defparam/smuggler"
},
"Method": "SMUGGLE",
"Type": "Scanner",
"Update": {
"Linux": "cd smuggler ; git pull -v",
"MacOS": "cd smuggler ; git pull -v",
"Windows": "cd smuggler ; git pull -v"
}
},
"sn0int": {
"Data": "| Discovery/ALL | [sn0int](https://github.com/kpcyrd/sn0int) | Semi-automatic OSINT framework and package manager | ![](https://img.shields.io/github/stars/kpcyrd/sn0int) | ![](https://img.shields.io/github/languages/top/kpcyrd/sn0int) |",
"Description": "Semi-automatic OSINT framework and package manager",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "ALL",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"sqliv": {
"Data": "| Scanner/SQL | [sqliv](https://github.com/the-robot/sqliv) | massive SQL injection vulnerability scanner | ![](https://img.shields.io/github/stars/the-robot/sqliv) | ![](https://img.shields.io/github/languages/top/the-robot/sqliv) |",
"Description": "massive SQL injection vulnerability scanner",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "SQL",
"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": "sudo apt install sqlmap",
"MacOS": "brew install sqlmap",
"Windows": ""
},
"Method": "SQL",
"Type": "Scanner",
"Update": {
"Linux": "sudo apt upgrade sqlmap",
"MacOS": "brew upgrade sqlmap",
"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": "go get github.com/teknogeek/ssrf-sheriff",
"MacOS": "go get github.com/teknogeek/ssrf-sheriff",
"Windows": "go get github.com/teknogeek/ssrf-sheriff"
},
"Method": "SSRF",
"Type": "Scanner",
"Update": {
"Linux": "go get github.com/teknogeek/ssrf-sheriff",
"MacOS": "go get github.com/teknogeek/ssrf-sheriff",
"Windows": "go get github.com/teknogeek/ssrf-sheriff"
}
},
"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": "GO111MODULE=on go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder",
"Windows": "go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder"
},
"Method": "DOMAIN",
"Type": "Discovery",
"Update": {
"Linux": "GO111MODULE=on go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder",
"MacOS": "GO111MODULE=on go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder",
"Windows": "go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder"
}
},
"subgen": {
"Data": "| Discovery/DNS | [subgen](https://github.com/pry0cc/subgen) | A really simple utility to concate wordlists to a domain name - to pipe into your favourite resolver! | ![](https://img.shields.io/github/stars/pry0cc/subgen) | ![](https://img.shields.io/github/languages/top/pry0cc/subgen) |",
"Description": "A really simple utility to concate wordlists to a domain name - to pipe into your favourite resolver!",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DNS",
"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": "go get github.com/haccer/subjack",
"MacOS": "go get github.com/haccer/subjack",
"Windows": "go get github.com/haccer/subjack"
},
"Method": "TKOV",
"Type": "Discovery",
"Update": {
"Linux": "go get github.com/haccer/subjack",
"MacOS": "go get github.com/haccer/subjack",
"Windows": "go get github.com/haccer/subjack"
}
},
"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": "git clone https://github.com/emadshanab/subs_all",
"MacOS": "git clone https://github.com/emadshanab/subs_all",
"Windows": "git clone https://github.com/emadshanab/subs_all"
},
"Method": "WORD",
"Type": "Utility",
"Update": {
"Linux": "cd subs_all; git pull -v",
"MacOS": "cd subs_all; git pull -v",
"Windows": "cd subs_all; git pull -v"
}
},
"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": "git clone https://github.com/fransr/template-generator",
"MacOS": "git clone https://github.com/fransr/template-generator",
"Windows": "git clone https://github.com/fransr/template-generator"
},
"Method": "TEMPLATE",
"Type": "Utility",
"Update": {
"Linux": "cd template-generator ; git pull -v",
"MacOS": "cd template-generator ; git pull -v",
"Windows": "cd template-generator ; git pull -v"
}
},
"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": "git clone https://github.com/drwetter/testssl.sh",
"MacOS": "git clone https://github.com/drwetter/testssl.sh",
"Windows": "git clone https://github.com/drwetter/testssl.sh"
},
"Method": "SSL",
"Type": "Scanner",
"Update": {
"Linux": "cd testssl.sh ; git pull -v",
"MacOS": "cd testssl.sh ; git pull -v",
"Windows": "cd testssl.sh ; git pull -v"
}
},
"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": "git clone https://github.com/vanhauser-thc/thc-hydra ; cd thc-hydra; ./configure ; make ; make install",
"MacOS": "git clone https://github.com/vanhauser-thc/thc-hydra ; cd thc-hydra; ./configure ; make ; make install",
"Windows": "git clone https://github.com/vanhauser-thc/thc-hydra ; cd thc-hydra; ./configure ; make ; make install"
},
"Method": "FUZZ",
"Type": "Scanner",
"Update": {
"Linux": "cd thc-hydra; git pull -v ; ./configure ; make ; make install",
"MacOS": "cd thc-hydra; git pull -v ; ./configure ; make ; make install",
"Windows": "cd thc-hydra; git pull -v ; ./configure ; make ; make install"
}
},
"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": "go get -u github.com/tomnomnom/unfurl",
"MacOS": "go get -u github.com/tomnomnom/unfurl",
"Windows": "go get -u github.com/tomnomnom/unfurl"
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/tomnomnom/unfurl",
"MacOS": "go get -u github.com/tomnomnom/unfurl",
"Windows": "go get -u github.com/tomnomnom/unfurl"
}
},
"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": "go get -u github.com/iamstoxe/urlgrab",
"MacOS": "go get -u github.com/iamstoxe/urlgrab",
"Windows": "go get -u github.com/iamstoxe/urlgrab"
},
"Method": "CRAWL",
"Type": "Discovery",
"Update": {
"Linux": "go get -u github.com/iamstoxe/urlgrab",
"MacOS": "go get -u github.com/iamstoxe/urlgrab",
"Windows": "go get -u github.com/iamstoxe/urlgrab"
}
},
"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": "go get -u github.com/1ndianl33t/urlprobe",
"MacOS": "go get -u github.com/1ndianl33t/urlprobe",
"Windows": "go get -u github.com/1ndianl33t/urlprobe"
},
"Method": "URL",
"Type": "Utility",
"Update": {
"Linux": "go get -u github.com/1ndianl33t/urlprobe",
"MacOS": "go get -u github.com/1ndianl33t/urlprobe",
"Windows": "go get -u github.com/1ndianl33t/urlprobe"
}
},
"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": "go get github.com/tomnomnom/waybackurls",
"MacOS": "go get github.com/tomnomnom/waybackurls",
"Windows": "go get github.com/tomnomnom/waybackurls"
},
"Method": "URL",
"Type": "Discovery",
"Update": {
"Linux": "go get github.com/tomnomnom/waybackurls",
"MacOS": "go get github.com/tomnomnom/waybackurls",
"Windows": "go get github.com/tomnomnom/waybackurls"
}
},
"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": "go get -u hahwul/websocket-connection-smuggler",
"MacOS": "go get -u hahwul/websocket-connection-smuggler",
"Windows": "go get -u hahwul/websocket-connection-smuggler"
},
"Method": "WSOCK",
"Type": "Fetch",
"Update": {
"Linux": "go get -u hahwul/websocket-connection-smuggler",
"MacOS": "go get -u hahwul/websocket-connection-smuggler",
"Windows": "go get -u hahwul/websocket-connection-smuggler"
}
},
"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": "pip3 install wfuzz",
"MacOS": "pip3 install wfuzz",
"Windows": "pip3 install wfuzz"
},
"Method": "FUZZ",
"Type": "Scanner",
"Update": {
"Linux": "pip3 install wfuzz",
"MacOS": "pip3 install wfuzz",
"Windows": "pip3 install wfuzz"
}
},
"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": "gem install wpscan",
"MacOS": "gem install wpscan",
"Windows": "gem install wpscan"
},
"Method": "WP",
"Type": "Scanner",
"Update": {
"Linux": "gem install wpscan",
"MacOS": "gem install wpscan",
"Windows": "gem install wpscan"
}
},
"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": "go get github.com/asciimoo/wuzz",
"MacOS": "go get github.com/asciimoo/wuzz",
"Windows": "go get github.com/asciimoo/wuzz"
},
"Method": "HTTP",
"Type": "Fetch",
"Update": {
"Linux": "go get github.com/asciimoo/wuzz",
"MacOS": "go get github.com/asciimoo/wuzz",
"Windows": "go get github.com/asciimoo/wuzz"
}
},
"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": "git clone https://github.com/PortSwigger/xss-cheatsheet-data",
"MacOS": "git clone https://github.com/PortSwigger/xss-cheatsheet-data",
"Windows": "git clone https://github.com/PortSwigger/xss-cheatsheet-data"
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "cd xss-cheatsheet-data ; git pull -v",
"MacOS": "cd xss-cheatsheet-data ; git pull -v",
"Windows": "cd xss-cheatsheet-data ; git pull -v"
}
},
"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": "git clone https://github.com/epsylon/xsser ; cd xsser ; python3 setup.py install",
"MacOS": "git clone https://github.com/epsylon/xsser ; cd xsser ; python3 setup.py install",
"Windows": "git clone https://github.com/epsylon/xsser ; cd xsser ; python3 setup.py install"
},
"Method": "XSS",
"Type": "Scanner",
"Update": {
"Linux": "git clone https://github.com/epsylon/xsser ; cd xsser ; python3 setup.py install",
"MacOS": "git clone https://github.com/epsylon/xsser ; cd xsser ; python3 setup.py install",
"Windows": "git clone https://github.com/epsylon/xsser ; cd xsser ; python3 setup.py install"
}
},
"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": "git clone https://github.com/frohoff/ysoserial",
"MacOS": "git clone https://github.com/frohoff/ysoserial",
"Windows": "git clone https://github.com/frohoff/ysoserial"
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "cd ysoserial ; git pull -v",
"MacOS": "cd ysoserial ; git pull -v",
"Windows": "cd ysoserial ; git pull -v"
}
},
"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": "git clone https://github.com/pwntester/ysoserial.net",
"MacOS": "git clone https://github.com/pwntester/ysoserial.net",
"Windows": "git clone https://github.com/pwntester/ysoserial.net"
},
"Method": "PAYLOAD",
"Type": "Utility",
"Update": {
"Linux": "cd ysoserial.net ; git pull -v",
"MacOS": "cd ysoserial.net ; git pull -v",
"Windows": "cd ysoserial.net ; git pull -v"
}
},
"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": "pip3 install --upgrade zapcli",
"MacOS": "pip3 install --upgrade zapcli",
"Windows": "pip3 install --upgrade zapcli"
},
"Method": "WVS",
"Type": "Scanner",
"Update": {
"Linux": "pip3 install --upgrade zapcli",
"MacOS": "pip3 install --upgrade zapcli",
"Windows": "pip3 install --upgrade zapcli"
}
},
"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": ""
},
"Method": "PROXY",
"Type": "Army-Knife",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
},
"zdns": {
"Data": "| Discovery/DNS | [zdns](https://github.com/zmap/zdns) | Fast CLI DNS Lookup Tool | ![](https://img.shields.io/github/stars/zmap/zdns) | ![](https://img.shields.io/github/languages/top/zmap/zdns) |",
"Description": "Fast CLI DNS Lookup Tool",
"Install": {
"Linux": "",
"MacOS": "",
"Windows": ""
},
"Method": "DNS",
"Type": "Discovery",
"Update": {
"Linux": "",
"MacOS": "",
"Windows": ""
}
}
}