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