Network toolkit for pentesting: TCP/UDP, sniffer, ARP-spoof, SSH, port scan, IP geolocation.
Project description
Neutron Engine
Neutron Engine – network toolkit for pentesting: TCP/UDP, sniffer, ARP-spoof, SSH, port scan, IP geolocation.
Developer:
Alexx-coder or alexx (GitHub)
Version:
0.1.0
License:
Apache License 2.0
Install:
pip install Neutron-Engine
Acknowledgements
This project uses:
Modules
- IPAddressNeutron – local/public IP, network scanning
- RemoteNeutron – SSH client & server
- TCPNeutron – TCP client/server
- UDPNeutron – UDP client/server
- VisionNeutron – ARP spoofing, packet sniffer and sender
Example
The documentation is available in the docstrings
If you want to see docstring: need use a help(NeutronEngine) in python
from NeutronEngine.VisionNeutron import SniffNeutron
packets = SniffNeutron.start(10, filters='tcp port 80')
for packet in packets:
print(packet.summary())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neutron_engine-0.1.0.tar.gz.
File metadata
- Download URL: neutron_engine-0.1.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22dfc7bbe93752e46982358a9a0cd69d4208ac5ac48a1f34de43c962458649ce
|
|
| MD5 |
eb344cda4dc2620992791282945dead8
|
|
| BLAKE2b-256 |
ed9ed3cbfa6112713dff990cf290ff7013e1f58cf2636f79d6dc19ccd698a878
|
File details
Details for the file neutron_engine-0.1.0-py3-none-any.whl.
File metadata
- Download URL: neutron_engine-0.1.0-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f20d7f572b9b4ff6a4cdda4b781fcc1b8ae2dbeed5d9fb6c06a91ffe6322e70
|
|
| MD5 |
bbdc5f80d34d81c908127ae1258dac93
|
|
| BLAKE2b-256 |
e4cffadf6fd7ce14ec5d8ab290bdf1c87a242981d4bc097564eb3922b8861e13
|