{"id":13539342,"url":"https://github.com/sidaf/homebrew-pentest","last_synced_at":"2025-04-02T06:30:49.643Z","repository":{"id":28564913,"uuid":"32082477","full_name":"sidaf/homebrew-pentest","owner":"sidaf","description":"Homebrew Tap - Pen Test Tools","archived":true,"fork":false,"pushed_at":"2020-07-20T01:53:03.000Z","size":190,"stargazers_count":706,"open_issues_count":18,"forks_count":177,"subscribers_count":35,"default_branch":"master","last_synced_at":"2024-11-03T04:32:29.187Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Jeija/minetest-mod-jumping","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sidaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-12T14:48:48.000Z","updated_at":"2024-10-30T12:05:28.000Z","dependencies_parsed_at":"2022-08-02T12:18:52.516Z","dependency_job_id":null,"html_url":"https://github.com/sidaf/homebrew-pentest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidaf%2Fhomebrew-pentest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidaf%2Fhomebrew-pentest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidaf%2Fhomebrew-pentest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidaf%2Fhomebrew-pentest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sidaf","download_url":"https://codeload.github.com/sidaf/homebrew-pentest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246767652,"owners_count":20830528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T09:01:23.741Z","updated_at":"2025-04-02T06:30:49.144Z","avatar_url":"https://github.com/sidaf.png","language":"Ruby","funding_links":[],"categories":["\u003ca id=\"1233584261c0cd5224b6e90a98cc9a94\"\u003e\u003c/a\u003e渗透\u0026\u0026offensive\u0026\u0026渗透框架\u0026\u0026后渗透框架","Ruby (88)","Ruby","\u003ca id=\"5dd93fbc2f2ebc8d98672b2d95782af3\"\u003e\u003c/a\u003e工具","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["\u003ca id=\"2e40f2f1df5d7f93a7de47bf49c24a0e\"\u003e\u003c/a\u003e未分类-Pentest"],"readme":"# Homebrew Tap - Pen Test Tools\n\n## NOTICE\n\n*This repo is UNMAINTAINED*. Unless pull requests are received, no changes or fixes will be made in the foreseable future. I no longer use these formulae, and do not have the time to keep them in a working state.\n\n## About\n\nThis is a [Tap](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/brew-tap.md) containing some [Homebrew](http://brew.sh/) formulas consisting of penetration testing related tools. Nearly all these formulas should build and run on both macOS and [Linux](http://linuxbrew.sh/).\n\n\n\n## macOS Specific Notes\n\nThe following Formulae do not build/work under macOS:\n\n* enum4linux - depends on rpcclient, net, nmblookup, smbclient which are tools included with Samba and not found on macOS\n* libnl - depends on specific functionality contained only within the Linux kernel\n* aircrack-ng - depends on libnl (see above)\n* wifite - depends on aircrack-ng (see above)\n* nfsshell - depends on specific functionality contained within the glibc library\n* frogger - depends on the Linux vconfig tool\n* mitmf - a python dependency depends on specific functionality found only within the Linux kernel\n\n\n\n## Ubuntu Specific Notes\n\nThe following dependencies will need to be installed on Ubuntu based systems:\n\n\n```\nsudo apt install build-essential curl git libpcap-dev python-setuptools python-dev\n```\n\n---\n\n\n\n## Available Tools\n\n### information-gathering\n| tool                                                          | install\n| ------------------------------------------------------------- | ----------------------------------------\n| [CeWL](https://github.com/digininja/CeWL/)                    | brew install sidaf/pentest/cewl\n| [dirb](https://github.com/seifreed/dirb)                      | brew install sidaf/pentest/dirb\n| [dnsrecon](https://github.com/darkoperator/dnsrecon)          | brew install sidaf/pentest/dnsrecon\n| [enum4linux](https://labs.portcullis.co.uk/tools/enum4linux/) | brew install sidaf/pentest/enum4linux\n| [gobuster](https://github.com/OJ/gobuster)                    | brew install sidaf/pentest/gobuster\n| [netdiscover](http://nixgeneration.com/~jaime/netdiscover/)   | brew install sidaf/pentest/netdiscover\n| [polenum](https://labs.portcullis.co.uk/tools/polenum/)       | brew install sidaf/pentest/polenum\n| [praeda](https://github.com/percx/Praeda)                     | brew install sidaf/pentest/praeda\n| [recon-ng](https://bitbucket.org/LaNMaSteR53/recon-ng)        | brew install sidaf/pentest/recon-ng\n| [ridenum](https://github.com/trustedsec/ridenum)              | brew install sidaf/pentest/ridenum\n| [Scrape-DNS](https://github.com/304GEEK/Scrape-DNS)           | brew install sidaf/pentest/scrape_dns\n| [SimplyEmail](https://github.com/killswitch-GUI/SimplyEmail)  | brew install sidaf/pentest/simply_email\n| [snmpcheck](http://www.nothink.org/codes/snmpcheck/)          | brew install sidaf/pentest/snmpcheck\n| [theHarvester](https://github.com/laramies/theHarvester)      | brew install sidaf/pentest/the_harvester\n| [wafw00f](https://github.com/sandrogauci/wafw00f)             | brew install sidaf/pentest/wafw00f\n| [whatweb](https://github.com/urbanadventurer/WhatWeb)         | brew install sidaf/pentest/whatweb\n| [wig](https://github.com/jekyc/wig)                           | brew install sidaf/pentest/wig\n\n### vulnerability-analysis\n| tool                                                                                  | install\n| ------------------------------------------------------------------------------------- | ------------------------------------------\n| [aircrack-ng](http://www.aircrack-ng.org/)                                            | brew install sidaf/pentest/aircrack-ng\n| [ikeforce](https://github.com/SpiderLabs/ikeforce)            | brew install sidaf/pentest/ikeforce\n| [iker](https://labs.portcullis.co.uk/tools/iker/)                                     | brew install sidaf/pentest/iker\n| [header-check](https://labs.portcullis.co.uk/tools/headercheck/)                      | brew install sidaf/pentest/header_check\n| [nfsshell](https://github.com/NetDirect/nfsshell)                                     | brew install sidaf/pentest/nfsshell\n| [nopc](https://labs.portcullis.co.uk/tools/nopc/)                                     | brew install sidaf/pentest/nopc\n| [rdp-sec-check](https://labs.portcullis.co.uk/tools/rdp-sec-check/)                   | brew install sidaf/pentest/rdp-sec-check\n| [serializekiller](https://github.com/johndekroon/serializekiller)                     | brew install sidaf/pentest/serializekiller\n| [sslscan](https://github.com/rbsec/sslscan)                                           | brew install sidaf/pentest/sslscan-static\n| [ssl-cipher-suite-enum](https://labs.portcullis.co.uk/tools/ssl-cipher-suite-enum/)   | brew install sidaf/pentest/ssl-cipher-suite-enum\n| [testssl](https://github.com/drwetter/testssl.sh)                                     | brew install sidaf/pentest/testssl-static\n| [vFeed](https://github.com/toolswatch/vFeed)                                          | brew install sidaf/pentest/vfeed\n| [wfuzz](https://github.com/xmendez/wfuzz)                                             | brew install sidaf/pentest/wfuzz\n| [windows-exploit-suggester](https://github.com/GDSSecurity/Windows-Exploit-Suggester) | brew install sidaf/pentest/windows-exploit-suggester\n| [wpscan](https://github.com/wpscanteam/wpscan)                                        | brew install sidaf/pentest/wpscan\n| [yasuo](https://github.com/0xsauby/yasuo)                                             | brew install sidaf/pentest/yasuo\n\n### exploitation\n| tool                                                          | install\n| ------------------------------------------------------------- | -----------------------------------------------\n| [armitage](http://www.fastandeasyhacking.com)                 | brew install sidaf/pentest/armitage\n| [bettercap](https://github.com/evilsocket/bettercap)          | brew install sidaf/pentest/bettercap\n| [crackmapexec](https://github.com/byt3bl33d3r/CrackMapExec)   | brew install sidaf/pentest/crackmapexec\n| [clusterd](https://github.com/hatRiot/clusterd)               | brew install sidaf/pentest/clusterd\n| [commix](https://github.com/stasinopoulos/commix)             | brew install sidaf/pentest/commix\n| [frogger](https://github.com/commonexploits/vlan-hopping)     | brew install sidaf/pentest/frogger\n| [jexboss](https://github.com/joaomatosf/jexboss)              | brew install sidaf/pentest/jex_boss\n| [impacket](https://github.com/CoreSecurity/impacket)          | brew install sidaf/pentest/impacket\n| [inception](https://github.com/carmaa/inception)              | brew install sidaf/pentest/inception\n| [metasploit](https://github.com/rapid7/metasploit-framework)  | brew install sidaf/pentest/metasploit-framework\n| [mitmf](https://github.com/byt3bl33d3r/MITMf)                 | brew install sidaf/pentest/mitmf\n| [odat](https://github.com/quentinhardy/odat)                  | brew install sidaf/pentest/odat\n| [panoptic](https://github.com/lightos/Panoptic)               | brew install sidaf/pentest/panoptic\n| [responder](https://github.com/lgandx/Responder)              | brew install sidaf/pentest/responder\n| [sqlmap](http://sqlmap.org/)                                  | brew install sidaf/pentest/sqlmap\n| [wifite](https://github.com/derv82/wifite)                    | brew install sidaf/pentest/wifite\n| [yersinia](http://www.yersinia.net/)                          | brew install sidaf/pentest/yersinia\n| [ysoserial](https://github.com/frohoff/ysoserial)             | brew install sidaf/pentest/ysoserial\n\n### post-exploitation\n| tool                                                          | install\n| ------------------------------------------------------------- | ---------------------------------------\n| [babel-sf](https://github.com/attackdebris/babel-sf)          | brew install sidaf/pentest/babel-sf\n| [egressbuster](https://github.com/trustedsec/egressbuster)    | brew install sidaf/pentest/egressbuster\n| [empire](https://github.com/PowerShellEmpire/Empire)          | brew install sidaf/pentest/empire\n| [laudanum](https://sourceforge.net/projects/laudanum/)        | brew install sidaf/pentest/laudanum\n| [nishang](https://github.com/samratashok/nishang)             | brew install sidaf/pentest/nishang\n| [posh-secmod](https://github.com/darkoperator/Posh-SecMod)    | brew install sidaf/pentest/posh-secmod\n| [powersploit](https://github.com/PowerShellMafia/PowerSploit) | brew install sidaf/pentest/powersploit\n| [pykek](https://github.com/bidord/pykek)                      | brew install sidaf/pentest/pykek\n| [tater](https://github.com/Kevin-Robertson/Tater)             | brew install sidaf/pentest/tater\n| [unicorn](https://github.com/trustedsec/unicorn)              | brew install sidaf/pentest/magic_unicorn\n\n### password-recovery\n| tool                                                                | install\n| ------------------------------------------------------------------- | ----------------------------------------\n| [cowpatty](http://www.willhackforsushi.com/?page_id=50)             | brew install sidaf/pentest/cowpatty\n| [crunch](https://sourceforge.net/projects/crunch-wordlist/)         | brew install sidaf/pentest/crunch\n| [hashcat-bin](http://hashcat.net/hashcat/)                          | brew install sidaf/pentest/hashcat-bin\n| [hashcat-legacy](https://github.com/hashcat/hashcat-legacy)         | brew install sidaf/pentest/hashcat-legacy\n| [hashcat-utils](https://hashcat.net/wiki/doku.php?id=hashcat_utils) | brew install sidaf/pentest/hashcat-utils\n| [hashid](https://github.com/psypanda/hashID)                        | brew install sidaf/pentest/hashid\n| [john](https://github.com/magnumripper/JohnTheRipper)               | brew install sidaf/pentest/john-jumbo\n\n### wordlists\n| tools                                                                  | install\n| ---------------------------------------------------------------------- | --------------------------------------------\n| [fuzzdb](https://github.com/fuzzdb-project/fuzzdb)                     | brew install sidaf/pentest/fuzzdb\n| [SecList](https://github.com/danielmiessler/SecLists)                  | brew install sidaf/pentest/sec_lists\n| [RobotsDisallowed](https://github.com/danielmiessler/RobotsDisallowed) | brew install sidaf/pentest/robots_disallowed\n\n\n\n## Todo\n\n### vulnerability-analysis\n- [EAPeak](https://github.com/securestate/eapeak)\n- [wEAPe](https://github.com/commonexploits/weape)\n\n### exploitation\n- [fimap](https://github.com/kurobeats/fimap)\n- [Cisc0wn](https://github.com/nccgroup/cisco-SNMP-enumeration)\n\n### post-exploitation\n- [PowerPath](https://github.com/andyrobbins/PowerPath)\n- [Egress-Assess](https://github.com/ChrisTruncer/Egress-Assess)\n- [Mimikittenz](https://github.com/putterpanda/mimikittenz)\n- dnscat2\n- metassh\n- potato\n- pth-toolkit\n- spraywmi\n\n### av-bypass\n- backdoorfactory\n- pyobfuscate\n- shellter\n- veil-evasion\n\n### password-recovery\n- iphelix-pack\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidaf%2Fhomebrew-pentest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsidaf%2Fhomebrew-pentest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidaf%2Fhomebrew-pentest/lists"}