An open API service indexing awesome lists of open source software.

https://github.com/haoke98/supersniffer

基于Scapy进行嗅探并自动提取资源. 中间人攻击中很有用.Scapy-based sniffing and automatic resource extraction. Useful in man-in-the-middle attacks.
https://github.com/haoke98/supersniffer

gui mitm mitm-attack scapy sniff sniffer tkinter

Last synced: over 1 year ago
JSON representation

基于Scapy进行嗅探并自动提取资源. 中间人攻击中很有用.Scapy-based sniffing and automatic resource extraction. Useful in man-in-the-middle attacks.

Awesome Lists containing this project

README

          

# SuperSniffer

基于Scapy进行嗅探并自动提取资源. 中间人攻击中很有用.


GUI截图
GUI截图
GUI截图

![](assets/console.png)

## 开发计划:
* [x] 把filter参数的传递从命令行参数改成GUI控件来输入.
* [ ] 修复PNG图片的TCP包抓取以后出现拼接出来的图片无法预览文件损坏问题.
* [ ] 解决GZIP压缩文件的解压还原问题.
* [ ] 优化详情页面的GUI.
* [ ] 利用 [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter) 优化其GUI.
* [ ] 利用 [TkinterDesigner](https://github.com/ParthJadhav/Tkinter-Designer) 提高GUI开发效率.
* [ ] 利用 [Sun-Valley-ttk-theme](https://github.com/rdbende/Sun-Valley-ttk-theme) 优化其GUI.

## 鸣谢&引用

* thanks to [secdev](https://github.com/secdev) for [secdev/scapy](https://github.com/secdev/scapy)
* thanks to python developers for tkinter.

![Alt](https://repobeats.axiom.co/api/embed/baa77ed8c25f6b74eb916beb0437548afd8ab10d.svg "Repobeats analytics image")

## 链接

* [Scapy文档](https://scapy.readthedocs.io/en/latest)