####################
免责声明:工具本身并无好坏,希望大家以遵守《网络安全法》相关法律为前提来使用该工具,支持研究学习,切勿用于非法犯罪活动,对于恶意使用该工具造成的损失,和本人及开发者无关。
####################
Arpy是一个用python编写的arp嗅探工具,他只有短短的200多行代码,通过scapy进行arp攻击,也许在实战用的用处没有太多老牌arp工具好用,但是用来学习他工作模式是一个挺好的例子,其中一个亮点就是配合Gsource可以生成内网的dns查询记录。
主要功能
数据包嗅探DNS查询嗅探Gsource生成流量记录
需要模块
Python 2.7GourceScapylibdnet
安装
#Gourcebrew install gource#Scapypip install scapy#libdnetgit clone https://github.com/dugsong/libdnet.git./configure && make && make install
使用示例
ivanvza:~/ > sudo arpy______ |___ ___ _ _| _| . | | || _|_ |MiTM Tool |_| |___|-@viljoenivanUsage: arpy -t <Target IP> -g <Gateway IP> -i <Interface>ARP MiTM ToolOptions:--help show this help message and exitTARGET, --target=TARGETThe Target IPGATEWAY, --gateway=GATEWAYThe GatewayINTERFACE, --interface=INTERFACEInterface to useFilters out only tcp trafficFilters out only udp trafficD_PORT, --destination_port=D_PORTFilter for a destination portS_PORT, --source_port=S_PORTFilter for a source portSniff all passing dataSniff only searched domainsOutput target's DNS searches in gource formatVerbose scapy packet print
项目地址:
https://github.com/ivanvza/arpy推荐站内搜索:最好用的开发软件、免费开源系统、渗透测试工具云盘下载、最新渗透测试资料、最新黑客工具下载……




还没有评论,来说两句吧...