{"id":20955834,"url":"https://github.com/achrovisual/netscan","last_synced_at":"2025-06-23T03:43:14.107Z","repository":{"id":184609759,"uuid":"316209048","full_name":"achrovisual/netscan","owner":"achrovisual","description":"Simple CLI implementation of various TCP port scans using Python and Scapy.","archived":false,"fork":false,"pushed_at":"2021-01-11T12:37:23.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T23:36:36.858Z","etag":null,"topics":["netsec","portscanner","python","scapy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/achrovisual.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,"governance":null}},"created_at":"2020-11-26T11:23:36.000Z","updated_at":"2022-05-26T08:52:23.000Z","dependencies_parsed_at":"2023-07-29T10:16:01.323Z","dependency_job_id":null,"html_url":"https://github.com/achrovisual/netscan","commit_stats":null,"previous_names":["achrovisual/netscan"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achrovisual%2Fnetscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achrovisual%2Fnetscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achrovisual%2Fnetscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/achrovisual%2Fnetscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/achrovisual","download_url":"https://codeload.github.com/achrovisual/netscan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243351862,"owners_count":20276911,"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":["netsec","portscanner","python","scapy"],"created_at":"2024-11-19T01:21:28.678Z","updated_at":"2025-03-13T05:44:11.661Z","avatar_url":"https://github.com/achrovisual.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netscan\nSimple CLI implementation of various TCP port scans using Python and Scapy.\n\n## Dependencies\n* Scapy\n\n## ICMP Scanning\nThe program can check if a host is alive by the specified IP address. The syntax for performing a ICMP scan is as follows:\n```\nsudo ptyhon3 netscan.py -i [host] -c [number of packets]\n```\n## TCP Port Scanning\nThe program can perform various TCP port scanning techniques to see whether the port is open or not, or if there is a firewall in place. The syntax for performing a ICMP scan is as follows:\n```\nsudo ptyhon3 netscan.py -p [port] -[scaning mode] [host]\n```\n## Arguments\nThese are the following arguments the program can use.\n### Required Arguments\n| Argument  | Description |\n| ------------- | ------------- |\n| H  | Target Host IP or URL  |\n| -p  | Target Port  |\n### TCP Port Scanning Arguments\n| Argument  | Description |\n| ------------- | ------------- |\n| -t  | Perform TCP Connect Scan  |\n| -s  | Perform TCP SYN Scan  |\n| -x  | Perform TCP XMAS Scan  |\n| -f  | Perform TCP FIN Scan  |\n| -n  | Perform TCP NULL Scan  |\n| -a  | Perform TCP ACK Scan  |\n| -ALL  | Perform ALL TCP Port Scans  |\n### ICMP Port Scanning Arguments\n| Argument  | Description |\n| ------------- | ------------- |\n| -i  | Perform ICMP Scan  |\n| -c  | Number of ICMP ECHO Requests  |\n### Optional Arguments\n| Argument  | Description |\n| ------------- | ------------- |\n| -T  | Show time spent to compelete the scan  |\n| -v  | Show program description  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachrovisual%2Fnetscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachrovisual%2Fnetscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachrovisual%2Fnetscan/lists"}