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.1
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())
Release files for Neutron-Engine 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| neutron_engine-0.1.1.tar.gz | 13.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| neutron_engine-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.6 kB
Release files / neutron_engine-0.1.1.tar.gz
| Download URL | neutron_engine-0.1.1.tar.gz |
|---|---|
| Size | 13.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fc6d3952184a592a9cc98504446b05805e052d57aeb0e49b2883024fa94df9cf
|
|
BLAKE2b-256 checksum How to use checksums |
a565db31dffd9a6ddc4a4f423b80476ec70b1b88523cc8257ac4c9ca6c306c4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / neutron_engine-0.1.1-py3-none-any.whl
| Download URL | neutron_engine-0.1.1-py3-none-any.whl |
|---|---|
| Size | 18.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d11bb9c6d3e62a18c8d65f4e3bad47a8a50328d66874bc94805fadcff705b6cf
|
|
BLAKE2b-256 checksum How to use checksums |
add69750233cfbd96d957ad806d2ea818ec697b9dbef67155c5c71cab05d9a24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|