首页 > 其他分享 >MacOS下的渗透测试工具

MacOS下的渗透测试工具

时间:2022-08-26 21:11:07浏览次数:58  
标签:MacOS 渗透 hashcat brew sidaf install 测试工具 pentest 工具

Mac系统下的工具整合,记得安装brew哦

信息收集工具

工具名称安装命令
CeWL brew install sidaf/pentest/cewl
dirb brew install sidaf/pentest/dirb
dnsrecon brew install sidaf/pentest/dnsrecon
enum4linux brew install sidaf/pentest/enum4linux
gobuster brew install sidaf/pentest/gobuster
netdiscover brew install sidaf/pentest/netdiscover
polenum brew install sidaf/pentest/polenum
praeda brew install sidaf/pentest/praeda
recon-ng brew install sidaf/pentest/recon-ng
ridenum brew install sidaf/pentest/ridenum
Scrape-DNS brew install sidaf/pentest/scrape_dns
SimplyEmail brew install sidaf/pentest/simply_email
snmpcheck brew install sidaf/pentest/snmpcheck
theHarvester brew install sidaf/pentest/the_harvester
wafw00f brew install sidaf/pentest/wafw00f
whatweb brew install sidaf/pentest/whatweb
wig brew install sidaf/pentest/wig

漏洞分析工具

工具名称安装命令
aircrack-ng brew install sidaf/pentest/aircrack-ng
ikeforce brew install sidaf/pentest/ikeforce
iker brew install sidaf/pentest/iker
header-check brew install sidaf/pentest/header_check
nfsshell brew install sidaf/pentest/nfsshell
nopc brew install sidaf/pentest/nopc
rdp-sec-check brew install sidaf/pentest/rdp-sec-check
serializekiller brew install sidaf/pentest/serializekiller
sslscan brew install sidaf/pentest/sslscan-static
ssl-cipher-suite-enum brew install sidaf/pentest/ssl-cipher-suite-enum
testssl brew install sidaf/pentest/testssl-static
vFeed brew install sidaf/pentest/vfeed
wfuzz brew install sidaf/pentest/wfuzz
windows-exploit-suggester brew install sidaf/pentest/windows-exploit-suggester
wpscan brew install sidaf/pentest/wpscan
yasuo brew install sidaf/pentest/yasuo

攻击载荷exploit

工具名称安装命令
armitage brew install sidaf/pentest/armitage
bettercap brew install sidaf/pentest/bettercap
crackmapexec brew install sidaf/pentest/crackmapexec
clusterd brew install sidaf/pentest/clusterd
commix brew install sidaf/pentest/commix
frogger brew install sidaf/pentest/frogger
jexboss brew install sidaf/pentest/jex_boss
impacket brew install sidaf/pentest/impacket
inception brew install sidaf/pentest/inception
metasploit brew install sidaf/pentest/metasploit-framework
mitmf brew install sidaf/pentest/mitmf
odat brew install sidaf/pentest/odat
panoptic brew install sidaf/pentest/panoptic
responder brew install sidaf/pentest/responder
sqlmap brew install sidaf/pentest/sqlmap
wifite brew install sidaf/pentest/wifite
yersinia brew install sidaf/pentest/yersinia
ysoserial brew install sidaf/pentest/ysoserial

post-exploitation

工具名称安装命令
babel-sf brew install sidaf/pentest/babel-sf
egressbuster brew install sidaf/pentest/egressbuster
empire brew install sidaf/pentest/empire
laudanum brew install sidaf/pentest/laudanum
nishang brew install sidaf/pentest/nishang
posh-secmod brew install sidaf/pentest/posh-secmod
powersploit brew install sidaf/pentest/powersploit
pykek brew install sidaf/pentest/pykek
tater brew install sidaf/pentest/tater
unicorn brew install sidaf/pentest/magic_unicorn

password-recovery

