Alexx-coder/Neutron-Engine
GitHub: Alexx-coder/Neutron-Engine
面向渗透测试场景的 Python 网络工具包,整合了端口扫描、数据包嗅探、ARP 欺骗、SSH 通信与 IP 定位等常用网络安全功能。
Stars: 1 | Forks: 0
# Neutron Engine
[](https://opensource.org/licenses/Apache-2.0)
**Neutron Engine** – `用于渗透测试的网络工具包:TCP/UDP、嗅探器、ARP 欺骗、SSH、端口扫描、IP 地理定位。`
```
pip install Neutron-Engine
```
## 致谢
**本项目使用了:**
- **[Scapy](https://github.com/secdev/scapy) `(GPL-2.0)`**
- **[Paramiko](https://github.com/paramiko/paramiko) `(LGPL-2.1)`**
- **[Netifaces](https://github.com/al45tair/netifaces) `(MIT)`**
- **[Requests](https://github.com/psf/requests) `(Apache-2.0)`**
# **模块**
- **IPAddressNeutron** – 本地/公共 IP、网络扫描
- **RemoteNeutron** – SSH 客户端与服务器
- **TCPNeutron** – TCP 客户端/服务器
- **UDPNeutron** – UDP 客户端/服务器
- **VisionNeutron** – ARP 欺骗、数据包嗅探器与发送器
# 示例
```
from NeutronEngine.VisionNeutron import SniffNeutron
packets = SniffNeutron.start(10, filters='tcp port 80')
for packet in packets:
print(packet.summary())
```
标签:ARP欺骗, Python, 字符串匹配, 无后门, 网络安全, 网络工具, 逆向工具, 防御绕过, 隐私保护