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.
- Host: GitHub
- URL: https://github.com/haoke98/supersniffer
- Owner: Haoke98
- License: apache-2.0
- Created: 2024-01-21T10:12:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T19:03:39.000Z (over 2 years ago)
- Last Synced: 2024-01-22T12:29:26.297Z (over 2 years ago)
- Topics: gui, mitm, mitm-attack, scapy, sniff, sniffer, tkinter
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SuperSniffer
基于Scapy进行嗅探并自动提取资源. 中间人攻击中很有用.

## 开发计划:
* [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.

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