工具名称安装命令
cowpatty brew install sidaf/pentest/cowpatty
crunch brew install sidaf/pentest/crunch
hashcat-bin brew install sidaf/pentest/hashcat-bin
hashcat-legacy brew install sidaf/pentest/hashcat-legacy
hashcat-utils brew install sidaf/pentest/hashcat-utils
hashid brew install sidaf/pentest/hashid
john brew install sidaf/pentest/john-jumbo

密码字典列表

工具名称安装命令
fuzzdb brew install sidaf/pentest/fuzzdb
SecList brew install sidaf/pentest/sec_lists
RobotsDisallowed brew install sidaf/pentest/robots_disallowed

可以做的事如下

漏洞分析

  • EAPeak

  • wEAPe

exploitation

  • fimap

  • Cisc0wn

post-exploitation

  • PowerPath

  • Egress-Assess

  • Mimikittenz

  • dnscat2

  • metassh

  • potato

  • pth-toolkit

  • spraywmi

杀毒软件绕过

  • backdoorfactory

  • pyobfuscate

  • shellter

  • veil-evasion

密码恢复工具

  • iphelix-pack

 

文章来源:渗透云笔记

标签:MacOS,渗透,hashcat,brew,sidaf,install,测试工具,pentest,工具
From: https://www.cnblogs.com/simono/p/16629284.html

相关文章

  • macOS12.5安装Xcode
    1最好是直接去官网下载历史版本的安装包,下载下来安装就好了;2如果你选择APPstore,下载+安装可能要好久,可能网络好的时候很快下载完,但是会一直卡在安装页面:  这个时候......
  • NIG-AP:自动化渗透测试的新方法
    目录NIG-AP:自动化渗透测试的新方法一、摘要二、背景知识介绍三、算法实现四、实验评估五、总结文章信息NIG-AP:自动化渗透测试的新方法一、摘要本文提出了一种NIG-AP信......
  • 自动化测试工具selenium的常用定位方法
    定位方法不仅限于这些,有其他补充或建议,大家可以在评论区一起讨论哦!!! 【打开链接】drive.get(“https://www.baidu.com”) 【用id定位】drive.find_element_by_id(“kw......
  • 渗透测试专业术语
     POC  POC=ProofofConcept(漏洞验证)一段说明或者一个攻击的样例,使得能够确认这个漏洞是真实存在的。 EXP  EXP=Exploit(漏洞利用)漏洞利用是指由攻击者......
  • macOS 安装homebrew
    打开官方链接homebrew#安装命令/bin/bash-c"$(curl-fsSLhttps://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"#上述命令在安装过程中,会出现超......
  • macOS+vagrant+vmware搭建centos7下的docker环境
    下载vagrant#方法一:命令行安装brewinstallvagrant#方法二:下载镜像安装https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_darwin_amd64.dmg下载vmw......
  • MacOS 麦克风/摄像头权限添加应用
    MacOS麦克风/摄像头权限添加应用系统偏好设置-安全性与隐私-麦克风/摄像头右侧无"+"图标没办法直接添加应用的麦克风/摄像头权限解决方法1.关闭系统完整性保......
  • macOS最强Java开发分析软件JProfiler for Mac中文永久版
    mac软件下载:https://mac.macxf.com/mac/808.html?id=NjU2MTE%3DJProfiler11破解版可以快速的帮助用户这进行使用的过程中,分析出您的操作错误这存在的错误,以此让开发者进......
  • Golang打包windows、macos、linux下可执行文件
    windows.exe:#64bitGOOS=windowsGOARCH=amd64gobuild-obin/app-amd64.exeapp.go#32-bitGOOS=windowsGOARCH=386gobuild-obin/app-386.exeapp.goLinu......
  • macOS change default shell from zsh to bash All In One
    macOSchangedefaultshellfromzshtobashAllInOne$cat/etc/shells#Listofacceptableshellsforchpass(1).#Ftpdwillnotallow......