├── .github ├── FUNDING.yml ├── labeler.yml └── workflows │ ├── cd.yml │ ├── labeler.yml │ └── yaml-lint.yml ├── .gitignore ├── .yamllint.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── categorize ├── langs │ ├── BlitzBasic.md │ ├── C#.md │ ├── C++.md │ ├── C.md │ ├── CSS.md │ ├── Crystal.md │ ├── Go.md │ ├── HTML.md │ ├── Java.md │ ├── JavaScript.md │ ├── Kotlin.md │ ├── PHP.md │ ├── Perl.md │ ├── Python.md │ ├── Ruby.md │ ├── Rust.md │ ├── Shell.md │ ├── Txt.md │ └── TypeScript.md └── tags │ ├── 403.md │ ├── RMI.md │ ├── aaa.md │ ├── apk.md │ ├── attack-surface.md │ ├── blind-xss.md │ ├── broken-link.md │ ├── browser-record.md │ ├── cache-vuln.md │ ├── clipboard.md │ ├── cookie.md │ ├── cors.md │ ├── crawl.md │ ├── crlf.md │ ├── csp.md │ ├── darkmode.md │ ├── dependency-confusion.md │ ├── deserialize.md │ ├── diff.md │ ├── dns.md │ ├── documents.md │ ├── dom.md │ ├── domain.md │ ├── encode.md │ ├── endpoint.md │ ├── exploit.md │ ├── favicon.md │ ├── fuzz.md │ ├── gRPC-Web.md │ ├── graphql.md │ ├── header.md │ ├── http.md │ ├── infra.md │ ├── js-analysis.md │ ├── json.md │ ├── jwt.md │ ├── lfi.md │ ├── live-audit.md │ ├── mitmproxy.md │ ├── nosqli.md │ ├── note.md │ ├── notify.md │ ├── nuclei-templates.md │ ├── oast.md │ ├── online.md │ ├── open-redirect.md │ ├── osint.md │ ├── param.md │ ├── path-traversal.md │ ├── payload.md │ ├── pentest.md │ ├── port.md │ ├── portscan.md │ ├── prototype-pollution.md │ ├── prototypepollution.md │ ├── recon.md │ ├── report.md │ ├── rfi.md │ ├── rop.md │ ├── s3.md │ ├── smuggle.md │ ├── sqli.md │ ├── ssl.md │ ├── ssrf.md │ ├── ssti.md │ ├── subdomains.md │ ├── takeover.md │ ├── url.md │ ├── web3.md │ ├── wordlist.md │ ├── xss.md │ ├── xxe.md │ └── zipbomb.md ├── images ├── CONTRIBUTORS.svg ├── apple.png ├── blitzbasic.png ├── burp.png ├── c#.png ├── c++.png ├── c.png ├── caido.png ├── chrome.png ├── crystal.png ├── css.png ├── firefox.png ├── go.png ├── html.png ├── java.png ├── javascript.png ├── kotlin.png ├── linux.png ├── perl.png ├── php.png ├── python.png ├── ruby.png ├── rust.png ├── safari.png ├── shell.png ├── txt.png ├── typescript.png ├── windows.png └── zap.png ├── scripts ├── erb.rb ├── for_migration │ ├── apply_platform.rb │ ├── fetch_lang.rb │ └── migration.rb ├── last_change └── validate_weapons.rb └── weapons ├── 230-OOB.yaml ├── 3klCon.yaml ├── AWSBucketDump.yaml ├── AWSSigner.yaml ├── Amass.yaml ├── Arjun.yaml ├── Assetnote_Wordlists.yaml ├── Atlas.yaml ├── AuthMatrix.yaml ├── AutoRepeater.yaml ├── Autorize.yaml ├── BLUTO.yaml ├── BaRMIe.yaml ├── BatchQL.yaml ├── Berserko.yaml ├── Blacklist3r.yaml ├── BruteX.yaml ├── Bug-Bounty-Toolz.yaml ├── BugBountyScanner.yaml ├── BurpBounty.yaml ├── BurpCustomizer.yaml ├── BurpJSLinkFinder.yaml ├── BurpSuite-Secret_Finder.yaml ├── BurpSuite.yaml ├── BurpSuiteHTTPSmuggler.yaml ├── BurpSuiteLoggerPlusPlus.yaml ├── CSP_Evaluator.yaml ├── CT_subdomains.yaml ├── CaidoReflector.yaml ├── Chaos_Web.yaml ├── Chromium-based-XSS-Taint-Tracking.yaml ├── Clipboard.yaml ├── ConfusedDotnet.yaml ├── CorsMe.yaml ├── Corsy.yaml ├── CrackQL.yaml ├── CyberChef.yaml ├── DNSDumpster.yaml ├── DOMPurify.yaml ├── DSSS.yaml ├── Dark_Reader.yaml ├── Dark_Reader_for_Safari.yaml ├── Decoder-Improved.yaml ├── DeepViolet.yaml ├── DirDar.yaml ├── DotGit.yaml ├── Dr. Watson.yaml ├── EchoMirage.yaml ├── Edit-This-Cookie.yaml ├── Emissary.yaml ├── EvenBetter.yaml ├── EvenBetterExtensions.yaml ├── FavFreak.yaml ├── Findsploit.yaml ├── Firefox Multi-Account Containers.yaml ├── FockCache.yaml ├── GAP.yaml ├── GQLSpection.yaml ├── GadgetProbe.yaml ├── Gf-Patterns.yaml ├── GitMiner.yaml ├── Glorp.yaml ├── Glue.yaml ├── Gopherus.yaml ├── GraphQLmap.yaml ├── HRS.yaml ├── HTTPSignatures.yaml ├── HUNT.yaml ├── Hack-Tools.yaml ├── HostHunter.yaml ├── Hunt3r.yaml ├── HydraRecon.yaml ├── IntruderPayloads.yaml ├── JSFScan.sh.yaml ├── LFISuite.yaml ├── LOXS.yaml ├── Lepus.yaml ├── LinkFinder.yaml ├── MM3_ProxySwitch.yaml ├── NoSQLMap.yaml ├── NoXss.yaml ├── OneForAll.yaml ├── OpenRedireX.yaml ├── Oralyzer.yaml ├── Osmedeus.yaml ├── PPScan.yaml ├── ParamPamPam.yaml ├── ParamSpider.yaml ├── ParamWizard.yaml ├── Parth.yaml ├── PayloadsAllTheThings.yaml ├── Phoenix.yaml ├── Photon.yaml ├── PoC-in-GitHub.yaml ├── PwnFox.yaml ├── PwnXSS.yaml ├── REcollapse.yaml ├── Redcloud.yaml ├── RustScan.yaml ├── S3Scanner.yaml ├── S3cret Scanner.yaml ├── SQLNinja.yaml ├── SQLiDetector.yaml ├── SSRFire.yaml ├── SSRFmap.yaml ├── SSTImap.yaml ├── STEWS.yaml ├── SecLists.yaml ├── SecretFinder.yaml ├── SecurityTrails.yaml ├── SequenceDiagram.yaml ├── SerializationDumper.yaml ├── Shodan.yaml ├── Silver.yaml ├── Sn1per.yaml ├── Stepper.yaml ├── Striker.yaml ├── SubOver.yaml ├── Sublist3r.yaml ├── Taipan.yaml ├── TukTuk.yaml ├── User-Agent_Switcher.yaml ├── V3n0M-Scanner.yaml ├── VHostScan.yaml ├── Wayback_Machine.yaml ├── Web-Cache-Vulnerability-Scanner.yaml ├── Web3 Decoder.yaml ├── XSRFProbe.yaml ├── XSS-Catcher.yaml ├── XSStrike.yaml ├── XSpear.yaml ├── XXEinjector.yaml ├── XXExploiter.yaml ├── XssPy.yaml ├── ZipBomb.yaml ├── a2sv.yaml ├── altdns.yaml ├── anew.yaml ├── apkleaks.yaml ├── aquatone.yaml ├── arachni.yaml ├── argumentinjectionhammer.yaml ├── assetfinder.yaml ├── attack-surface-detector-burp.yaml ├── attack-surface-detector-zap.yaml ├── autochrome.yaml ├── autopoisoner.yaml ├── axiom.yaml ├── bat.yaml ├── bbot.yaml ├── beef.yaml ├── blackboxprotobuf.yaml ├── blistener.yaml ├── boast.yaml ├── bountyplz.yaml ├── bruteforce-lists.yaml ├── burl.yaml ├── burp-exporter.yaml ├── burp-piper.yaml ├── burp-retire-js.yaml ├── burp-send-to.yaml ├── c-jwt-cracker.yaml ├── caido.yaml ├── caidope.yaml ├── can-i-take-over-xyz.yaml ├── cariddi.yaml ├── cc.py.yaml ├── cent.yaml ├── cf-check.yaml ├── chaos-client.yaml ├── clairvoyance.yaml ├── clear-cache.yaml ├── collaborator-everywhere.yaml ├── commix.yaml ├── community-scripts.yaml ├── confused.yaml ├── cookie-quick-manager.yaml ├── corsair_scan.yaml ├── crawlergo.yaml ├── crimson.yaml ├── crlfuzz.yaml ├── csp-auditor.yaml ├── csprecon.yaml ├── curl.yaml ├── dalfox.yaml ├── deadfinder.yaml ├── deadlinks.yaml ├── deadsniper.yaml ├── dependency-confusion-scanner.yaml ├── depenfusion.yaml ├── difftastic.yaml ├── dirsearch.yaml ├── ditto.yaml ├── dmut.yaml ├── dnsobserver.yaml ├── dnsprobe.yaml ├── dnsvalidator.yaml ├── dnsx.yaml ├── docem.yaml ├── domdig.yaml ├── domloggerpp.yaml ├── dontgo403.yaml ├── dotdotpwn.yaml ├── dsieve.yaml ├── eoyc.yaml ├── eval_villain.yaml ├── evil-proxy.yaml ├── ezXSS.yaml ├── favirecon.yaml ├── femida.yaml ├── feroxbuster.yaml ├── fff.yaml ├── ffuf.yaml ├── fhc.yaml ├── findom-xss.yaml ├── findomain.yaml ├── firefox-container-proxy.yaml ├── fuzzparam.yaml ├── fzf.yaml ├── gRPC-Pentest-Suite.yaml ├── gau.yaml ├── gauplus.yaml ├── gee.yaml ├── getJS.yaml ├── gf.yaml ├── ghauri.yaml ├── gitGraber.yaml ├── github-endpoints.yaml ├── github-regexp.yaml ├── github-search.yaml ├── github-subdomains.yaml ├── gitleaks.yaml ├── gitls.yaml ├── gitrob.yaml ├── go-dork.yaml ├── gobuster.yaml ├── godeclutter.yaml ├── gospider.yaml ├── gotator.yaml ├── gotestwaf.yaml ├── goverview.yaml ├── gowitness.yaml ├── graphql-voyager.yaml ├── graphw00f.yaml ├── grc.yaml ├── grex.yaml ├── gron.yaml ├── gxss.yaml ├── h2csmuggler.yaml ├── hacks.yaml ├── hakcheckurl.yaml ├── hakrawler.yaml ├── hakrevdns.yaml ├── haktrails.yaml ├── hashcat.yaml ├── hbxss.yaml ├── headerpwn.yaml ├── headi.yaml ├── hetty.yaml ├── hinject.yaml ├── hoppscotch.yaml ├── htcat.yaml ├── http-request-smuggler.yaml ├── http-request-smuggling.yaml ├── http-script-generator.yaml ├── http2smugl.yaml ├── httpie.yaml ├── httprobe.yaml ├── httptoolkit.yaml ├── httpx.yaml ├── hurl.yaml ├── inql.yaml ├── interactsh.yaml ├── intrigue-core.yaml ├── jaeles.yaml ├── jsfuck.yaml ├── jsluice.yaml ├── jsonwebtoken.github.io.yaml ├── jsprime.yaml ├── jwt-cracker.yaml ├── jwt-hack.yaml ├── katana.yaml ├── kiterunner.yaml ├── knife.yaml ├── knock.yaml ├── lazyrecon.yaml ├── liffy.yaml ├── longtongue.yaml ├── masscan.yaml ├── medusa.yaml ├── meg.yaml ├── megplus.yaml ├── metasploit.yaml ├── missing-cve-nuclei-templates.yaml ├── mitmproxy.yaml ├── mubeng.yaml ├── naabu.yaml ├── neonmarker.yaml ├── nikto.yaml ├── nmap.yaml ├── noir.yaml ├── nosqli.yaml ├── notebook.yaml ├── nuclei-templates.yaml ├── nuclei-wordfence-cve.yaml ├── nuclei.yaml ├── ob_hacky_slack.yaml ├── of-CORS.yaml ├── owasp-zap-jwt-addon.yaml ├── owasp-zap-maplocal-addon.yaml ├── oxml_xxe.yaml ├── pagodo.yaml ├── param-miner.yaml ├── parameth.yaml ├── pcap-burp.yaml ├── pentest-env.yaml ├── pentest-tools.yaml ├── pet.yaml ├── plution.yaml ├── postMessage-tracker.yaml ├── ppfuzz.yaml ├── pphack.yaml ├── ppmap.yaml ├── proxify.yaml ├── puredns.yaml ├── pwncat.yaml ├── qsreplace.yaml ├── quickjack.yaml ├── rapidscan.yaml ├── recon_profile.yaml ├── reconftw.yaml ├── reflect.yaml ├── reflected-parameters.yaml ├── rengine.yaml ├── reverse-shell-generator.yaml ├── ronin.yaml ├── ropr.yaml ├── rusolver.yaml ├── s3reverse.yaml ├── safecopy.yaml ├── scan4all.yaml ├── scilla.yaml ├── security-crawl-maze.yaml ├── security-research-pocs.yaml ├── shosubgo.yaml ├── shuffledns.yaml ├── singularity.yaml ├── slackcat.yaml ├── smap.yaml ├── smugglefuzz.yaml ├── smuggler.yaml ├── sn0int.yaml ├── spiderfoot.yaml ├── sqliv.yaml ├── sqlmap.yaml ├── ssrf-sheriff.yaml ├── sub404.yaml ├── subbrute.yaml ├── subfinder.yaml ├── subgen.yaml ├── subjack.yaml ├── subjs.yaml ├── subs_all.yaml ├── subzy.yaml ├── sudomy.yaml ├── taborator.yaml ├── template-generator.yaml ├── testssl.sh.yaml ├── thc-hydra.yaml ├── tiscripts.yaml ├── toxssin.yaml ├── tplmap.yaml ├── turbo-intruder.yaml ├── uncover.yaml ├── unfurl.yaml ├── urlgrab.yaml ├── urlhunter.yaml ├── urlprobe.yaml ├── uro.yaml ├── urx.yaml ├── waybackurls.yaml ├── waymore.yaml ├── weaponised-XSS-payloads.yaml ├── web_cache_poison.yaml ├── websocket-connection-smuggler.yaml ├── wfuzz.yaml ├── wprecon.yaml ├── wpscan.yaml ├── ws-smuggler.yaml ├── wssip.yaml ├── wuzz.yaml ├── x8.yaml ├── xless.yaml ├── xnLinkFinder.yaml ├── xsinator.com.yaml ├── xss-cheatsheet-data.yaml ├── xsscrapy.yaml ├── xsser.yaml ├── xssor2.yaml ├── xsssniper.yaml ├── xxeserv.yaml ├── ysoserial.net.yaml ├── ysoserial.yaml ├── zap-browser-extension.yaml ├── zap-cli.yaml ├── zap-hud.yaml ├── zaproxy.yaml ├── zdns.yaml └── zip-bomb.yaml /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: hahwul -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- 1 | ⚔️ Weapons: 2 | - changed-files: 3 | - any-glob-to-any-file: 4 | - weapons/** 5 | 6 | ⚙️ Development: 7 | - changed-files: 8 | - any-glob-to-any-file: 9 | - scripts/** 10 | - .github/labeler.yml 11 | 12 | 🎨 Image: 13 | - changed-files: 14 | - any-glob-to-any-file: 15 | - images/** 16 | 17 | 🦺 Github Action: 18 | - changed-files: 19 | - any-glob-to-any-file: .github/workflows/** -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- 1 | name: "Pull Request Labeler" 2 | on: [pull_request_target] 3 | 4 | jobs: 5 | labeler: 6 | permissions: 7 | contents: read 8 | pull-requests: write 9 | runs-on: ubuntu-latest 10 | steps: 11 | - uses: actions/labeler@v5 -------------------------------------------------------------------------------- /.github/workflows/yaml-lint.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: YAML Lint 3 | on: 4 | pull_request: 5 | branches: [main] 6 | jobs: 7 | lintAllTheThings: 8 | runs-on: ubuntu-latest 9 | steps: 10 | - uses: actions/checkout@v3 11 | - name: yaml-lint 12 | uses: ibiqlik/action-yamllint@v3 13 | with: 14 | file_or_dir: weapons/*.yaml 15 | config_file: .yamllint.yml 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /.yamllint.yml: -------------------------------------------------------------------------------- 1 | --- 2 | rules: 3 | anchors: enable 4 | braces: enable 5 | brackets: enable 6 | colons: enable 7 | commas: enable 8 | comments: 9 | level: warning 10 | comments-indentation: 11 | level: warning 12 | document-end: disable 13 | document-start: 14 | level: warning 15 | empty-lines: enable 16 | empty-values: disable 17 | float-values: disable 18 | hyphens: enable 19 | indentation: enable 20 | key-duplicates: enable 21 | key-ordering: disable 22 | line-length: disable 23 | new-line-at-end-of-file: enable 24 | new-lines: enable 25 | octal-values: disable 26 | quoted-strings: disable 27 | trailing-spaces: enable 28 | truthy: 29 | level: warning -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 하훌 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Policy 2 | 3 | ## Supported Versions 4 | 5 | Use this section to tell people about which versions of your project are 6 | currently being supported with security updates. 7 | 8 | | Version | Supported | 9 | | ------- | ------------------ | 10 | | 5.1.x | :white_check_mark: | 11 | | 5.0.x | :x: | 12 | | 4.0.x | :white_check_mark: | 13 | | < 4.0 | :x: | 14 | 15 | ## Reporting a Vulnerability 16 | 17 | Use this section to tell people how to report a vulnerability. 18 | 19 | Tell them where to go, how often they can expect to get an update on a 20 | reported vulnerability, what to expect if the vulnerability is accepted or 21 | declined, etc. 22 | -------------------------------------------------------------------------------- /categorize/langs/BlitzBasic.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools Made of BlitzBasic 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[IntruderPayloads](https://github.com/1N3/IntruderPayloads)||![](https://img.shields.io/github/stars/1N3/IntruderPayloads?label=%20)||![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![burp](/images/burp.png)[![BlitzBasic](/images/blitzbasic.png)](/categorize/langs/BlitzBasic.md)| 7 | |Utils|[BurpBounty](https://github.com/wagiro/BurpBounty)||![](https://img.shields.io/github/stars/wagiro/BurpBounty?label=%20)||![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![burp](/images/burp.png)[![BlitzBasic](/images/blitzbasic.png)](/categorize/langs/BlitzBasic.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/langs/C++.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools Made of C++ 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[security-research-pocs](https://github.com/google/security-research-pocs)|Proof-of-concept codes created as part of security research done by Google Security Team.|![](https://img.shields.io/github/stars/google/security-research-pocs?label=%20)||![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![C++](/images/c++.png)](/categorize/langs/C++.md)| 7 | |Utils|[Clipboard](https://github.com/Slackadays/Clipboard)|An external brain that remembers anything, anytime, anywhere.|![](https://img.shields.io/github/stars/Slackadays/Clipboard?label=%20)|[`clipboard`](/categorize/tags/clipboard.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![C++](/images/c++.png)](/categorize/langs/C++.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/langs/CSS.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools Made of CSS 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[Assetnote Wordlists](https://github.com/assetnote/wordlists)|Automated & Manual Wordlists provided by Assetnote|![](https://img.shields.io/github/stars/assetnote/wordlists?label=%20)|[`wordlist`](/categorize/tags/wordlist.md) [`documents`](/categorize/tags/documents.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![CSS](/images/css.png)](/categorize/langs/CSS.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/langs/Crystal.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools Made of Crystal 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Recon|[noir](https://github.com/noir-cr/noir)|Attack surface detector that identifies endpoints by static analysis|![](https://img.shields.io/github/stars/noir-cr/noir?label=%20)|[`endpoint`](/categorize/tags/endpoint.md) [`url`](/categorize/tags/url.md) [`attack-surface`](/categorize/tags/attack-surface.md)|![linux](/images/linux.png)![macos](/images/apple.png)[![Crystal](/images/crystal.png)](/categorize/langs/Crystal.md)| 7 | |Utils|[eoyc](https://github.com/hahwul/eoyc)|Encoding Only Your Choices|![](https://img.shields.io/github/stars/hahwul/eoyc?label=%20)|[`encode`](/categorize/tags/encode.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Crystal](/images/crystal.png)](/categorize/langs/Crystal.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/langs/HTML.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools Made of HTML 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[autochrome](https://github.com/nccgroup/autochrome)|This tool downloads, installs, and configures a shiny new copy of Chromium.|![](https://img.shields.io/github/stars/nccgroup/autochrome?label=%20)||![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![HTML](/images/html.png)](/categorize/langs/HTML.md)| 7 | |Utils|[security-crawl-maze](https://github.com/google/security-crawl-maze)|Security Crawl Maze is a comprehensive testbed for web security crawlers. It contains pages representing many ways in which one can link resources from a valid HTML document.|![](https://img.shields.io/github/stars/google/security-crawl-maze?label=%20)|[`crawl`](/categorize/tags/crawl.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![HTML](/images/html.png)](/categorize/langs/HTML.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/langs/PHP.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools Made of PHP 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[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?label=%20)|[`xss`](/categorize/tags/xss.md) [`blind-xss`](/categorize/tags/blind-xss.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![PHP](/images/php.png)](/categorize/langs/PHP.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/403.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for 403 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Scanner|[dontgo403](https://github.com/devploit/dontgo403)|Tool to bypass 40X response codes.|![](https://img.shields.io/github/stars/devploit/dontgo403?label=%20)|[`403`](/categorize/tags/403.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 7 | |Scanner|[DirDar](https://github.com/M4DM0e/DirDar)|DirDar is a tool that searches for (403-Forbidden) directories to break it and get dir listing on it|![](https://img.shields.io/github/stars/M4DM0e/DirDar?label=%20)|[`403`](/categorize/tags/403.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/tags/RMI.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for RMI 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Exploit|[BaRMIe](https://github.com/NickstaDB/BaRMIe)|Java RMI enumeration and attack tool.|![](https://img.shields.io/github/stars/NickstaDB/BaRMIe?label=%20)|[`RMI`](/categorize/tags/RMI.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Java](/images/java.png)](/categorize/langs/Java.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/aaa.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for aaa 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Scanner|[AuthMatrix](https://github.com/SecurityInnovation/AuthMatrix)||![](https://img.shields.io/github/stars/SecurityInnovation/AuthMatrix?label=%20)|[`aaa`](/categorize/tags/aaa.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![burp](/images/burp.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | |Scanner|[Autorize](https://github.com/Quitten/Autorize)||![](https://img.shields.io/github/stars/Quitten/Autorize?label=%20)|[`aaa`](/categorize/tags/aaa.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![burp](/images/burp.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/tags/apk.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for apk 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Recon|[apkleaks](https://github.com/dwisiswant0/apkleaks)|Scanning APK file for URIs, endpoints & secrets. |![](https://img.shields.io/github/stars/dwisiswant0/apkleaks?label=%20)|[`apk`](/categorize/tags/apk.md) [`url`](/categorize/tags/url.md) [`endpoint`](/categorize/tags/endpoint.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/browser-record.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for browser-record 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[ZAP Browser Extension](https://github.com/zaproxy/browser-extension/)|A browser extension which allows ZAP to interact directly with the browser.|![](https://img.shields.io/github/stars/zaproxy/browser-extension/?label=%20)|[`browser-record`](/categorize/tags/browser-record.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![firefox](/images/firefox.png)![chrome](/images/chrome.png)![zap](/images/zap.png)[![TypeScript](/images/typescript.png)](/categorize/langs/TypeScript.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/clipboard.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for clipboard 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[Clipboard](https://github.com/Slackadays/Clipboard)|An external brain that remembers anything, anytime, anywhere.|![](https://img.shields.io/github/stars/Slackadays/Clipboard?label=%20)|[`clipboard`](/categorize/tags/clipboard.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![C++](/images/c++.png)](/categorize/langs/C++.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/cookie.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for cookie 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[cookie-quick-manager](https://github.com/ysard/cookie-quick-manager)|An addon to manage (view, search, create, edit, remove, backup, restore) cookies on Firefox.|![](https://img.shields.io/github/stars/ysard/cookie-quick-manager?label=%20)|[`cookie`](/categorize/tags/cookie.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![firefox](/images/firefox.png)[![JavaScript](/images/javascript.png)](/categorize/langs/JavaScript.md)| 7 | |Utils|[Edit-This-Cookie](https://github.com/ETCExtensions/Edit-This-Cookie)|EditThisCookie is the famous Google Chrome/Chromium extension for editing cookies|![](https://img.shields.io/github/stars/ETCExtensions/Edit-This-Cookie?label=%20)|[`cookie`](/categorize/tags/cookie.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![chrome](/images/chrome.png)[![JavaScript](/images/javascript.png)](/categorize/langs/JavaScript.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/tags/crlf.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for crlf 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Fuzzer|[crlfuzz](https://github.com/dwisiswant0/crlfuzz)|A fast tool to scan CRLF vulnerability written in Go |![](https://img.shields.io/github/stars/dwisiswant0/crlfuzz?label=%20)|[`crlf`](/categorize/tags/crlf.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Shell](/images/shell.png)](/categorize/langs/Shell.md)| 7 | |Scanner|[LOXS](https://github.com/coffinxp/loxs)|best tool for finding SQLi,CRLF,XSS,LFi,OpenRedirect|![](https://img.shields.io/github/stars/coffinxp/loxs?label=%20)|[`xss`](/categorize/tags/xss.md) [`sqli`](/categorize/tags/sqli.md) [`crlf`](/categorize/tags/crlf.md) [`lfi`](/categorize/tags/lfi.md) [`open-redirect`](/categorize/tags/open-redirect.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/tags/csp.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for csp 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Recon|[csprecon](https://github.com/edoardottt/csprecon)|Discover new target domains using Content Security Policy|![](https://img.shields.io/github/stars/edoardottt/csprecon?label=%20)|[`csp`](/categorize/tags/csp.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 7 | |Scanner|[csp-auditor](https://github.com/GoSecure/csp-auditor)||![](https://img.shields.io/github/stars/GoSecure/csp-auditor?label=%20)|[`csp`](/categorize/tags/csp.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![zap](/images/zap.png)![burp](/images/burp.png)[![Java](/images/java.png)](/categorize/langs/Java.md)| 8 | |Utils|[CSP Evaluator](https://csp-evaluator.withgoogle.com)|Online CSP Evaluator from google||[`csp`](/categorize/tags/csp.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)| 9 | 10 | -------------------------------------------------------------------------------- /categorize/tags/diff.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for diff 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[difftastic](https://github.com/Wilfred/difftastic)|a structural diff that understands syntax|![](https://img.shields.io/github/stars/Wilfred/difftastic?label=%20)|[`diff`](/categorize/tags/diff.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Rust](/images/rust.png)](/categorize/langs/Rust.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/dom.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for dom 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[DOMLogger++](https://github.com/kevin-mizu/domloggerpp)|A browser extension that allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations.|![](https://img.shields.io/github/stars/kevin-mizu/domloggerpp?label=%20)|[`dom`](/categorize/tags/dom.md) [`xss`](/categorize/tags/xss.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![firefox](/images/firefox.png)![chrome](/images/chrome.png)[![JavaScript](/images/javascript.png)](/categorize/langs/JavaScript.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/domain.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for domain 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Recon|[aquatone](https://github.com/michenriksen/aquatone)|A Tool for Domain Flyovers |![](https://img.shields.io/github/stars/michenriksen/aquatone?label=%20)|[`domain`](/categorize/tags/domain.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/favicon.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for favicon 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Recon|[favirecon](https://github.com/edoardottt/favirecon)|Use favicon.ico to improve your target recon phase. Quickly detect technologies, WAF, exposed panels, known services.|![](https://img.shields.io/github/stars/edoardottt/favirecon?label=%20)|[`favicon`](/categorize/tags/favicon.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/fuzz.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for fuzz 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Fuzzer|[SmuggleFuzz](https://github.com/Moopinger/smugglefuzz/)|A rapid HTTP downgrade smuggling scanner written in Go.|![](https://img.shields.io/github/stars/Moopinger/smugglefuzz/?label=%20)|[`smuggle`](/categorize/tags/smuggle.md) [`fuzz`](/categorize/tags/fuzz.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 7 | |Utils|[REcollapse](https://github.com/0xacb/recollapse)|REcollapse is a helper tool for black-box regex fuzzing to bypass validations and discover normalizations in web applications|![](https://img.shields.io/github/stars/0xacb/recollapse?label=%20)|[`fuzz`](/categorize/tags/fuzz.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/tags/gRPC-Web.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for gRPC-Web 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[gRPC-Web Pentest Suite](https://github.com/nxenon/grpc-pentest-suite)|gRPC-Pentest-Suite is set of tools for pentesting / hacking gRPC Web (gRPC-Web) applications.|![](https://img.shields.io/github/stars/nxenon/grpc-pentest-suite?label=%20)|[`gRPC-Web`](/categorize/tags/gRPC-Web.md)|![burp](/images/burp.png)![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/header.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for header 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Fuzzer|[headerpwn](https://github.com/devanshbatham/headerpwn)|A fuzzer for finding anomalies and analyzing how servers respond to different HTTP headers|![](https://img.shields.io/github/stars/devanshbatham/headerpwn?label=%20)|[`header`](/categorize/tags/header.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 7 | |Scanner|[headi](https://github.com/mlcsec/headi)|Customisable and automated HTTP header injection|![](https://img.shields.io/github/stars/mlcsec/headi?label=%20)|[`header`](/categorize/tags/header.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 8 | |Scanner|[hinject](https://github.com/dwisiswant0/hinject)|Host Header Injection Checker |![](https://img.shields.io/github/stars/dwisiswant0/hinject?label=%20)|[`header`](/categorize/tags/header.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 9 | 10 | -------------------------------------------------------------------------------- /categorize/tags/http.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for http 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[wuzz](https://github.com/asciimoo/wuzz)|Interactive cli tool for HTTP inspection |![](https://img.shields.io/github/stars/asciimoo/wuzz?label=%20)|[`http`](/categorize/tags/http.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 7 | |Utils|[hoppscotch](https://github.com/hoppscotch/hoppscotch)|Open source API development ecosystem|![](https://img.shields.io/github/stars/hoppscotch/hoppscotch?label=%20)|[`http`](/categorize/tags/http.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![TypeScript](/images/typescript.png)](/categorize/langs/TypeScript.md)| 8 | |Utils|[httpie](https://github.com/httpie/httpie)|modern, user-friendly command-line HTTP client for the API era|![](https://img.shields.io/github/stars/httpie/httpie?label=%20)|[`http`](/categorize/tags/http.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 9 | 10 | -------------------------------------------------------------------------------- /categorize/tags/infra.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for infra 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Army-Knife|[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?label=%20)|[`infra`](/categorize/tags/infra.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Shell](/images/shell.png)](/categorize/langs/Shell.md)| 7 | |Utils|[Redcloud](https://github.com/khast3x/Redcloud)|Automated Red Team Infrastructure deployement using Docker|![](https://img.shields.io/github/stars/khast3x/Redcloud?label=%20)|[`infra`](/categorize/tags/infra.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/tags/json.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for json 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[gron](https://github.com/tomnomnom/gron)|Make JSON greppable!|![](https://img.shields.io/github/stars/tomnomnom/gron?label=%20)|[`json`](/categorize/tags/json.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/nosqli.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for nosqli 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Scanner|[NoSQLMap](https://github.com/codingo/NoSQLMap)|Automated NoSQL database enumeration and web application exploitation tool. |![](https://img.shields.io/github/stars/codingo/NoSQLMap?label=%20)|[`nosqli`](/categorize/tags/nosqli.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | |Scanner|[nosqli](https://github.com/Charlie-belmer/nosqli)|NoSql Injection CLI tool|![](https://img.shields.io/github/stars/Charlie-belmer/nosqli?label=%20)|[`nosqli`](/categorize/tags/nosqli.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Go](/images/go.png)](/categorize/langs/Go.md)| 8 | 9 | -------------------------------------------------------------------------------- /categorize/tags/note.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for note 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[notebook](https://github.com/caido-community/notebook)|Notebook Caido Plugin|![](https://img.shields.io/github/stars/caido-community/notebook?label=%20)|[`note`](/categorize/tags/note.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![caido](/images/caido.png)[![TypeScript](/images/typescript.png)](/categorize/langs/TypeScript.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/online.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for online 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Recon|[SecurityTrails](https://securitytrails.com)| Online dns / subdomain / recon tool||[`subdomains`](/categorize/tags/subdomains.md) [`online`](/categorize/tags/online.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)| 7 | |Recon|[DNSDumpster](https://dnsdumpster.com)| Online dns recon & research, find & lookup dns records||[`dns`](/categorize/tags/dns.md) [`online`](/categorize/tags/online.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)| 8 | |Utils|[Phoenix](https://www.hahwul.com/phoenix/)|hahwul's online tools||[`online`](/categorize/tags/online.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![JavaScript](/images/javascript.png)](/categorize/langs/JavaScript.md)| 9 | |Utils|[SequenceDiagram](https://sequencediagram.org)|Online tool for creating UML sequence diagrams||[`online`](/categorize/tags/online.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)| 10 | 11 | -------------------------------------------------------------------------------- /categorize/tags/open-redirect.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for open-redirect 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Scanner|[LOXS](https://github.com/coffinxp/loxs)|best tool for finding SQLi,CRLF,XSS,LFi,OpenRedirect|![](https://img.shields.io/github/stars/coffinxp/loxs?label=%20)|[`xss`](/categorize/tags/xss.md) [`sqli`](/categorize/tags/sqli.md) [`crlf`](/categorize/tags/crlf.md) [`lfi`](/categorize/tags/lfi.md) [`open-redirect`](/categorize/tags/open-redirect.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/path-traversal.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for path-traversal 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Fuzzer|[dotdotpwn](https://github.com/wireghoul/dotdotpwn)|DotDotPwn - The Directory Traversal Fuzzer |![](https://img.shields.io/github/stars/wireghoul/dotdotpwn?label=%20)|[`path-traversal`](/categorize/tags/path-traversal.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Perl](/images/perl.png)](/categorize/langs/Perl.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/payload.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for payload 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[reverse-shell-generator](https://github.com/0dayCTF/reverse-shell-generator)|Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)|![](https://img.shields.io/github/stars/0dayCTF/reverse-shell-generator?label=%20)|[`payload`](/categorize/tags/payload.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![JavaScript](/images/javascript.png)](/categorize/langs/JavaScript.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/recon.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for recon 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Army-knife|[Ronin](https://ronin-rb.dev)|Free and Open Source Ruby Toolkit for Security Research and Development||[`pentest`](/categorize/tags/pentest.md) [`crawl`](/categorize/tags/crawl.md) [`recon`](/categorize/tags/recon.md) [`exploit`](/categorize/tags/exploit.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Ruby](/images/ruby.png)](/categorize/langs/Ruby.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/report.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for report 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[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?label=%20)|[`report`](/categorize/tags/report.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Shell](/images/shell.png)](/categorize/langs/Shell.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/rfi.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for rfi 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Scanner|[V3n0M-Scanner](https://github.com/v3n0m-Scanner/V3n0M-Scanner)|Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns|![](https://img.shields.io/github/stars/v3n0m-Scanner/V3n0M-Scanner?label=%20)|[`sqli`](/categorize/tags/sqli.md) [`xss`](/categorize/tags/xss.md) [`lfi`](/categorize/tags/lfi.md) [`rfi`](/categorize/tags/rfi.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/rop.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for rop 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Exploit|[ropr](https://github.com/Ben-Lichtman/ropr)|A blazing fast™ multithreaded ROP Gadget finder. ropper|![](https://img.shields.io/github/stars/Ben-Lichtman/ropr?label=%20)|[`rop`](/categorize/tags/rop.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Rust](/images/rust.png)](/categorize/langs/Rust.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/ssl.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for ssl 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Scanner|[a2sv](https://github.com/hahwul/a2sv)|Auto Scanning to SSL Vulnerability |![](https://img.shields.io/github/stars/hahwul/a2sv?label=%20)|[`ssl`](/categorize/tags/ssl.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | |Scanner|[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?label=%20)|[`ssl`](/categorize/tags/ssl.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Shell](/images/shell.png)](/categorize/langs/Shell.md)| 8 | |Scanner|[DeepViolet](https://github.com/spoofzu/DeepViolet)|Tool for introspection of SSL\TLS sessions|![](https://img.shields.io/github/stars/spoofzu/DeepViolet?label=%20)|[`ssl`](/categorize/tags/ssl.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Java](/images/java.png)](/categorize/langs/Java.md)| 9 | 10 | -------------------------------------------------------------------------------- /categorize/tags/ssti.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for ssti 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Fuzzer|[SSTImap](https://github.com/vladko312/SSTImap)|Automatic SSTI detection tool with interactive interface|![](https://img.shields.io/github/stars/vladko312/SSTImap?label=%20)|[`ssti`](/categorize/tags/ssti.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/web3.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for web3 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[Web3 Decoder](https://github.com/nccgroup/web3-decoder)|Burp Extension for Web3|![](https://img.shields.io/github/stars/nccgroup/web3-decoder?label=%20)|[`web3`](/categorize/tags/web3.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)![burp](/images/burp.png)[![Java](/images/java.png)](/categorize/langs/Java.md)| 7 | 8 | -------------------------------------------------------------------------------- /categorize/tags/zipbomb.md: -------------------------------------------------------------------------------- 1 | 2 | ## Tools for zipbomb 3 | 4 | | Type | Name | Description | Star | Tags | Badges | 5 | | --- | --- | --- | --- | --- | --- | 6 | |Utils|[zip-bomb](https://github.com/damianrusinek/zip-bomb)|Create a ZIPBomb for a given uncompressed size (flat and nested modes).|![](https://img.shields.io/github/stars/damianrusinek/zip-bomb?label=%20)|[`zipbomb`](/categorize/tags/zipbomb.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 7 | |Utils|[ZipBomb](https://github.com/abdulfatir/ZipBomb)|A simple implementation of ZipBomb in Python|![](https://img.shields.io/github/stars/abdulfatir/ZipBomb?label=%20)|[`zipbomb`](/categorize/tags/zipbomb.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/categorize/langs/Python.md)| 8 | 9 | -------------------------------------------------------------------------------- /images/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/apple.png -------------------------------------------------------------------------------- /images/blitzbasic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/blitzbasic.png -------------------------------------------------------------------------------- /images/burp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/burp.png -------------------------------------------------------------------------------- /images/c#.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/c#.png -------------------------------------------------------------------------------- /images/c++.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/c++.png -------------------------------------------------------------------------------- /images/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/c.png -------------------------------------------------------------------------------- /images/caido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/caido.png -------------------------------------------------------------------------------- /images/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/chrome.png -------------------------------------------------------------------------------- /images/crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/crystal.png -------------------------------------------------------------------------------- /images/css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/css.png -------------------------------------------------------------------------------- /images/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/firefox.png -------------------------------------------------------------------------------- /images/go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/go.png -------------------------------------------------------------------------------- /images/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/html.png -------------------------------------------------------------------------------- /images/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/java.png -------------------------------------------------------------------------------- /images/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/javascript.png -------------------------------------------------------------------------------- /images/kotlin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/kotlin.png -------------------------------------------------------------------------------- /images/linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/linux.png -------------------------------------------------------------------------------- /images/perl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/perl.png -------------------------------------------------------------------------------- /images/php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/php.png -------------------------------------------------------------------------------- /images/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/python.png -------------------------------------------------------------------------------- /images/ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/ruby.png -------------------------------------------------------------------------------- /images/rust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/rust.png -------------------------------------------------------------------------------- /images/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/safari.png -------------------------------------------------------------------------------- /images/shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/shell.png -------------------------------------------------------------------------------- /images/txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/txt.png -------------------------------------------------------------------------------- /images/typescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/typescript.png -------------------------------------------------------------------------------- /images/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/windows.png -------------------------------------------------------------------------------- /images/zap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahwul/WebHackersWeapons/f89f0ef08debf54ca67e21d72187dae5ab2ef60e/images/zap.png -------------------------------------------------------------------------------- /scripts/for_migration/apply_platform.rb: -------------------------------------------------------------------------------- 1 | require 'yaml' 2 | 3 | Dir.entries("./weapons").each do | name | 4 | if name.strip != "." || name != ".." 5 | begin 6 | data = YAML.load(File.open("./weapons/#{name}")) 7 | data['platform'] = ['linux','macos','windows'] 8 | yaml_data = YAML.dump(data) 9 | File.write("./weapons/#{name}", yaml_data) 10 | rescue => e 11 | puts e 12 | end 13 | end 14 | end -------------------------------------------------------------------------------- /scripts/for_migration/fetch_lang.rb: -------------------------------------------------------------------------------- 1 | # https://api.github.com/repos/hahwul/dalfox/languages 2 | # 3 | # 4 | require 'yaml' 5 | 6 | langs = [] 7 | Dir.entries("./weapons").each do | name | 8 | if name.strip != "." || name != ".." 9 | begin 10 | data = YAML.load(File.open("./weapons/#{name}")) 11 | if data['url'].include? "//github.com" 12 | t = data['url'].split("/") 13 | lang = `curl -s https://api.github.com/repos/#{t[3]}/#{t[4]}/languages | jq 'to_entries | max_by(.value) | .key'` 14 | lang_str = lang.gsub("\"","").gsub("\n","") 15 | if lang_str != "documentation_url" 16 | puts "hit #{name}" 17 | data['lang'] = lang_str 18 | yaml_data = YAML.dump(data) 19 | File.write("./weapons/#{name}", yaml_data) 20 | langs.push lang_str 21 | else 22 | puts "denied #{name}" 23 | end 24 | sleep(90) 25 | end 26 | rescue => e 27 | puts e 28 | end 29 | end 30 | end 31 | puts langs.uniq -------------------------------------------------------------------------------- /scripts/last_change: -------------------------------------------------------------------------------- 1 | Mon Mar 31 13:57:10 UTC 2025 2 | -------------------------------------------------------------------------------- /scripts/validate_weapons.rb: -------------------------------------------------------------------------------- 1 | require 'yaml' 2 | 3 | Dir.entries("./weapons").each do | name | 4 | if name.strip != "." || name != ".." 5 | begin 6 | data = YAML.load(File.open("./weapons/#{name}")) 7 | if data['type'] == "" || data['type'] == nil 8 | puts "./weapons/#{name} :: none-type" 9 | end 10 | if data['lang'] == "" || data['lang'] == nil || data['lang'].length == 0 11 | if data['url'].include? "github.com" 12 | puts "./weapons/#{name} :: none-lang" 13 | end 14 | end 15 | if data['tags'].length == 0 || data['tags'] == nil 16 | #puts "#{name} :: none-tags" 17 | end 18 | rescue => e 19 | puts e 20 | end 21 | end 22 | end -------------------------------------------------------------------------------- /weapons/230-OOB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: 230-OOB 3 | description: An Out-of-Band XXE server for retrieving file contents over FTP. 4 | url: https://github.com/lc/230-OOB 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xxe] 10 | -------------------------------------------------------------------------------- /weapons/3klCon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: 3klCon 3 | description: Automation Recon tool which works with Large & Medium scopes. It performs 4 | more than 20 tasks and gets back all the results in separated files. 5 | url: https://github.com/eslam3kl/3klCon 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/AWSBucketDump.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: AWSBucketDump 3 | description: Security Tool to Look For Interesting Files in S3 Buckets 4 | url: https://github.com/jordanpotti/AWSBucketDump 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [s3] 10 | -------------------------------------------------------------------------------- /weapons/AWSSigner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: AWSSigner 3 | description: Burp Extension for AWS Signing 4 | url: https://github.com/NetSPI/AWSSigner 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Amass.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Amass 3 | description: 'In-depth Attack Surface Mapping and Asset Discovery ' 4 | url: https://github.com/OWASP/Amass 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/Arjun.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Arjun 3 | description: 'HTTP parameter discovery suite. ' 4 | url: https://github.com/s0md3v/Arjun 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [param] 10 | -------------------------------------------------------------------------------- /weapons/Assetnote_Wordlists.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Assetnote Wordlists 3 | description: Automated & Manual Wordlists provided by Assetnote 4 | url: https://github.com/assetnote/wordlists 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: CSS 9 | tags: [wordlist, documents] 10 | -------------------------------------------------------------------------------- /weapons/Atlas.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Atlas 3 | description: 'Quick SQLMap Tamper Suggester ' 4 | url: https://github.com/m4ll0k/Atlas 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [sqli] 10 | -------------------------------------------------------------------------------- /weapons/AuthMatrix.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: AuthMatrix 3 | description: 4 | url: https://github.com/SecurityInnovation/AuthMatrix 5 | category: tool-addon 6 | type: Scanner 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Python 9 | tags: [aaa] 10 | -------------------------------------------------------------------------------- /weapons/AutoRepeater.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: AuthMatrix 3 | description: Automated HTTP Request Repeating With Burp Suite 4 | url: https://github.com/SecurityInnovation/AuthMatrix 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Autorize.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Autorize 3 | description: 4 | url: https://github.com/Quitten/Autorize 5 | category: tool-addon 6 | type: Scanner 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Python 9 | tags: [aaa] 10 | -------------------------------------------------------------------------------- /weapons/BLUTO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BLUTO 3 | description: DNS Analysis Tool 4 | url: https://github.com/darryllane/Bluto 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [dns] 10 | -------------------------------------------------------------------------------- /weapons/BaRMIe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BaRMIe 3 | description: Java RMI enumeration and attack tool. 4 | url: https://github.com/NickstaDB/BaRMIe 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Java 9 | tags: [RMI] 10 | -------------------------------------------------------------------------------- /weapons/BatchQL.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BatchQL 3 | description: GraphQL security auditing script with a focus on performing batch GraphQL 4 | queries and mutations 5 | url: https://github.com/assetnote/batchql 6 | category: tool 7 | type: Fuzzer 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [graphql] 11 | -------------------------------------------------------------------------------- /weapons/Berserko.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Berserko 3 | description: Burp Suite extension to perform Kerberos authentication 4 | url: https://github.com/nccgroup/Berserko 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Blacklist3r.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Blacklist3r 3 | description: 'project-blacklist3r ' 4 | url: https://github.com/NotSoSecure/Blacklist3r 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: C# 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/BruteX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BruteX 3 | description: Automatically brute force all services running on a target. 4 | url: https://github.com/1N3/BruteX 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Bug-Bounty-Toolz.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug-Bounty-Toolz 3 | description: 'BBT - Bug Bounty Tools ' 4 | url: https://github.com/m4ll0k/Bug-Bounty-Toolz 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/BugBountyScanner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BugBountyScanner 3 | description: A Bash script and Docker image for Bug Bounty reconnaissance. 4 | url: https://github.com/chvancooten/BugBountyScanner 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/BurpBounty.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BurpBounty 3 | description: 4 | url: https://github.com/wagiro/BurpBounty 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: BlitzBasic 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/BurpCustomizer.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BurpCustomizer 3 | description: Because just a dark theme wasn't enough! 4 | url: https://github.com/CoreyD97/BurpCustomizer 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/BurpJSLinkFinder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BurpJSLinkFinder 3 | description: 4 | url: https://github.com/InitRoot/BurpJSLinkFinder 5 | category: tool-addon 6 | type: Recon 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Python 9 | tags: [js-analysis] 10 | -------------------------------------------------------------------------------- /weapons/BurpSuite-Secret_Finder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BurpSuite-Secret_Finder 3 | description: 4 | url: https://github.com/m4ll0k/BurpSuite-Secret_Finder 5 | category: tool-addon 6 | type: Recon 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/BurpSuite.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BurpSuite 3 | description: The BurpSuite Project 4 | url: https://portswigger.net/burp 5 | category: tool 6 | type: Army-Knife 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [mitmproxy, live-audit, crawl] 10 | -------------------------------------------------------------------------------- /weapons/BurpSuiteHTTPSmuggler.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BurpSuiteHTTPSmuggler 3 | description: 4 | url: https://github.com/nccgroup/BurpSuiteHTTPSmuggler 5 | category: tool-addon 6 | type: Scanner 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [smuggle] 10 | -------------------------------------------------------------------------------- /weapons/BurpSuiteLoggerPlusPlus.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: BurpSuiteLoggerPlusPlus 3 | description: 4 | url: https://github.com/nccgroup/BurpSuiteLoggerPlusPlus 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/CSP_Evaluator.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: CSP Evaluator 3 | description: Online CSP Evaluator from google 4 | url: https://csp-evaluator.withgoogle.com 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: 9 | tags: [csp] 10 | -------------------------------------------------------------------------------- /weapons/CT_subdomains.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: CT_subdomains 3 | description: 'An hourly updated list of subdomains gathered from certificate transparency 4 | logs ' 5 | url: https://github.com/internetwache/CT_subdomains 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: 10 | tags: [subdomains] 11 | -------------------------------------------------------------------------------- /weapons/CaidoReflector.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: CaidoReflector 3 | description: Automatically look for paramater reflections in the HTTP response 4 | url: https://github.com/bebiksior/CaidoReflector 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, caido] 8 | lang: TypeScript 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/Chaos_Web.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Chaos Web 3 | description: " actively scan and maintain internet-wide assets' data. enhance research\ 4 | \ and analyse changes around DNS for better insights." 5 | url: https://chaos.projectdiscovery.io 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/Chromium-based-XSS-Taint-Tracking.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Chromium-based-XSS-Taint-Tracking 3 | description: Cyclops is a web browser with XSS detection feature, it is chromium-based 4 | xss detection that used to find the flows from a source to a sink. 5 | url: https://github.com/v8blink/Chromium-based-XSS-Taint-Tracking 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: 10 | tags: [xss] 11 | -------------------------------------------------------------------------------- /weapons/Clipboard.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Clipboard 3 | description: An external brain that remembers anything, anytime, anywhere. 4 | url: https://github.com/Slackadays/Clipboard 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: C++ 9 | tags: [clipboard] 10 | -------------------------------------------------------------------------------- /weapons/ConfusedDotnet.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ConfusedDotnet 3 | description: Tool to check for dependency confusion vulnerabilities in NuGet package management systems 4 | url: https://github.com/visma-prodsec/ConfusedDotnet 5 | category: tool 6 | type: Scanner 7 | platform: [windows] 8 | lang: C# 9 | tags: [dependency-confusion] 10 | -------------------------------------------------------------------------------- /weapons/CorsMe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: CorsMe 3 | description: 'Cross Origin Resource Sharing MisConfiguration Scanner ' 4 | url: https://github.com/Shivangx01b/CorsMe 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [cors] 10 | -------------------------------------------------------------------------------- /weapons/Corsy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Corsy 3 | description: 'CORS Misconfiguration Scanner ' 4 | url: https://github.com/s0md3v/Corsy 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [cors] 10 | -------------------------------------------------------------------------------- /weapons/CrackQL.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: CrackQL 3 | description: CrackQL is a GraphQL password brute-force and fuzzing utility. 4 | url: https://github.com/nicholasaleks/CrackQL 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [graphql] 10 | -------------------------------------------------------------------------------- /weapons/CyberChef.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: CyberChef 3 | description: 'The Cyber Swiss Army Knife - a web app for encryption, encoding, compression 4 | and data analysis ' 5 | url: https://github.com/gchq/CyberChef 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: JavaScript 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/DNSDumpster.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: DNSDumpster 3 | description: ' Online dns recon & research, find & lookup dns records' 4 | url: https://dnsdumpster.com 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: 9 | tags: [dns, online] 10 | -------------------------------------------------------------------------------- /weapons/DOMPurify.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: DOMPurify 3 | description: 'DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for 4 | HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of 5 | configurability and hooks. Demo:' 6 | url: https://github.com/cure53/DOMPurify 7 | category: tool 8 | type: Scanner 9 | platform: [linux, macos, windows] 10 | lang: JavaScript 11 | tags: [xss] 12 | -------------------------------------------------------------------------------- /weapons/DSSS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: DSSS 3 | description: Damn Small SQLi Scanner 4 | url: https://github.com/stamparm/DSSS 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [sqli] 10 | -------------------------------------------------------------------------------- /weapons/Dark_Reader.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Dark Reader 3 | description: Dark mode to any site 4 | url: https://github.com/darkreader/darkreader 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox, chrome] 8 | lang: TypeScript 9 | tags: [darkmode] 10 | -------------------------------------------------------------------------------- /weapons/Dark_Reader_for_Safari.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Dark Reader for Safari 3 | description: Dark mode to any site 4 | url: https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, safari] 8 | lang: 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Decoder-Improved.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Decoder-Improved 3 | description: Improved decoder for Burp Suite 4 | url: https://github.com/nccgroup/Decoder-Improved 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/DeepViolet.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: DeepViolet 3 | description: Tool for introspection of SSL\TLS sessions 4 | url: https://github.com/spoofzu/DeepViolet 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Java 9 | tags: [ssl] 10 | -------------------------------------------------------------------------------- /weapons/DirDar.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: DirDar 3 | description: DirDar is a tool that searches for (403-Forbidden) directories to break 4 | it and get dir listing on it 5 | url: https://github.com/M4DM0e/DirDar 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [403] 11 | -------------------------------------------------------------------------------- /weapons/DotGit.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: DotGit 3 | description: An extension for checking if .git is exposed in visited websites 4 | url: https://github.com/davtur19/DotGit 5 | category: browser-addon 6 | type: Recon 7 | platform: [linux, macos, windows, firefox, chrome] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Dr. Watson.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Dr. Watson 3 | description: Dr. Watson is a simple Burp Suite extension that helps find assets, keys, 4 | subdomains, IP addresses, and other useful information 5 | url: https://github.com/prodigysml/Dr.-Watson 6 | category: tool-addon 7 | type: Recon 8 | platform: [linux, macos, windows, burpsuite] 9 | lang: Python 10 | tags: [param, subdomains] 11 | -------------------------------------------------------------------------------- /weapons/EchoMirage.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Echo Mirage 3 | description: A generic network proxy that uses DLL injection to capture and alter 4 | TCP traffic. 5 | url: https://sourceforge.net/projects/echomirage.oldbutgold.p/ 6 | category: tool 7 | type: Proxy 8 | platform: [windows] 9 | lang: 10 | tags: [mitmproxy] 11 | -------------------------------------------------------------------------------- /weapons/Edit-This-Cookie.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Edit-This-Cookie 3 | description: EditThisCookie is the famous Google Chrome/Chromium extension for editing 4 | cookies 5 | url: https://github.com/ETCExtensions/Edit-This-Cookie 6 | category: browser-addon 7 | type: Utils 8 | platform: [linux, macos, windows, chrome] 9 | lang: JavaScript 10 | tags: [cookie] 11 | -------------------------------------------------------------------------------- /weapons/Emissary.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Emissary 3 | description: Send notifications on different channels such as Slack, Telegram, Discord 4 | etc. 5 | url: https://github.com/BountyStrike/Emissary 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [notify] 11 | -------------------------------------------------------------------------------- /weapons/EvenBetter.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: EvenBetter 3 | description: EvenBetter is a frontend Caido plugin that makes the Caido experience 4 | even better 5 | url: https://github.com/bebiksior/EvenBetter 6 | category: tool-addon 7 | type: Utils 8 | platform: [linux, macos, windows, caido] 9 | lang: TypeScript 10 | tags: [encode, ssrf, darkmode] 11 | -------------------------------------------------------------------------------- /weapons/EvenBetterExtensions.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: EvenBetterExtensions 3 | description: EvenBetterExtensions allows you to quicky install and keep updated Caido extensions. 4 | url: https://github.com/bebiksior/EvenBetterExtensions 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, caido] 8 | lang: TypeScript 9 | tags: [encode, ssrf, darkmode] 10 | -------------------------------------------------------------------------------- /weapons/FavFreak.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: FavFreak 3 | description: 'Making Favicon.ico based Recon Great again ! ' 4 | url: https://github.com/devanshbatham/FavFreak 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Findsploit.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Findsploit 3 | description: Find exploits in local and online databases instantly 4 | url: https://github.com/1N3/Findsploit 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [exploit] 10 | -------------------------------------------------------------------------------- /weapons/Firefox Multi-Account Containers.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Firefox Multi-Account Containers 3 | description: Firefox Multi-Account Containers lets you keep parts of your online life 4 | separated into color-coded tabs 5 | url: https://github.com/mozilla/multi-account-containers 6 | category: browser-addon 7 | type: Utils 8 | platform: [linux, macos, windows, firefox] 9 | lang: JavaScript 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/FockCache.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: FockCache 3 | description: Minimalized Test Cache Poisoning 4 | url: https://github.com/tismayil/fockcache 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [cache-vuln] 10 | -------------------------------------------------------------------------------- /weapons/GAP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: GAP 3 | description: This is an evolution of the original getAllParams extension for Burp. 4 | Not only does it find more potential parameters for you to investigate, but it also 5 | finds potential links to try these parameters on. 6 | url: https://github.com/xnl-h4ck3r/GAP-Burp-Extension 7 | category: tool-addon 8 | type: Fuzzer 9 | platform: [linux, macos, windows, burpsuite] 10 | lang: Python 11 | tags: [param] 12 | -------------------------------------------------------------------------------- /weapons/GQLSpection.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: GQLSpection 3 | description: parses GraphQL introspection schema and generates possible queries 4 | url: https://github.com/doyensec/GQLSpection 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [graphql] 10 | -------------------------------------------------------------------------------- /weapons/GadgetProbe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: GadgetProbe 3 | description: Probe endpoints consuming Java serialized objects to identify classes, 4 | libraries, and library versions on remote Java classpaths. 5 | url: https://github.com/BishopFox/GadgetProbe 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Java 10 | tags: [deserialize] 11 | -------------------------------------------------------------------------------- /weapons/Gf-Patterns.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Gf-Patterns 3 | description: 'GF Paterns For (ssrf,RCE,Lfi,sqli,ssti,idor,url redirection,debug_logic) 4 | parameters grep ' 5 | url: https://github.com/1ndianl33t/Gf-Patterns 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: 10 | tags: 11 | -------------------------------------------------------------------------------- /weapons/GitMiner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: GitMiner 3 | description: 'Tool for advanced mining for content on Github ' 4 | url: https://github.com/UnkL4b/GitMiner 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Glorp.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Glorp 3 | description: A CLI-based HTTP intercept and replay proxy 4 | url: https://github.com/denandz/glorp 5 | category: tool 6 | type: Proxy 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [mitmproxy] 10 | -------------------------------------------------------------------------------- /weapons/Glue.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Glue 3 | description: Application Security Automation 4 | url: https://github.com/OWASP/glue 5 | category: tool 6 | type: Env 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Gopherus.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Gopherus 3 | description: 'This tool generates gopher link for exploiting SSRF and gaining RCE 4 | in various servers ' 5 | url: https://github.com/tarunkant/Gopherus 6 | category: tool 7 | type: Exploit 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [ssrf] 11 | -------------------------------------------------------------------------------- /weapons/GraphQLmap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: GraphQLmap 3 | description: GraphQLmap is a scripting engine to interact with a graphql endpoint 4 | for pentesting purposes. 5 | url: https://github.com/swisskyrepo/GraphQLmap 6 | category: tool 7 | type: Fuzzer 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [graphql] 11 | -------------------------------------------------------------------------------- /weapons/HRS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: HRS 3 | description: HTTP Request Smuggling demonstration Perl script, for variants 1, 2 and 4 | 5 in my BlackHat US 2020 paper HTTP Request Smuggling in 2020. 5 | url: https://github.com/SafeBreach-Labs/HRS 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Perl 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/HTTPSignatures.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: HTTPSignatures 3 | description: A Burp Suite extension implementing the Signing HTTP Messages draft-ietf-httpbis-message-signatures-01 4 | draft. 5 | url: https://github.com/nccgroup/HTTPSignatures 6 | category: tool-addon 7 | type: Utils 8 | platform: [linux, macos, windows, burpsuite] 9 | lang: Java 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/HUNT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: HUNT 3 | description: Identifies common parameters vulnerable to certain vulnerability classes 4 | url: https://github.com/bugcrowd/HUNT 5 | category: tool-addon 6 | type: Recon 7 | platform: [linux, macos, windows, zap, burpsuite] 8 | lang: Kotlin 9 | tags: [param] 10 | -------------------------------------------------------------------------------- /weapons/Hack-Tools.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Hack-Tools 3 | description: The all-in-one Red Team extension for Web Pentester 🛠 4 | url: https://github.com/LasCC/Hack-Tools 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox, chrome, safari] 8 | lang: TypeScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/HostHunter.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: HostHunter 3 | description: Recon tool for discovering hostnames using OSINT techniques. 4 | url: https://github.com/SpiderLabs/HostHunter 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [osint] 10 | -------------------------------------------------------------------------------- /weapons/Hunt3r.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Hunt3r 3 | description: Made your bugbounty subdomains reconnaissance easier with Hunt3r the 4 | web application reconnaissance framework 5 | url: https://github.com/EasyRecon/Hunt3r 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Ruby 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/HydraRecon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: HydraRecon 3 | description: All In One, Fast, Easy Recon Tool 4 | url: https://github.com/aufzayed/HydraRecon 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/IntruderPayloads.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: IntruderPayloads 3 | description: 4 | url: https://github.com/1N3/IntruderPayloads 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: BlitzBasic 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/JSFScan.sh.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: JSFScan.sh 3 | description: 'Automation for javascript recon in bug bounty. ' 4 | url: https://github.com/KathanP19/JSFScan.sh 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [js-analysis] 10 | -------------------------------------------------------------------------------- /weapons/LFISuite.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: LFISuite 3 | description: 'Totally Automatic LFI Exploiter (+ Reverse Shell) and Scanner ' 4 | url: https://github.com/D35m0nd142/LFISuite 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/LOXS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: LOXS 3 | description: best tool for finding SQLi,CRLF,XSS,LFi,OpenRedirect 4 | url: https://github.com/coffinxp/loxs 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xss, sqli, crlf, lfi, open-redirect] 10 | -------------------------------------------------------------------------------- /weapons/Lepus.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Lepus 3 | description: Subdomain finder 4 | url: https://github.com/gfek/Lepus 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/LinkFinder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: LinkFinder 3 | description: 'A python script that finds endpoints in JavaScript files ' 4 | url: https://github.com/GerbenJavado/LinkFinder 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [js-analysis] 10 | -------------------------------------------------------------------------------- /weapons/MM3_ProxySwitch.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: MM3 ProxySwitch 3 | description: Proxy Switch in Firefox and Chrome 4 | url: https://proxy-offline-browser.com/ProxySwitch/ 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox, chrome] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/NoSQLMap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: NoSQLMap 3 | description: 'Automated NoSQL database enumeration and web application exploitation 4 | tool. ' 5 | url: https://github.com/codingo/NoSQLMap 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [nosqli] 11 | -------------------------------------------------------------------------------- /weapons/NoXss.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: NoXss 3 | description: Faster xss scanner,support reflected-xss and dom-xss 4 | url: https://github.com/lwzSoviet/ 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/OneForAll.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: OneForAll 3 | description: 'OneForAll是一款功能强大的子域收集工具 ' 4 | url: https://github.com/shmilylty/OneForAll 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/OpenRedireX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: OpenRedireX 3 | description: A Fuzzer for OpenRedirect issues 4 | url: https://github.com/devanshbatham/OpenRedireX 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Oralyzer.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Oralyzer 3 | description: Open Redirection Analyzer 4 | url: https://github.com/r0075h3ll/Oralyzer 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Osmedeus.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Osmedeus 3 | description: 'Fully automated offensive security framework for reconnaissance and 4 | vulnerability scanning ' 5 | url: https://github.com/j3ssie/Osmedeus 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/PPScan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: PPScan 3 | description: Client Side Prototype Pollution Scanner 4 | url: https://github.com/msrkp/PPScan 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [prototypepollution, prototype-pollution] 10 | -------------------------------------------------------------------------------- /weapons/ParamPamPam.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ParamPamPam 3 | description: This tool for brute discover GET and POST parameters. 4 | url: https://github.com/Bo0oM/ParamPamPam 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [param, cache-vuln] 10 | -------------------------------------------------------------------------------- /weapons/ParamSpider.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ParamSpider 3 | description: 'Mining parameters from dark corners of Web Archives ' 4 | url: https://github.com/devanshbatham/ParamSpider 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [param] 10 | -------------------------------------------------------------------------------- /weapons/ParamWizard.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ParamWizard 3 | description: ParamWizard is a powerful Python-based tool designed for extracting and identifying URLs with parameters from a specified website. 4 | url: https://github.com/iamunixtz/ParamWizard 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [param] 10 | -------------------------------------------------------------------------------- /weapons/Parth.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Parth 3 | description: 'Heuristic Vulnerable Parameter Scanner ' 4 | url: https://github.com/s0md3v/Parth 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [param] 10 | -------------------------------------------------------------------------------- /weapons/PayloadsAllTheThings.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: PayloadsAllTheThings 3 | description: 'A list of useful payloads and bypass for Web Application Security and 4 | Pentest/CTF ' 5 | url: https://github.com/swisskyrepo/PayloadsAllTheThings 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/Phoenix.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Phoenix 3 | description: hahwul's online tools 4 | url: https://www.hahwul.com/phoenix/ 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [online] 10 | -------------------------------------------------------------------------------- /weapons/Photon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Photon 3 | description: 'Incredibly fast crawler designed for OSINT. ' 4 | url: https://github.com/s0md3v/Photon 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [osint, crawl] 10 | -------------------------------------------------------------------------------- /weapons/PoC-in-GitHub.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: PoC-in-GitHub 3 | description: 📡 PoC auto collect from GitHub. Be careful malware. 4 | url: https://github.com/nomi-sec/PoC-in-GitHub 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/PwnFox.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: PwnFox 3 | description: Firefox/Burp extension that provide usefull tools for your security audit. 4 | url: https://github.com/yeswehack/PwnFox 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox, burpsuite] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/PwnXSS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: PwnXSS 3 | description: Vulnerability (XSS) scanner exploit 4 | url: https://github.com/pwn0sec/PwnXSS 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/REcollapse.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: REcollapse 3 | description: REcollapse is a helper tool for black-box regex fuzzing to bypass validations 4 | and discover normalizations in web applications 5 | url: https://github.com/0xacb/recollapse 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [fuzz] 11 | -------------------------------------------------------------------------------- /weapons/Redcloud.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Redcloud 3 | description: Automated Red Team Infrastructure deployement using Docker 4 | url: https://github.com/khast3x/Redcloud 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [infra] 10 | -------------------------------------------------------------------------------- /weapons/RustScan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: RustScan 3 | description: 'Faster Nmap Scanning with Rust ' 4 | url: https://github.com/brandonskerritt/RustScan 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [portscan] 10 | -------------------------------------------------------------------------------- /weapons/S3Scanner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: S3Scanner 3 | description: 'Scan for open AWS S3 buckets and dump the contents ' 4 | url: https://github.com/sa7mon/S3Scanner 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [s3] 10 | -------------------------------------------------------------------------------- /weapons/S3cret Scanner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: S3cret Scanner 3 | description: Hunting For Secrets Uploaded To Public S3 Buckets 4 | url: https://github.com/Eilonh/s3crets_scanner 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [s3] 10 | -------------------------------------------------------------------------------- /weapons/SQLNinja.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SQLNinja 3 | description: Sqlninja is a tool targeted to exploit SQL Injection vulnerabilities. 4 | url: https://gitlab.com/kalilinux/packages/sqlninja 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos] 8 | lang: Perl 9 | tags: [sqli] 10 | -------------------------------------------------------------------------------- /weapons/SQLiDetector.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SQLiDetector 3 | description: Simple python script supported with BurpBouty profile that helps you to detect SQL injection "Error based" by sending multiple requests with 14 payloads and checking for 152 regex patterns for different databases. 4 | url: https://github.com/eslam3kl/SQLiDetector 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [sqli] 10 | -------------------------------------------------------------------------------- /weapons/SSRFire.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SSRFire 3 | description: An automated SSRF finder. Just give the domain name and your server and 4 | chill 5 | url: https://github.com/ksharinarayanan/SSRFire 6 | category: tool 7 | type: Fuzzer 8 | platform: [linux, macos] 9 | lang: Shell 10 | tags: [ssrf] 11 | -------------------------------------------------------------------------------- /weapons/SSRFmap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SSRFmap 3 | description: 'Automatic SSRF fuzzer and exploitation tool ' 4 | url: https://github.com/swisskyrepo/SSRFmap 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [ssrf] 10 | -------------------------------------------------------------------------------- /weapons/SSTImap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SSTImap 3 | description: Automatic SSTI detection tool with interactive interface 4 | url: https://github.com/vladko312/SSTImap 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [ssti] 10 | -------------------------------------------------------------------------------- /weapons/STEWS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: STEWS 3 | description: A Security Tool for Enumerating WebSockets 4 | url: https://github.com/PalindromeLabs/STEWS 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/SecLists.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SecLists 3 | description: SecLists is the security tester's companion. It's a collection of multiple 4 | types of lists used during security assessments, collected in one place. 5 | url: https://github.com/danielmiessler/SecLists 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Txt 10 | tags: [wordlist, documents] 11 | -------------------------------------------------------------------------------- /weapons/SecretFinder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SecretFinder 3 | description: 'SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) 4 | and search anything on javascript files ' 5 | url: https://github.com/m4ll0k/SecretFinder 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/SecurityTrails.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SecurityTrails 3 | description: ' Online dns / subdomain / recon tool' 4 | url: https://securitytrails.com 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: 9 | tags: [subdomains, online] 10 | -------------------------------------------------------------------------------- /weapons/SequenceDiagram.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SequenceDiagram 3 | description: Online tool for creating UML sequence diagrams 4 | url: https://sequencediagram.org 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: 9 | tags: [online] 10 | -------------------------------------------------------------------------------- /weapons/SerializationDumper.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SerializationDumper 3 | description: A tool to dump Java serialization streams in a more human readable form. 4 | url: https://github.com/NickstaDB/SerializationDumper 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Java 9 | tags: [deserialize] 10 | -------------------------------------------------------------------------------- /weapons/Shodan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Shodan 3 | description: " World's first search engine for Internet-connected devices" 4 | url: https://www.shodan.io/ 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: 9 | tags: [osint] 10 | -------------------------------------------------------------------------------- /weapons/Silver.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Silver 3 | description: 'Mass scan IPs for vulnerable services ' 4 | url: https://github.com/s0md3v/Silver 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [port] 10 | -------------------------------------------------------------------------------- /weapons/Sn1per.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Sn1per 3 | description: 'Automated pentest framework for offensive security experts ' 4 | url: https://github.com/1N3/Sn1per 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Stepper.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Stepper 3 | description: 4 | url: https://github.com/CoreyD97/Stepper 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Striker.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Striker 3 | description: 'Striker is an offensive information and vulnerability scanner. ' 4 | url: https://github.com/s0md3v/Striker 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/SubOver.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SubOver 3 | description: A Powerful Subdomain Takeover Tool 4 | url: https://github.com/Ice3man543/SubOver 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains, takeover] 10 | -------------------------------------------------------------------------------- /weapons/Sublist3r.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Sublist3r 3 | description: 'Fast subdomains enumeration tool for penetration testers ' 4 | url: https://github.com/aboul3la/Sublist3r 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/Taipan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Taipan 3 | description: Web application vulnerability scanner 4 | url: https://github.com/enkomio/Taipan 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/TukTuk.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: TukTuk 3 | description: 'Tool for catching and logging different types of requests. ' 4 | url: https://github.com/ArturSS7/TukTuk 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [oast] 10 | -------------------------------------------------------------------------------- /weapons/User-Agent_Switcher.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: User-Agent Switcher 3 | description: quick and easy way to switch between user-agents. 4 | url: https://addons.mozilla.org/ko/firefox/addon/user-agent-switcher-revived/ 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox] 8 | lang: 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/V3n0M-Scanner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: V3n0M-Scanner 3 | description: Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns 4 | url: https://github.com/v3n0m-Scanner/V3n0M-Scanner 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [sqli, xss, lfi, rfi] 10 | -------------------------------------------------------------------------------- /weapons/VHostScan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: VHostScan 3 | description: 'A virtual host scanner that performs reverse lookups, can be used with 4 | pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic 5 | default pages. ' 6 | url: https://github.com/codingo/VHostScan 7 | category: tool 8 | type: Scanner 9 | platform: [linux, macos, windows] 10 | lang: Python 11 | tags: [] 12 | -------------------------------------------------------------------------------- /weapons/Wayback_Machine.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Wayback Machine 3 | description: History of website 4 | url: https://apps.apple.com/us/app/wayback-machine/id1472432422 5 | category: browser-addon 6 | type: Recon 7 | platform: [linux, macos, windows, safari] 8 | lang: 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/Web-Cache-Vulnerability-Scanner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Web-Cache-Vulnerability-Scanner 3 | description: Web Cache Vulnerability Scanner is a Go-based CLI tool for testing for 4 | web cache poisoning. It is developed by Hackmanit GmbH (http://hackmanit.de/). 5 | url: https://github.com/Hackmanit/Web-Cache-Vulnerability-Scanner 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [cache-vuln] 11 | -------------------------------------------------------------------------------- /weapons/Web3 Decoder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Web3 Decoder 3 | description: Burp Extension for Web3 4 | url: https://github.com/nccgroup/web3-decoder 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [web3] 10 | -------------------------------------------------------------------------------- /weapons/XSRFProbe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: XSRFProbe 3 | description: The Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit. 4 | url: https://github.com/0xInfection/XSRFProbe 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/XSS-Catcher.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: XSS-Catcher 3 | description: Find blind XSS but why not gather data while you're at it. 4 | url: https://github.com/daxAKAhackerman/XSS-Catcher 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xss, blind-xss] 10 | -------------------------------------------------------------------------------- /weapons/XSStrike.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: XSStrike 3 | description: 'Most advanced XSS scanner. ' 4 | url: https://github.com/s0md3v/XSStrike 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/XSpear.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: XSpear 3 | description: 'Powerfull XSS Scanning and Parameter analysis tool&gem ' 4 | url: https://github.com/hahwul/XSpear 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/XXEinjector.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: XXEinjector 3 | description: Tool for automatic exploitation of XXE vulnerability using direct and 4 | different out of band methods. 5 | url: https://github.com/enjoiz/XXEinjector 6 | category: tool 7 | type: Exploit 8 | platform: [linux, macos, windows] 9 | lang: Ruby 10 | tags: [xxe] 11 | -------------------------------------------------------------------------------- /weapons/XXExploiter.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: XXExploiter 3 | description: Tool to help exploit XXE vulnerabilities 4 | url: https://github.com/luisfontes19/xxexploiter 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: TypeScript 9 | tags: [xxe] 10 | -------------------------------------------------------------------------------- /weapons/XssPy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: XssPy 3 | description: Web Application XSS Scanner 4 | url: https://github.com/faizann24/ 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/ZipBomb.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ZipBomb 3 | description: A simple implementation of ZipBomb in Python 4 | url: https://github.com/abdulfatir/ZipBomb 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [zipbomb] 10 | -------------------------------------------------------------------------------- /weapons/a2sv.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: a2sv 3 | description: 'Auto Scanning to SSL Vulnerability ' 4 | url: https://github.com/hahwul/a2sv 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [ssl] 10 | -------------------------------------------------------------------------------- /weapons/altdns.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: altdns 3 | description: 'Generates permutations, alterations and mutations of subdomains and 4 | then resolves them ' 5 | url: https://github.com/infosec-au/altdns 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [dns, subdomains] 11 | -------------------------------------------------------------------------------- /weapons/anew.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: anew 3 | description: A tool for adding new lines to files, skipping duplicates 4 | url: https://github.com/tomnomnom/anew 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/apkleaks.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: apkleaks 3 | description: 'Scanning APK file for URIs, endpoints & secrets. ' 4 | url: https://github.com/dwisiswant0/apkleaks 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [apk, url, endpoint] 10 | -------------------------------------------------------------------------------- /weapons/aquatone.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: aquatone 3 | description: 'A Tool for Domain Flyovers ' 4 | url: https://github.com/michenriksen/aquatone 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [domain] 10 | -------------------------------------------------------------------------------- /weapons/arachni.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: arachni 3 | description: 'Web Application Security Scanner Framework ' 4 | url: https://github.com/Arachni/arachni 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/argumentinjectionhammer.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: argumentinjectionhammer 3 | description: A Burp Extension designed to identify argument injection vulnerabilities. 4 | url: https://github.com/nccgroup/argumentinjectionhammer 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/assetfinder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: assetfinder 3 | description: 'Find domains and subdomains related to a given domain ' 4 | url: https://github.com/tomnomnom/assetfinder 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/attack-surface-detector-burp.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: attack-surface-detector-burp 3 | description: The Attack Surface Detector uses static code analyses to identify web 4 | app endpoints by parsing routes and identifying parameters 5 | url: https://github.com/secdec/attack-surface-detector-burp 6 | category: tool-addon 7 | type: Recon 8 | platform: [linux, macos, windows, burpsuite] 9 | lang: Java 10 | tags: [endpoint, url, attack-surface] 11 | -------------------------------------------------------------------------------- /weapons/attack-surface-detector-zap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: attack-surface-detector-zap 3 | description: The Attack Surface Detector uses static code analyses to identify web 4 | app endpoints by parsing routes and identifying parameters 5 | url: https://github.com/secdec/attack-surface-detector-zap 6 | category: tool-addon 7 | type: Recon 8 | platform: [linux, macos, windows, zap] 9 | lang: Java 10 | tags: [endpoint, url, attack-surface] 11 | -------------------------------------------------------------------------------- /weapons/autochrome.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: autochrome 3 | description: This tool downloads, installs, and configures a shiny new copy of Chromium. 4 | url: https://github.com/nccgroup/autochrome 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: HTML 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/autopoisoner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: autopoisoner 3 | description: Web cache poisoning vulnerability scanner. 4 | url: https://github.com/Th0h0/autopoisoner 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [cache-vuln] 10 | -------------------------------------------------------------------------------- /weapons/axiom.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: axiom 3 | description: 'A dynamic infrastructure toolkit for red teamers and bug bounty hunters! ' 4 | url: https://github.com/pry0cc/axiom 5 | category: tool 6 | type: Army-Knife 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [infra] 10 | -------------------------------------------------------------------------------- /weapons/bat.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: bat 3 | description: A cat(1) clone with wings. 4 | url: https://github.com/sharkdp/bat 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/bbot.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: bbot 3 | description: OSINT automation for hackers 4 | url: https://github.com/blacklanternsecurity/bbot 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [osint] 10 | -------------------------------------------------------------------------------- /weapons/beef.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: beef 3 | description: The Browser Exploitation Framework Project 4 | url: https://github.com/beefproject/beef 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/blackboxprotobuf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: blackboxprotobuf 3 | description: Blackbox protobuf is a Burp Suite extension for decoding and modifying 4 | arbitrary protobuf messages without the protobuf type definition. 5 | url: https://github.com/nccgroup/blackboxprotobuf 6 | category: tool-addon 7 | type: Utils 8 | platform: [linux, macos, windows, burpsuite] 9 | lang: Python 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/blistener.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: blistener 3 | description: Blind-XSS listener with payloads 4 | url: https://github.com/fyxme/blistener 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [xss, blind-xss] 10 | -------------------------------------------------------------------------------- /weapons/boast.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: boast 3 | description: The BOAST Outpost for AppSec Testing (v0.1.0) 4 | url: https://github.com/marcoagner/boast 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [oast] 10 | -------------------------------------------------------------------------------- /weapons/bountyplz.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: bountyplz 3 | description: 'Automated security reporting from markdown templates (HackerOne and 4 | Bugcrowd are currently the platforms supported) ' 5 | url: https://github.com/fransr/bountyplz 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Shell 10 | tags: [report] 11 | -------------------------------------------------------------------------------- /weapons/bruteforce-lists.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: bruteforce-lists 3 | description: Some files for bruteforcing certain things. 4 | url: https://github.com/random-robbie/bruteforce-lists 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Txt 9 | tags: [wordlist, documents] 10 | -------------------------------------------------------------------------------- /weapons/burl.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: burl 3 | description: 'A Broken-URL Checker ' 4 | url: https://github.com/tomnomnom/burl 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/burp-exporter.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: burp-exporter 3 | description: 4 | url: https://github.com/artssec/burp-exporter 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/burp-piper.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: burp-piper 3 | description: 4 | url: https://github.com/silentsignal/burp-piper 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Kotlin 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/burp-retire-js.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: burp-retire-js 3 | description: 4 | url: https://github.com/h3xstream/burp-retire-js 5 | category: tool-addon 6 | type: Recon 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: JavaScript 9 | tags: [js-analysis] 10 | -------------------------------------------------------------------------------- /weapons/burp-send-to.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: burp-send-to 3 | description: 4 | url: https://github.com/bytebutcher/burp-send-to 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/c-jwt-cracker.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: c-jwt-cracker 3 | description: 'JWT brute force cracker written in C ' 4 | url: https://github.com/brendan-rius/c-jwt-cracker 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: C 9 | tags: [jwt] 10 | -------------------------------------------------------------------------------- /weapons/caido.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Caido 3 | description: A lightweight web security auditing toolkit 4 | url: https://caido.io 5 | category: tool 6 | type: Proxy 7 | platform: [linux, macos, windows, caido] 8 | lang: Rust 9 | tags: [mitmproxy] 10 | -------------------------------------------------------------------------------- /weapons/caidope.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: caidope 3 | description: caidope - caido plugin 4 | url: https://github.com/skitttles-berry/caidope 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, caido] 8 | lang: TypeScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/can-i-take-over-xyz.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: can-i-take-over-xyz 3 | description: '"Can I take over XYZ?" — a list of services and how to claim (sub)domains 4 | with dangling DNS records.' 5 | url: https://github.com/EdOverflow/can-i-take-over-xyz 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/cariddi.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cariddi 3 | description: Take a list of domains, crawl urls and scan for endpoints, secrets, api 4 | keys, file extensions, tokens and more 5 | url: https://github.com/edoardottt/cariddi 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [crawl] 11 | -------------------------------------------------------------------------------- /weapons/cc.py.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cc.py 3 | description: 'Extracting URLs of a specific target based on the results of "commoncrawl.org" ' 4 | url: https://github.com/si9int/cc.py 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/cent.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cent 3 | description: Community edition nuclei templates, a simple tool that allows you to 4 | organize all the Nuclei templates offered by the community in one place. 5 | url: https://github.com/xm1k3/cent 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [nuclei-templates] 11 | -------------------------------------------------------------------------------- /weapons/cf-check.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cf-check 3 | description: 'Cloudflare Checker written in Go ' 4 | url: https://github.com/dwisiswant0/cf-check 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/chaos-client.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: chaos-client 3 | description: 'Go client to communicate with Chaos DNS API. ' 4 | url: https://github.com/projectdiscovery/chaos-client 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/clairvoyance.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Clairvoyance 3 | description: Obtain GraphQL API schema even if the introspection is disabled 4 | url: https://github.com/nikitastupin/clairvoyance 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [graphql] 10 | -------------------------------------------------------------------------------- /weapons/clear-cache.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: clear-cache 3 | description: Add-on to clear browser cache with a single click or via the F9 key. 4 | url: https://github.com/TenSoja/clear-cache 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox, chrome] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/collaborator-everywhere.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: collaborator-everywhere 3 | description: 4 | url: https://github.com/PortSwigger/collaborator-everywhere 5 | category: tool-addon 6 | type: Scanner 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [oast] 10 | -------------------------------------------------------------------------------- /weapons/commix.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: commix 3 | description: Automated All-in-One OS Command Injection Exploitation Tool. 4 | url: https://github.com/commixproject/commix 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [exploit] 10 | -------------------------------------------------------------------------------- /weapons/community-scripts.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: community-scripts 3 | description: 4 | url: https://github.com/zaproxy/community-scripts 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, zap] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/confused.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: confused 3 | description: Tool to check for dependency confusion vulnerabilities in multiple package 4 | management systems 5 | url: https://github.com/visma-prodsec/confused 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [dependency-confusion] 11 | -------------------------------------------------------------------------------- /weapons/cookie-quick-manager.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cookie-quick-manager 3 | description: An addon to manage (view, search, create, edit, remove, backup, restore) 4 | cookies on Firefox. 5 | url: https://github.com/ysard/cookie-quick-manager 6 | category: browser-addon 7 | type: Utils 8 | platform: [linux, macos, windows, firefox] 9 | lang: JavaScript 10 | tags: [cookie] 11 | -------------------------------------------------------------------------------- /weapons/corsair_scan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: corsair_scan 3 | description: Corsair_scan is a security tool to test Cross-Origin Resource Sharing 4 | (CORS). 5 | url: https://github.com/Santandersecurityresearch/corsair_scan 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [cors] 11 | -------------------------------------------------------------------------------- /weapons/crawlergo.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: crawlergo 3 | description: A powerful browser crawler for web vulnerability scanners 4 | url: https://github.com/Qianlitp/crawlergo 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [crawl] 10 | -------------------------------------------------------------------------------- /weapons/crimson.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Crimson 3 | description: Web Application Security Testing automation. 4 | url: https://github.com/Karmaz95/crimson 5 | category: tool 6 | type: Env 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/crlfuzz.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: crlfuzz 3 | description: 'A fast tool to scan CRLF vulnerability written in Go ' 4 | url: https://github.com/dwisiswant0/crlfuzz 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [crlf] 10 | -------------------------------------------------------------------------------- /weapons/csp-auditor.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: csp-auditor 3 | description: 4 | url: https://github.com/GoSecure/csp-auditor 5 | category: tool-addon 6 | type: Scanner 7 | platform: [linux, macos, windows, zap, burpsuite] 8 | lang: Java 9 | tags: [csp] 10 | -------------------------------------------------------------------------------- /weapons/csprecon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: csprecon 3 | description: Discover new target domains using Content Security Policy 4 | url: https://github.com/edoardottt/csprecon 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [csp] 10 | -------------------------------------------------------------------------------- /weapons/curl.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: curl 3 | description: A command line tool and library for transferring data with URL syntax, 4 | supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, 5 | LDAPS, MQTT, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful 6 | features 7 | url: https://github.com/curl/curl 8 | category: tool 9 | type: Utils 10 | platform: [linux, macos, windows] 11 | lang: C 12 | tags: [] 13 | -------------------------------------------------------------------------------- /weapons/dalfox.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dalfox 3 | description: 🌘🦊 Dalfox is a powerful open-source XSS scanner and utility focused on 4 | automation. 5 | url: https://github.com/hahwul/dalfox 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [xss] 11 | -------------------------------------------------------------------------------- /weapons/deadfinder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: DeadFinder 3 | description: Find dead-links (broken links) 4 | url: https://github.com/hahwul/deadfinder 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [broken-link] 10 | -------------------------------------------------------------------------------- /weapons/deadlinks.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: deadlinks 3 | description: Health checks for your documentation links. 4 | url: https://github.com/butuzov/deadlinks 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [broken-link] 10 | -------------------------------------------------------------------------------- /weapons/deadsniper.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Deadsniper 3 | description: A fast, specialized dead-link checker 4 | url: https://github.com/port19x/deadsniper 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [broken-link] 10 | -------------------------------------------------------------------------------- /weapons/dependency-confusion-scanner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dependency-confusion-scanner 3 | description: This small repo is meant to scan Github's repositories for potential Dependency confusion vulnerabilities. 4 | url: https://github.com/Yaniv-git/dependency-confusion-scanner 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [dependency-confusion] 10 | -------------------------------------------------------------------------------- /weapons/depenfusion.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: depenfusion 3 | description: A powerful pentesting tool for detecting and exploiting dependency confusion vulnerabilities in Node.js projects 4 | url: https://github.com/benjamin-mauss/depenfusion 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [dependency-confusion] 10 | -------------------------------------------------------------------------------- /weapons/difftastic.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: difftastic 3 | description: a structural diff that understands syntax 4 | url: https://github.com/Wilfred/difftastic 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [diff] 10 | -------------------------------------------------------------------------------- /weapons/dirsearch.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dirsearch 3 | description: 'Web path scanner ' 4 | url: https://github.com/maurosoria/dirsearch 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/ditto.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ditto 3 | description: A tool for IDN homograph attacks and detection. 4 | url: https://github.com/evilsocket/ditto 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/dmut.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dmut 3 | description: A tool to perform permutations, mutations and alteration of subdomains 4 | in golang. 5 | url: https://github.com/bp0lr/dmut 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [subdomains] 11 | -------------------------------------------------------------------------------- /weapons/dnsobserver.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dnsobserver 3 | description: "A handy DNS service written in Go to aid in the detection of several\ 4 | \ types of blind vulnerabilities. It monitors a pentester's server for out-of-band\ 5 | \ DNS interactions and sends lookup notifications via Slack. " 6 | url: https://github.com/allyomalley/dnsobserver 7 | category: tool 8 | type: Utils 9 | platform: [linux, macos, windows] 10 | lang: Go 11 | tags: [oast, dns] 12 | -------------------------------------------------------------------------------- /weapons/dnsprobe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dnsprobe 3 | description: 'DNSProb (beta) is a tool built on top of retryabledns that allows you 4 | to perform multiple dns queries of your choice with a list of user supplied resolvers. ' 5 | url: https://github.com/projectdiscovery/dnsprobe 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [dns] 11 | -------------------------------------------------------------------------------- /weapons/dnsvalidator.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dnsvalidator 3 | description: Maintains a list of IPv4 DNS servers by verifying them against baseline 4 | servers, and ensuring accurate responses. 5 | url: https://github.com/vortexau/dnsvalidator 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [dns] 11 | -------------------------------------------------------------------------------- /weapons/dnsx.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dnsx 3 | description: dnsx is a fast and multi-purpose DNS toolkit allow to run multiple DNS 4 | queries of your choice with a list of user-supplied resolvers. 5 | url: https://github.com/projectdiscovery/dnsx 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [dns] 11 | -------------------------------------------------------------------------------- /weapons/docem.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: docem 3 | description: Uility to embed XXE and XSS payloads in docx,odt,pptx,etc (OXML_XEE on 4 | steroids) 5 | url: https://github.com/whitel1st/docem 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [xxe, xss] 11 | -------------------------------------------------------------------------------- /weapons/domdig.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: domdig 3 | description: 'DOM XSS scanner for Single Page Applications ' 4 | url: https://github.com/fcavallarin/domdig 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/domloggerpp.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: DOMLogger++ 3 | description: A browser extension that allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations. 4 | url: https://github.com/kevin-mizu/domloggerpp 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox, chrome] 8 | lang: JavaScript 9 | tags: [dom, xss] 10 | -------------------------------------------------------------------------------- /weapons/dontgo403.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dontgo403 3 | description: Tool to bypass 40X response codes. 4 | url: https://github.com/devploit/dontgo403 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [403] 10 | -------------------------------------------------------------------------------- /weapons/dotdotpwn.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dotdotpwn 3 | description: 'DotDotPwn - The Directory Traversal Fuzzer ' 4 | url: https://github.com/wireghoul/dotdotpwn 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Perl 9 | tags: [path-traversal] 10 | -------------------------------------------------------------------------------- /weapons/dsieve.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dsieve 3 | description: Filter and enrich a list of subdomains by level 4 | url: https://github.com/trickest/dsieve 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/eoyc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: eoyc 3 | description: Encoding Only Your Choices 4 | url: https://github.com/hahwul/eoyc 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Crystal 9 | tags: [encode] 10 | -------------------------------------------------------------------------------- /weapons/eval_villain.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: eval_villain 3 | description: A Firefox Web Extension to improve the discovery of DOM XSS. 4 | url: https://github.com/swoops/eval_villain 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox, zap] 8 | lang: JavaScript 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/evil-proxy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: EvilProxy 3 | description: A ruby http/https proxy to do EVIL things. 4 | url: https://github.com/bbtfr/evil-proxy 5 | category: tool 6 | type: Proxy 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [mitmproxy] 10 | -------------------------------------------------------------------------------- /weapons/ezXSS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ezXSS 3 | description: 'ezXSS is an easy way for penetration testers and bug bounty hunters 4 | to test (blind) Cross Site Scripting. ' 5 | url: https://github.com/ssl/ezXSS 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: PHP 10 | tags: [xss, blind-xss] 11 | -------------------------------------------------------------------------------- /weapons/favirecon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: favirecon 3 | description: Use favicon.ico to improve your target recon phase. Quickly detect technologies, WAF, exposed panels, known services. 4 | url: https://github.com/edoardottt/favirecon 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [favicon] 10 | -------------------------------------------------------------------------------- /weapons/femida.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: femida 3 | description: 4 | url: https://github.com/wish-i-was/femida 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/feroxbuster.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: feroxbuster 3 | description: A fast, simple, recursive content discovery tool written in Rust. 4 | url: https://github.com/epi052/feroxbuster 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/fff.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: fff 3 | description: The Fairly Fast Fetcher. Requests a bunch of URLs provided on stdin fairly 4 | quickly. 5 | url: https://github.com/tomnomnom/fff 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [url] 11 | -------------------------------------------------------------------------------- /weapons/ffuf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ffuf 3 | description: 'Fast web fuzzer written in Go ' 4 | url: https://github.com/ffuf/ffuf 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/fhc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: fhc 3 | description: Fast HTTP Checker. 4 | url: https://github.com/Edu4rdSHL/fhc 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/findom-xss.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: findom-xss 3 | description: 'A fast DOM based XSS vulnerability scanner with simplicity. ' 4 | url: https://github.com/dwisiswant0/findom-xss 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/findomain.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: findomain 3 | description: 'The fastest and cross-platform subdomain enumerator, do not waste your 4 | time. ' 5 | url: https://github.com/Edu4rdSHL/findomain 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Rust 10 | tags: [subdomains] 11 | -------------------------------------------------------------------------------- /weapons/firefox-container-proxy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: firefox-container-proxy 3 | description: Assign a proxy to a Firefox container 4 | url: https://github.com/bekh6ex/firefox-container-proxy 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/fuzzparam.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: fuzzparam 3 | description: A fast go based param miner to fuzz possible parameters a URL can have. 4 | url: https://github.com/0xsapra/fuzzparam 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [param] 10 | -------------------------------------------------------------------------------- /weapons/fzf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: fzf 3 | description: A command-line fuzzy finder 4 | url: https://github.com/junegunn/fzf 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/gRPC-Pentest-Suite.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gRPC-Web Pentest Suite 3 | description: gRPC-Pentest-Suite is set of tools for pentesting / hacking gRPC Web (gRPC-Web) applications. 4 | url: https://github.com/nxenon/grpc-pentest-suite 5 | category: tool-addon 6 | type: Utils 7 | platform: [burpsuite, linux, macos, windows] 8 | lang: Python 9 | tags: [gRPC-Web] 10 | -------------------------------------------------------------------------------- /weapons/gau.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gau 3 | description: Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback 4 | Machine, and Common Crawl. 5 | url: https://github.com/lc/gau 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [url] 11 | -------------------------------------------------------------------------------- /weapons/gauplus.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gauplus 3 | description: A modified version of gau for personal usage. Support workers, proxies 4 | and some extra things. 5 | url: https://github.com/bp0lr/gauplus 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [url] 11 | -------------------------------------------------------------------------------- /weapons/gee.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gee 3 | description: 🏵 Gee is tool of stdin to each files and stdout. It is similar to the 4 | tee command, but there are more functions for convenience. In addition, it was written 5 | as go 6 | url: https://github.com/hahwul/gee 7 | category: tool 8 | type: Utils 9 | platform: [linux, macos, windows] 10 | lang: Go 11 | tags: [] 12 | -------------------------------------------------------------------------------- /weapons/getJS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: getJS 3 | description: A tool to fastly get all javascript sources/files 4 | url: https://github.com/003random/getJS 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [js-analysis] 10 | -------------------------------------------------------------------------------- /weapons/gf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gf 3 | description: 'A wrapper around grep, to help you grep for things ' 4 | url: https://github.com/tomnomnom/gf 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/ghauri.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ghauri 3 | description: An advanced cross-platform tool that automates the process of detecting 4 | and exploiting SQL injection security flaws 5 | url: https://github.com/r0oth3x49/ghauri 6 | category: tool 7 | type: Exploit 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [sqli] 11 | -------------------------------------------------------------------------------- /weapons/gitGraber.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gitGraber 3 | description: 'gitGraber ' 4 | url: https://github.com/hisxo/gitGraber 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/github-endpoints.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: github-endpoints 3 | description: Find endpoints on GitHub. 4 | url: https://github.com/gwen001/github-endpoints 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/github-regexp.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: github-regexp 3 | description: Basically a regexp over a GitHub search. 4 | url: https://github.com/gwen001/github-regexp 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/github-search.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: github-search 3 | description: 'Tools to perform basic search on GitHub. ' 4 | url: https://github.com/gwen001/github-search 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/github-subdomains.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: github-subdomains 3 | description: Find subdomains on GitHub 4 | url: https://github.com/gwen001/github-subdomains 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/gitleaks.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gitleaks 3 | description: Scan git repos (or files) for secrets using regex and entropy 🔑 4 | url: https://github.com/zricethezav/gitleaks 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/gitls.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gitls 3 | description: Listing git repository from URL/User/Org 4 | url: https://github.com/hahwul/gitls 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/gitrob.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gitrob 3 | description: 'Reconnaissance tool for GitHub organizations ' 4 | url: https://github.com/michenriksen/gitrob 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/go-dork.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: go-dork 3 | description: 'The fastest dork scanner written in Go. ' 4 | url: https://github.com/dwisiswant0/go-dork 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/gobuster.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gobuster 3 | description: 'Directory/File, DNS and VHost busting tool written in Go ' 4 | url: https://github.com/OJ/gobuster 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/godeclutter.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: godeclutter 3 | description: Declutters URLs in a fast and flexible way, for improving input for web 4 | hacking automations such as crawlers and vulnerability scans. 5 | url: https://github.com/c3l3si4n/godeclutter 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [url] 11 | -------------------------------------------------------------------------------- /weapons/gospider.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gospider 3 | description: 'Gospider - Fast web spider written in Go ' 4 | url: https://github.com/jaeles-project/gospider 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [crawl] 10 | -------------------------------------------------------------------------------- /weapons/gotator.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gotator 3 | description: Gotator is a tool to generate DNS wordlists through permutations. 4 | url: https://github.com/Josue87/gotator 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/gotestwaf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gotestwaf 3 | description: An open-source project in Golang to test different web application firewalls 4 | (WAF) for detection logic and bypasses 5 | url: https://github.com/wallarm/gotestwaf 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/goverview.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: goverview 3 | description: goverview - Get an overview of the list of URLs 4 | url: https://github.com/j3ssie/goverview 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/gowitness.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gowitness 3 | description: '🔍 gowitness - a golang, web screenshot utility using Chrome Headless ' 4 | url: https://github.com/sensepost/gowitness 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/graphql-voyager.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: graphql-voyager 3 | description: '🛰️ Represent any GraphQL API as an interactive graph ' 4 | url: https://github.com/APIs-guru/graphql-voyager 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: TypeScript 9 | tags: [graphql] 10 | -------------------------------------------------------------------------------- /weapons/graphw00f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: graphw00f 3 | description: GraphQL Server Engine Fingerprinting utility 4 | url: https://github.com/dolevf/graphw00f 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [graphql] 10 | -------------------------------------------------------------------------------- /weapons/grc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: grc 3 | description: generic colouriser 4 | url: https://github.com/garabik/grc 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/grex.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: grex 3 | description: A command-line tool and library for generating regular expressions from 4 | user-provided test cases 5 | url: https://github.com/pemistahl/grex 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Rust 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/gron.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gron 3 | description: Make JSON greppable! 4 | url: https://github.com/tomnomnom/gron 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [json] 10 | -------------------------------------------------------------------------------- /weapons/gxss.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gxss 3 | description: Blind XSS service alerting over slack or email 4 | url: https://github.com/rverton/gxss 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [xss, blind-xss] 10 | -------------------------------------------------------------------------------- /weapons/h2csmuggler.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: h2csmuggler 3 | description: HTTP Request Smuggling Detection Tool 4 | url: https://github.com/assetnote/h2csmuggler 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [smuggle] 10 | -------------------------------------------------------------------------------- /weapons/hacks.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hacks 3 | description: 'A collection of hacks and one-off scripts ' 4 | url: https://github.com/tomnomnom/hacks 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/hakcheckurl.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hakcheckurl 3 | description: Takes a list of URLs and returns their HTTP response codes 4 | url: https://github.com/hakluke/hakcheckurl 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/hakrawler.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hakrawler 3 | description: 'Simple, fast web crawler designed for easy, quick discovery of endpoints 4 | and assets within a web application ' 5 | url: https://github.com/hakluke/hakrawler 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [crawl] 11 | -------------------------------------------------------------------------------- /weapons/hakrevdns.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hakrevdns 3 | description: 'Small, fast tool for performing reverse DNS lookups en masse. ' 4 | url: https://github.com/hakluke/hakrevdns 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/haktrails.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: haktrails 3 | description: Golang client for querying SecurityTrails API data 4 | url: https://github.com/hakluke/haktrails 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/hashcat.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hashcat 3 | description: "World's fastest and most advanced password recovery utility " 4 | url: https://github.com/hashcat/hashcat/ 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: C 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/hbxss.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hbxss 3 | description: Security test tool for Blind XSS 4 | url: https://github.com/hahwul/hbxss 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [xss, blind-xss] 10 | -------------------------------------------------------------------------------- /weapons/headerpwn.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: headerpwn 3 | description: A fuzzer for finding anomalies and analyzing how servers respond to different HTTP headers 4 | url: https://github.com/devanshbatham/headerpwn 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [header] 10 | -------------------------------------------------------------------------------- /weapons/headi.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: headi 3 | description: Customisable and automated HTTP header injection 4 | url: https://github.com/mlcsec/headi 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [header] 10 | -------------------------------------------------------------------------------- /weapons/hetty.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hetty 3 | description: Hetty is an HTTP toolkit for security research. It aims to become an 4 | open source alternative to commercial software like Burp Suite Pro, with powerful 5 | features tailored to the needs of the infosec and bug bounty community. 6 | url: https://github.com/dstotijn/hetty 7 | category: tool 8 | type: Proxy 9 | platform: [linux, macos, windows] 10 | lang: Go 11 | tags: [mitmproxy] 12 | -------------------------------------------------------------------------------- /weapons/hinject.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hinject 3 | description: 'Host Header Injection Checker ' 4 | url: https://github.com/dwisiswant0/hinject 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [header] 10 | -------------------------------------------------------------------------------- /weapons/hoppscotch.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hoppscotch 3 | description: Open source API development ecosystem 4 | url: https://github.com/hoppscotch/hoppscotch 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: TypeScript 9 | tags: [http] 10 | -------------------------------------------------------------------------------- /weapons/htcat.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: htcat 3 | description: 'Parallel and Pipelined HTTP GET Utility ' 4 | url: https://github.com/htcat/htcat 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/http-request-smuggler.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: http-request-smuggler 3 | description: 4 | url: https://github.com/PortSwigger/http-request-smuggler 5 | category: tool-addon 6 | type: Scanner 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [smuggle] 10 | -------------------------------------------------------------------------------- /weapons/http-request-smuggling.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: http-request-smuggling 3 | description: HTTP Request Smuggling Detection Tool 4 | url: https://github.com/anshumanpattnaik/http-request-smuggling 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/http-script-generator.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: http-script-generator 3 | description: 4 | url: https://github.com/h3xstream/http-script-generator 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, zap, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/http2smugl.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: http2smugl 3 | description: This tool helps to detect and exploit HTTP request smuggling in cases 4 | it can be achieved via HTTP/2 -> HTTP/1.1 conversion by the frontend server. 5 | url: https://github.com/neex/http2smugl 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/httpie.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: httpie 3 | description: modern, user-friendly command-line HTTP client for the API era 4 | url: https://github.com/httpie/httpie 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [http] 10 | -------------------------------------------------------------------------------- /weapons/httprobe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: httprobe 3 | description: 'Take a list of domains and probe for working HTTP and HTTPS servers ' 4 | url: https://github.com/tomnomnom/httprobe 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/httptoolkit.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: httptoolkit 3 | description: HTTP Toolkit is a beautiful & open-source tool for debugging, testing 4 | and building with HTTP(S) on Windows, Linux & Mac 5 | url: https://github.com/httptoolkit/httptoolkit 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/httpx.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: httpx 3 | description: 'httpx is a fast and multi-purpose HTTP toolkit allow to run multiple 4 | probers using retryablehttp library, it is designed to maintain the result reliability 5 | with increased threads. ' 6 | url: https://github.com/projectdiscovery/httpx 7 | category: tool 8 | type: Recon 9 | platform: [linux, macos, windows] 10 | lang: Go 11 | tags: [url] 12 | -------------------------------------------------------------------------------- /weapons/hurl.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hurl 3 | description: Hurl, run and test HTTP requests. 4 | url: https://github.com/Orange-OpenSource/hurl 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/inql.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: inql 3 | description: 4 | url: https://github.com/doyensec/inql 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/interactsh.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: interactsh 3 | description: An OOB interaction gathering server and client library 4 | url: https://github.com/projectdiscovery/interactsh 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [oast] 10 | -------------------------------------------------------------------------------- /weapons/intrigue-core.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: intrigue-core 3 | description: 'Discover Your Attack Surface ' 4 | url: https://github.com/intrigueio/intrigue-core 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/jaeles.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jaeles 3 | description: 'The Swiss Army knife for automated Web Application Testing ' 4 | url: https://github.com/jaeles-project/jaeles 5 | category: tool 6 | type: Army-Knife 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [live-audit] 10 | -------------------------------------------------------------------------------- /weapons/jsfuck.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jsfuck 3 | description: Write any JavaScript with 6 Characters 4 | url: https://github.com/aemkei/jsfuck 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/jsluice.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jsluice 3 | description: Extract URLs, paths, secrets, and other interesting bits from JavaScript 4 | url: https://github.com/BishopFox/jsluice 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [js-analysis] 10 | -------------------------------------------------------------------------------- /weapons/jsonwebtoken.github.io.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jsonwebtoken.github.io 3 | description: JWT En/Decode and Verify 4 | url: https://github.com/jsonwebtoken/jsonwebtoken.github.io 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [jwt] 10 | -------------------------------------------------------------------------------- /weapons/jsprime.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jsprime 3 | description: a javascript static security analysis tool 4 | url: https://github.com/dpnishant/jsprime 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [js-analysis] 10 | -------------------------------------------------------------------------------- /weapons/jwt-cracker.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jwt-cracker 3 | description: 'Simple HS256 JWT token brute force cracker ' 4 | url: https://github.com/lmammino/jwt-cracker 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [jwt] 10 | -------------------------------------------------------------------------------- /weapons/jwt-hack.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jwt-hack 3 | description: 🔩 jwt-hack is tool for hacking / security testing to JWT. Supported for 4 | En/decoding JWT, Generate payload for JWT attack and very fast cracking(dict/brutefoce) 5 | url: https://github.com/hahwul/jwt-hack 6 | category: tool 7 | type: Fuzzer 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [jwt] 11 | -------------------------------------------------------------------------------- /weapons/katana.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: katana 3 | description: A next-generation crawling and spidering framework. 4 | url: https://github.com/projectdiscovery/katana 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [crawl] 10 | -------------------------------------------------------------------------------- /weapons/kiterunner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: kiterunner 3 | description: Contextual Content Discovery Tool 4 | url: https://github.com/assetnote/kiterunner 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/knife.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: knife 3 | description: A burp extension that add some useful function to Context Menu 添加一些右键菜单让burp用起来更顺畅 4 | url: https://github.com/bit4woo/knife 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/knock.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: knock 3 | description: 'Knock Subdomain Scan ' 4 | url: https://github.com/guelfoweb/knock 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/lazyrecon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: lazyrecon 3 | description: 'This script is intended to automate your reconnaissance process in an 4 | organized fashion ' 5 | url: https://github.com/nahamsec/lazyrecon 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Shell 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/liffy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Liffy 3 | description: Local file inclusion exploitation tool 4 | url: https://github.com/mzfr/liffy 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [lfi] 10 | -------------------------------------------------------------------------------- /weapons/longtongue.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: longtongue 3 | description: Customized Password/Passphrase List inputting Target Info 4 | url: https://github.com/edoardottt/longtongue 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/masscan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: masscan 3 | description: 'TCP port scanner, spews SYN packets asynchronously, scanning entire 4 | Internet in under 5 minutes. ' 5 | url: https://github.com/robertdavidgraham/masscan 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: C 10 | tags: [portscan] 11 | -------------------------------------------------------------------------------- /weapons/medusa.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: medusa 3 | description: 'Fastest recursive HTTP fuzzer, like a Ferrari. ' 4 | url: https://github.com/riza/medusa 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/meg.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: meg 3 | description: 'Fetch many paths for many hosts - without killing the hosts ' 4 | url: https://github.com/tomnomnom/meg 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/megplus.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: megplus 3 | description: "Automated reconnaissance wrapper — TomNomNom's meg on steroids. [DEPRECATED] " 4 | url: https://github.com/EdOverflow/megplus 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/metasploit.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Metasploit 3 | description: The world’s most used penetration testing framework 4 | url: https://github.com/rapid7/metasploit-framework 5 | category: tool 6 | type: Army-Knife 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [pentest] 10 | -------------------------------------------------------------------------------- /weapons/missing-cve-nuclei-templates.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: missing-cve-nuclei-templates 3 | description: Weekly updated list of missing CVEs in nuclei templates official repository 4 | url: https://github.com/edoardottt/missing-cve-nuclei-templates 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Txt 9 | tags: [nuclei-templates] 10 | -------------------------------------------------------------------------------- /weapons/mitmproxy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: mitmproxy 3 | description: An interactive TLS-capable intercepting HTTP proxy for penetration testers 4 | and software developers. 5 | url: https://github.com/mitmproxy/mitmproxy 6 | category: tool 7 | type: Proxy 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [mitmproxy] 11 | -------------------------------------------------------------------------------- /weapons/mubeng.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: mubeng 3 | description: An incredibly fast proxy checker & IP rotator with ease. 4 | url: https://github.com/kitabisa/mubeng 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: 10 | -------------------------------------------------------------------------------- /weapons/naabu.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: naabu 3 | description: 'A fast port scanner written in go with focus on reliability and simplicity. 4 | Designed to be used in combination with other tools for attack surface discovery 5 | in bug bounties and pentests ' 6 | url: https://github.com/projectdiscovery/naabu 7 | category: tool 8 | type: Recon 9 | platform: [linux, macos, windows] 10 | lang: Go 11 | tags: [portscan] 12 | -------------------------------------------------------------------------------- /weapons/neonmarker.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Neonmarker 3 | description: 4 | url: https://github.com/kingthorin/neonmarker 5 | category: tool-addon 6 | type: utils 7 | platform: [linux, macos, windows, zap] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/nikto.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: nikto 3 | description: 'Nikto web server scanner ' 4 | url: https://github.com/sullo/nikto 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Perl 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/nmap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: nmap 3 | description: 'Nmap - the Network Mapper. Github mirror of official SVN repository. ' 4 | url: https://github.com/nmap/nmap 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: C 9 | tags: [portscan] 10 | -------------------------------------------------------------------------------- /weapons/noir.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: noir 3 | description: Attack surface detector that identifies endpoints by static analysis 4 | url: https://github.com/noir-cr/noir 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos] 8 | lang: Crystal 9 | tags: [endpoint, url, attack-surface] 10 | -------------------------------------------------------------------------------- /weapons/nosqli.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: nosqli 3 | description: NoSql Injection CLI tool 4 | url: https://github.com/Charlie-belmer/nosqli 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [nosqli] 10 | -------------------------------------------------------------------------------- /weapons/notebook.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: notebook 3 | description: Notebook Caido Plugin 4 | url: https://github.com/caido-community/notebook 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, caido] 8 | lang: TypeScript 9 | tags: [note] 10 | -------------------------------------------------------------------------------- /weapons/nuclei-templates.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: nuclei-templates 3 | description: Community curated list of templates for the nuclei engine to find security 4 | vulnerabilities. 5 | url: https://github.com/projectdiscovery/nuclei-templates 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [nuclei-templates] 11 | -------------------------------------------------------------------------------- /weapons/nuclei-wordfence-cve.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: nuclei-wordfence-cve 3 | description: Every single day new templates are added to this repo based on updates 4 | on Wordfence.com 5 | url: https://github.com/topscoder/nuclei-wordfence-cve 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [nuclei-templates] 11 | -------------------------------------------------------------------------------- /weapons/nuclei.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: nuclei 3 | description: 'Nuclei is a fast tool for configurable targeted scanning based on templates 4 | offering massive extensibility and ease of use. ' 5 | url: https://github.com/projectdiscovery/nuclei 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: 11 | -------------------------------------------------------------------------------- /weapons/ob_hacky_slack.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ob_hacky_slack 3 | description: Hacky Slack - a bash script that sends beautiful messages to Slack 4 | url: https://github.com/openbridge/ob_hacky_slack 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [notify] 10 | -------------------------------------------------------------------------------- /weapons/of-CORS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: of-CORS 3 | description: Identifying and exploiting CORS misconfigurations on the internal networks 4 | url: https://github.com/trufflesecurity/of-CORS 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [cors] 10 | -------------------------------------------------------------------------------- /weapons/owasp-zap-jwt-addon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: owasp-zap-jwt-addon 3 | description: 4 | url: https://github.com/SasanLabs/owasp-zap-jwt-addon 5 | category: tool-addon 6 | type: utils 7 | platform: [linux, macos, windows, zap] 8 | lang: Java 9 | tags: [jwt] 10 | -------------------------------------------------------------------------------- /weapons/owasp-zap-maplocal-addon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Map Local 3 | description: ZAP add-on which allows mapping of responses to content of a chosen local 4 | file. 5 | url: https://github.com/Keindel/owasp-zap-maplocal-addon 6 | category: tool-addon 7 | type: Utils 8 | platform: [linux, macos, windows, zap] 9 | lang: Java 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/oxml_xxe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: oxml_xxe 3 | description: 'A tool for embedding XXE/XML exploits into different filetypes ' 4 | url: https://github.com/BuffaloWill/oxml_xxe 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/pagodo.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pagodo 3 | description: pagodo (Passive Google Dork) - Automate Google Hacking Database scraping 4 | and searching 5 | url: https://github.com/opsdisk/pagodo 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/param-miner.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: param-miner 3 | description: Param Miner 4 | url: https://github.com/PortSwigger/param-miner 5 | category: tool-addon 6 | type: Fuzzer 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [param, cache-vuln] 10 | -------------------------------------------------------------------------------- /weapons/parameth.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: parameth 3 | description: This tool can be used to brute discover GET and POST parameters 4 | url: https://github.com/maK-/parameth 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/pcap-burp.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pcap-burp 3 | description: Pcap importer for Burp 4 | url: https://github.com/nccgroup/pcap-burp 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/pentest-env.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pentest-env 3 | description: Pentest environment deployer (kali linux + targets) using vagrant and 4 | chef. 5 | url: https://github.com/Sliim/pentest-env 6 | category: tool 7 | type: Env 8 | platform: [linux, macos, windows] 9 | lang: Ruby 10 | tags: [pentest] 11 | -------------------------------------------------------------------------------- /weapons/pentest-tools.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pentest-tools 3 | description: 'Custom pentesting tools ' 4 | url: https://github.com/gwen001/pentest-tools 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/pet.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pet 3 | description: Simple command-line snippet manager, written in Go. 4 | url: https://github.com/knqyf263/pet 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/plution.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: plution 3 | description: Prototype pollution scanner using headless chrome 4 | url: https://github.com/raverrr/plution 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [prototypepollution, prototype-pollution] 10 | -------------------------------------------------------------------------------- /weapons/postMessage-tracker.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: postMessage-tracker 3 | description: A Chrome Extension to track postMessage usage (url, domain and stack) 4 | both by logging using CORS and also visually as an extension-icon 5 | url: https://github.com/fransr/postMessage-tracker 6 | category: browser-addon 7 | type: Utils 8 | platform: [linux, macos, windows, chrome] 9 | lang: JavaScript 10 | tags: [js-analysis] 11 | -------------------------------------------------------------------------------- /weapons/ppfuzz.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ppfuzz 3 | description: A fast tool to scan client-side prototype pollution vulnerability written 4 | in Rust. 🦀 5 | url: https://github.com/dwisiswant0/ppfuzz 6 | category: tool 7 | type: Fuzzer 8 | platform: [linux, macos, windows] 9 | lang: Rust 10 | tags: [prototypepollution, prototype-pollution] 11 | -------------------------------------------------------------------------------- /weapons/pphack.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pphack 3 | description: The Most Advanced Client-Side Prototype Pollution Scanner 4 | url: https://github.com/edoardottt/pphack 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [prototypepollution, prototype-pollution] 10 | -------------------------------------------------------------------------------- /weapons/ppmap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ppmap 3 | description: A scanner/exploitation tool written in GO, which leverages client-side 4 | Prototype Pollution to XSS by exploiting known gadgets. 5 | url: https://github.com/kleiton0x00/ppmap 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [prototypepollution, prototype-pollution] 11 | -------------------------------------------------------------------------------- /weapons/proxify.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: proxify 3 | description: Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation 4 | and replay 5 | url: https://github.com/projectdiscovery/proxify 6 | category: tool 7 | type: Proxy 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [mitmproxy] 11 | -------------------------------------------------------------------------------- /weapons/puredns.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: puredns 3 | description: Puredns is a fast domain resolver and subdomain bruteforcing tool that 4 | can accurately filter out wildcard subdomains and DNS poisoned entries. 5 | url: https://github.com/d3mondev/puredns 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [subdomains, dns] 11 | -------------------------------------------------------------------------------- /weapons/pwncat.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pwncat 3 | description: 'pwncat - netcat on steroids with Firewall, IDS/IPS evasion, bind and 4 | reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable 5 | with Python (PSE) ' 6 | url: https://github.com/cytopia/pwncat 7 | category: tool 8 | type: Utils 9 | platform: [linux, macos, windows] 10 | lang: Shell 11 | tags: [] 12 | -------------------------------------------------------------------------------- /weapons/qsreplace.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: qsreplace 3 | description: 'Accept URLs on stdin, replace all query string values with a user-supplied 4 | value ' 5 | url: https://github.com/tomnomnom/qsreplace 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/quickjack.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: quickjack 3 | description: Quickjack is a point-and-click tool for intuitively producing advanced 4 | clickjacking and frame slicing attacks. 5 | url: https://github.com/samyk/quickjack 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: JavaScript 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/rapidscan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: rapidscan 3 | description: 'The Multi-Tool Web Vulnerability Scanner. ' 4 | url: https://github.com/skavngr/rapidscan 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/recon_profile.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: recon_profile 3 | description: 'Recon profile (bash profile) for bugbounty ' 4 | url: https://github.com/nahamsec/recon_profile 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/reconftw.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: reconftw 3 | description: reconFTW is a tool designed to perform automated recon on a target domain 4 | by running the best set of tools to perform scanning and finding out vulnerabilities 5 | url: https://github.com/six2dez/reconftw 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Shell 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/reflect.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: reflect 3 | description: 4 | url: https://github.com/cak/reflect 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, zap] 8 | lang: Kotlin 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/reflected-parameters.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: reflected-parameters 3 | description: 4 | url: https://github.com/PortSwigger/reflected-parameters 5 | category: tool-addon 6 | type: Recon 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [param] 10 | -------------------------------------------------------------------------------- /weapons/rengine.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: rengine 3 | description: 'reNgine is an automated reconnaissance framework meant for gathering 4 | information during penetration testing of web applications. reNgine has customizable 5 | scan engines, which can be used to scan the websites, endpoints, and gather information. ' 6 | url: https://github.com/yogeshojha/rengine 7 | category: tool 8 | type: Recon 9 | platform: [linux, macos, windows] 10 | lang: JavaScript 11 | tags: [] 12 | -------------------------------------------------------------------------------- /weapons/reverse-shell-generator.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: reverse-shell-generator 3 | description: Hosted Reverse Shell generator with a ton of functionality. -- (Great 4 | for CTFs) 5 | url: https://github.com/0dayCTF/reverse-shell-generator 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: JavaScript 10 | tags: [payload] 11 | -------------------------------------------------------------------------------- /weapons/ronin.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Ronin 3 | description: Free and Open Source Ruby Toolkit for Security Research and Development 4 | url: https://ronin-rb.dev 5 | category: tool 6 | type: Army-knife 7 | platform: [linux, macos, windows] 8 | lang: Ruby 9 | tags: [pentest, crawl, recon, exploit] 10 | -------------------------------------------------------------------------------- /weapons/ropr.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ropr 3 | description: A blazing fast™ multithreaded ROP Gadget finder. ropper 4 | url: https://github.com/Ben-Lichtman/ropr 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [rop] 10 | -------------------------------------------------------------------------------- /weapons/rusolver.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: rusolver 3 | description: Fast and accurate DNS resolver. 4 | url: https://github.com/Edu4rdSHL/rusolver 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [dns] 10 | -------------------------------------------------------------------------------- /weapons/s3reverse.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: s3reverse 3 | description: 'The format of various s3 buckets is convert in one format. for bugbounty 4 | and security testing. ' 5 | url: https://github.com/hahwul/s3reverse 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [s3] 11 | -------------------------------------------------------------------------------- /weapons/safecopy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: safecopy 3 | description: 4 | url: https://github.com/yashrs/safecopy 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/scan4all.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: scan4all 3 | description: Official repository vuls Scan 4 | url: https://github.com/hktalent/scan4all 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/scilla.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: scilla 3 | description: 🏴‍☠️ Information Gathering tool 🏴‍☠️ dns/subdomain/port enumeration 4 | url: https://github.com/edoardottt/scilla 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains, dns, port] 10 | -------------------------------------------------------------------------------- /weapons/security-crawl-maze.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: security-crawl-maze 3 | description: Security Crawl Maze is a comprehensive testbed for web security crawlers. 4 | It contains pages representing many ways in which one can link resources from a 5 | valid HTML document. 6 | url: https://github.com/google/security-crawl-maze 7 | category: tool 8 | type: Utils 9 | platform: [linux, macos, windows] 10 | lang: HTML 11 | tags: [crawl] 12 | -------------------------------------------------------------------------------- /weapons/security-research-pocs.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: security-research-pocs 3 | description: Proof-of-concept codes created as part of security research done by Google 4 | Security Team. 5 | url: https://github.com/google/security-research-pocs 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: C++ 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/shosubgo.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: shosubgo 3 | description: Small tool to Grab subdomains using Shodan api. 4 | url: https://github.com/incogbyte/shosubgo 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/shuffledns.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: shuffledns 3 | description: 'shuffleDNS is a wrapper around massdns written in go that allows you 4 | to enumerate valid subdomains using active bruteforce as well as resolve subdomains 5 | with wildcard handling and easy input-output support. ' 6 | url: https://github.com/projectdiscovery/shuffledns 7 | category: tool 8 | type: Recon 9 | platform: [linux, macos, windows] 10 | lang: Go 11 | tags: [dns] 12 | -------------------------------------------------------------------------------- /weapons/singularity.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: singularity 3 | description: A DNS rebinding attack framework. 4 | url: https://github.com/nccgroup/singularity 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/slackcat.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: slackcat 3 | description: CLI utility to post files and command output to slack 4 | url: https://github.com/bcicen/slackcat 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [notify] 10 | -------------------------------------------------------------------------------- /weapons/smap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Smap 3 | description: a drop-in replacement for Nmap powered by shodan.io 4 | url: https://github.com/s0md3v/smap/ 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [port] 10 | -------------------------------------------------------------------------------- /weapons/smugglefuzz.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SmuggleFuzz 3 | description: A rapid HTTP downgrade smuggling scanner written in Go. 4 | url: https://github.com/Moopinger/smugglefuzz/ 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [smuggle, fuzz] 10 | -------------------------------------------------------------------------------- /weapons/smuggler.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: smuggler 3 | description: 'Smuggler - An HTTP Request Smuggling / Desync testing tool written in 4 | Python 3 ' 5 | url: https://github.com/defparam/smuggler 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [smuggle] 11 | -------------------------------------------------------------------------------- /weapons/sn0int.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: sn0int 3 | description: Semi-automatic OSINT framework and package manager 4 | url: https://github.com/kpcyrd/sn0int 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [osint] 10 | -------------------------------------------------------------------------------- /weapons/spiderfoot.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: spiderfoot 3 | description: SpiderFoot automates OSINT collection so that you can focus on analysis. 4 | url: https://github.com/smicallef/spiderfoot 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [osint] 10 | -------------------------------------------------------------------------------- /weapons/sqliv.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: sqliv 3 | description: massive SQL injection vulnerability scanner 4 | url: https://github.com/the-robot/sqliv 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [sqli] 10 | -------------------------------------------------------------------------------- /weapons/sqlmap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: sqlmap 3 | description: Automatic SQL injection and database takeover tool 4 | url: https://github.com/sqlmapproject/sqlmap 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [sqli] 10 | -------------------------------------------------------------------------------- /weapons/ssrf-sheriff.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ssrf-sheriff 3 | description: 'A simple SSRF-testing sheriff written in Go ' 4 | url: https://github.com/teknogeek/ssrf-sheriff 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [ssrf] 10 | -------------------------------------------------------------------------------- /weapons/sub404.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Sub404 3 | description: A python tool to check subdomain takeover vulnerability 4 | url: https://github.com/r3curs1v3-pr0xy/sub404 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains, takeover] 10 | -------------------------------------------------------------------------------- /weapons/subbrute.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: SubBrute 3 | description: https://github.com/TheRook/subbrute 4 | url: https://github.com/aboul3la/Sublist3r 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/subfinder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: subfinder 3 | description: 'Subfinder is a subdomain discovery tool that discovers valid subdomains 4 | for websites. Designed as a passive framework to be useful for bug bounties and 5 | safe for penetration testing. ' 6 | url: https://github.com/projectdiscovery/subfinder 7 | category: tool 8 | type: Recon 9 | platform: [linux, macos, windows] 10 | lang: Go 11 | tags: [subdomains] 12 | -------------------------------------------------------------------------------- /weapons/subgen.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: subgen 3 | description: A really simple utility to concate wordlists to a domain name - to pipe 4 | into your favourite resolver! 5 | url: https://github.com/pry0cc/subgen 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [subdomains] 11 | -------------------------------------------------------------------------------- /weapons/subjack.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: subjack 3 | description: 'Subdomain Takeover tool written in Go ' 4 | url: https://github.com/haccer/subjack 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains, takeover] 10 | -------------------------------------------------------------------------------- /weapons/subjs.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: subjs 3 | description: Fetches javascript file from a list of URLS or subdomains. 4 | url: https://github.com/lc/subjs 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [url, subdomains] 10 | -------------------------------------------------------------------------------- /weapons/subs_all.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: subs_all 3 | description: 'Subdomain Enumeration Wordlist. 8956437 unique words. Updated. ' 4 | url: https://github.com/emadshanab/subs_all 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/subzy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: subzy 3 | description: Subdomain takeover vulnerability checker 4 | url: https://github.com/LukaSikic/subzy 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [subdomains, takeover] 10 | -------------------------------------------------------------------------------- /weapons/sudomy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: Sudomy 3 | description: subdomain enumeration tool to collect subdomains and analyzing domains 4 | url: https://github.com/screetsec/Sudomy 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [subdomains] 10 | -------------------------------------------------------------------------------- /weapons/taborator.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: taborator 3 | description: 4 | url: https://github.com/hackvertor/taborator 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Java 9 | tags: [oast] 10 | -------------------------------------------------------------------------------- /weapons/template-generator.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: template-generator 3 | description: 'A simple variable based template editor using handlebarjs+strapdownjs. 4 | The idea is to use variables in markdown based files to easily replace the variables 5 | with content. Data is saved temporarily in local storage. PHP is only needed to 6 | generate the list of files in the dropdown of templates. ' 7 | url: https://github.com/fransr/template-generator 8 | category: tool 9 | type: Utils 10 | platform: [linux, macos, windows] 11 | lang: JavaScript 12 | tags: [] 13 | -------------------------------------------------------------------------------- /weapons/testssl.sh.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: testssl.sh 3 | description: 'Testing TLS/SSL encryption anywhere on any port ' 4 | url: https://github.com/drwetter/testssl.sh 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [ssl] 10 | -------------------------------------------------------------------------------- /weapons/thc-hydra.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: thc-hydra 3 | description: 'hydra ' 4 | url: https://github.com/vanhauser-thc/thc-hydra 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: C 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/tiscripts.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: tiscripts 3 | description: Turbo Intruder Scripts 4 | url: https://github.com/defparam/tiscripts 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/toxssin.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: toxssin 3 | description: An XSS exploitation command-line interface and payload generator. 4 | url: https://github.com/t3l3machus/toxssin 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/tplmap.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: tplmap 3 | description: Server-Side Template Injection and Code Injection Detection and Exploitation 4 | Tool 5 | url: https://github.com/epinna/tplmap 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/turbo-intruder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: turbo-intruder 3 | description: 4 | url: https://github.com/PortSwigger/turbo-intruder 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, burpsuite] 8 | lang: Kotlin 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/uncover.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: uncover 3 | description: Quickly discover exposed hosts on the internet using multiple search 4 | engine. 5 | url: https://github.com/projectdiscovery/uncover 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/unfurl.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: unfurl 3 | description: 'Pull out bits of URLs provided on stdin ' 4 | url: https://github.com/tomnomnom/unfurl 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/urlgrab.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: urlgrab 3 | description: 'A golang utility to spider through a website searching for additional 4 | links. ' 5 | url: https://github.com/IAmStoxe/urlgrab 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [url] 11 | -------------------------------------------------------------------------------- /weapons/urlhunter.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: urlhunter 3 | description: a recon tool that allows searching on URLs that are exposed via shortener 4 | services 5 | url: https://github.com/utkusen/urlhunter 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [url] 11 | -------------------------------------------------------------------------------- /weapons/urlprobe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: urlprobe 3 | description: 'Urls status code & content length checker ' 4 | url: https://github.com/1ndianl33t/urlprobe 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/uro.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: uro 3 | description: declutters url lists for crawling/pentesting 4 | url: https://github.com/s0md3v/uro 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/urx.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: urx 3 | description: Extracts URLs from OSINT Archives for Security Insights 4 | url: https://github.com/hahwul/urx 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/waybackurls.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: waybackurls 3 | description: 'Fetch all the URLs that the Wayback Machine knows about for a domain ' 4 | url: https://github.com/tomnomnom/waybackurls 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/waymore.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: waymore 3 | description: Find way more from the Wayback Machine, Common Crawl, Alien Vault OTX, URLScan, VirusTotal & Intelligence X! 4 | url: https://github.com/xnl-h4ck3r/waymore 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [url] 10 | -------------------------------------------------------------------------------- /weapons/weaponised-XSS-payloads.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: weaponised-XSS-payloads 3 | description: XSS payloads designed to turn alert(1) into P1 4 | url: https://github.com/hakluke/weaponised-XSS-payloads 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [xss, documents] 10 | -------------------------------------------------------------------------------- /weapons/web_cache_poison.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: web_cache_poison 3 | description: web cache poison - Top 1 web hacking technique of 2019 4 | url: https://github.com/fngoo/web_cache_poison 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Shell 9 | tags: [cache-vuln] 10 | -------------------------------------------------------------------------------- /weapons/websocket-connection-smuggler.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: websocket-connection-smuggler 3 | description: websocket-connection-smuggler 4 | url: https://github.com/hahwul/websocket-connection-smuggler 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [smuggle] 10 | -------------------------------------------------------------------------------- /weapons/wfuzz.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wfuzz 3 | description: 'Web application fuzzer ' 4 | url: https://github.com/xmendez/wfuzz 5 | category: tool 6 | type: Fuzzer 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/wprecon.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wprecon 3 | description: Hello! Welcome. Wprecon (Wordpress Recon), is a vulnerability recognition 4 | tool in CMS Wordpress, 100% developed in Go. 5 | url: https://github.com/blackcrw/wprecon 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Go 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/wpscan.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wpscan 3 | description: 'WPScan is a free, for non-commercial use, black box WordPress Vulnerability 4 | Scanner written for security professionals and blog maintainers to test the security 5 | of their WordPress websites. ' 6 | url: https://github.com/wpscanteam/wpscan 7 | category: tool 8 | type: Scanner 9 | platform: [linux, macos, windows] 10 | lang: Ruby 11 | tags: [] 12 | -------------------------------------------------------------------------------- /weapons/ws-smuggler.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ws-smuggler 3 | description: WebSocket Connection Smuggler 4 | url: https://github.com/hahwul/ws-smuggler 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [smuggle] 10 | -------------------------------------------------------------------------------- /weapons/wssip.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wssip 3 | description: Application for capturing, modifying and sending custom WebSocket data 4 | from client to server and vice versa. 5 | url: https://github.com/nccgroup/wssip 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: JavaScript 10 | tags: [] 11 | -------------------------------------------------------------------------------- /weapons/wuzz.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wuzz 3 | description: 'Interactive cli tool for HTTP inspection ' 4 | url: https://github.com/asciimoo/wuzz 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [http] 10 | -------------------------------------------------------------------------------- /weapons/x8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: x8 3 | description: Hidden parameters discovery suite 4 | url: https://github.com/Sh1Yo/x8 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Rust 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/xless.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xless 3 | description: The Serverless Blind XSS App 4 | url: https://github.com/mazen160/xless 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [xss, blind-xss] 10 | -------------------------------------------------------------------------------- /weapons/xnLinkFinder.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xnLinkFinder 3 | description: A python tool used to discover endpoints (and potential parameters) for 4 | a given target 5 | url: https://github.com/xnl-h4ck3r/xnLinkFinder 6 | category: tool 7 | type: Recon 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [js-analysis] 11 | -------------------------------------------------------------------------------- /weapons/xsinator.com.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xsinator.com 3 | description: XS-Leak Browser Test Suite 4 | url: https://github.com/RUB-NDS/xsinator.com 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/xss-cheatsheet-data.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xss-cheatsheet-data 3 | description: 'This repository contains all the XSS cheatsheet data to allow contributions 4 | from the community. ' 5 | url: https://github.com/PortSwigger/xss-cheatsheet-data 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: 10 | tags: [xss] 11 | -------------------------------------------------------------------------------- /weapons/xsscrapy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xsscrapy 3 | description: "XSS/SQLi spider. Give it a URL and it'll test every link it finds for\ 4 | \ XSS and some SQLi. " 5 | url: https://github.com/DanMcInerney/xsscrapy 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [xss] 11 | -------------------------------------------------------------------------------- /weapons/xsser.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xsser 3 | description: 'Cross Site "Scripter" (aka XSSer) is an automatic -framework- to detect, 4 | exploit and report XSS vulnerabilities in web-based applications. ' 5 | url: https://github.com/epsylon/xsser 6 | category: tool 7 | type: Scanner 8 | platform: [linux, macos, windows] 9 | lang: Python 10 | tags: [xss] 11 | -------------------------------------------------------------------------------- /weapons/xssor2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xssor2 3 | description: XSS'OR - Hack with JavaScript. 4 | url: https://github.com/evilcos/xssor2 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: JavaScript 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/xsssniper.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xsssniper 3 | description: An automatic XSS discovery tool 4 | url: https://github.com/gbrindisi/xsssniper 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [xss] 10 | -------------------------------------------------------------------------------- /weapons/xxeserv.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xxeserv 3 | description: A mini webserver with FTP support for XXE payloads 4 | url: https://github.com/staaldraad/xxeserv 5 | category: tool 6 | type: Exploit 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/ysoserial.net.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ysoserial.net 3 | description: 'Deserialization payload generator for a variety of .NET formatters ' 4 | url: https://github.com/pwntester/ysoserial.net 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: C# 9 | tags: [deserialize] 10 | -------------------------------------------------------------------------------- /weapons/ysoserial.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ysoserial 3 | description: 'A proof-of-concept tool for generating payloads that exploit unsafe 4 | Java object deserialization. ' 5 | url: https://github.com/frohoff/ysoserial 6 | category: tool 7 | type: Utils 8 | platform: [linux, macos, windows] 9 | lang: Java 10 | tags: [deserialize] 11 | -------------------------------------------------------------------------------- /weapons/zap-browser-extension.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ZAP Browser Extension 3 | description: A browser extension which allows ZAP to interact directly with the browser. 4 | url: https://github.com/zaproxy/browser-extension/ 5 | category: browser-addon 6 | type: Utils 7 | platform: [linux, macos, windows, firefox, chrome, zap] 8 | lang: TypeScript 9 | tags: [browser-record] 10 | -------------------------------------------------------------------------------- /weapons/zap-cli.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: zap-cli 3 | description: 'A simple tool for interacting with OWASP ZAP from the commandline. ' 4 | url: https://github.com/Grunny/zap-cli 5 | category: tool 6 | type: Scanner 7 | platform: [linux, macos, windows, zap] 8 | lang: Python 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/zap-hud.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: zap-hud 3 | description: 4 | url: https://github.com/zaproxy/zap-hud 5 | category: tool-addon 6 | type: Utils 7 | platform: [linux, macos, windows, zap] 8 | lang: Java 9 | tags: [] 10 | -------------------------------------------------------------------------------- /weapons/zaproxy.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ZAP 3 | description: The ZAP core project 4 | url: https://github.com/zaproxy/zaproxy 5 | category: tool 6 | type: Army-Knife 7 | platform: [linux, macos, windows, zap] 8 | lang: Java 9 | tags: [mitmproxy, live-audit, crawl] 10 | -------------------------------------------------------------------------------- /weapons/zdns.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: zdns 3 | description: Fast CLI DNS Lookup Tool 4 | url: https://github.com/zmap/zdns 5 | category: tool 6 | type: Recon 7 | platform: [linux, macos, windows] 8 | lang: Go 9 | tags: [dns] 10 | -------------------------------------------------------------------------------- /weapons/zip-bomb.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | name: zip-bomb 3 | description: Create a ZIPBomb for a given uncompressed size (flat and nested modes). 4 | url: https://github.com/damianrusinek/zip-bomb 5 | category: tool 6 | type: Utils 7 | platform: [linux, macos, windows] 8 | lang: Python 9 | tags: [zipbomb] 10 | --------------------------------------------------------------------------------