前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >MacOS下的渗透测试工具

MacOS下的渗透测试工具

作者头像
天钧
发布2020-04-24 16:31:46
4.1K0
发布2020-04-24 16:31:46
举报
文章被收录于专栏:渗透云笔记渗透云笔记

本文章向大家介绍MacOS下的渗透测试工具,主要包括MacOS下的渗透测试工具使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

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
本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2020-04-18,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 渗透云笔记 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 本文章向大家介绍MacOS下的渗透测试工具,主要包括MacOS下的渗透测试工具使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。
  • 信息收集工具
  • 漏洞分析工具
  • 攻击载荷exploit
  • post-exploitation
  • password-recovery
  • 密码字典列表
  • 可以做的事如下
    • 漏洞分析
      • exploitation
        • post-exploitation
          • 杀毒软件绕过
            • 密码恢复工具
            相关产品与服务
            网站渗透测试
            网站渗透测试(Website Penetration Test,WPT)是完全模拟黑客可能使用的攻击技术和漏洞发现技术,对目标系统的安全做深入的探测,发现系统最脆弱的环节。渗透测试和黑客入侵最大区别在于渗透测试是经过客户授权,采用可控制、非破坏性质的方法和手段发现目标和网络设备中存在弱点,帮助管理者知道自己网络所面临的问题,同时提供安全加固意见帮助客户提升系统的安全性。腾讯云网站渗透测试由腾讯安全实验室安全专家进行,我们提供黑盒、白盒、灰盒多种测试方案,更全面更深入的发现客户的潜在风险。
            领券
            问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档