{"id":24919365,"url":"https://github.com/sohyp3/network-scanner","last_synced_at":"2025-07-23T22:33:30.278Z","repository":{"id":211296183,"uuid":"728727169","full_name":"sohyp3/network-scanner","owner":"sohyp3","description":"a tool that gets the devices in the network and scans the open ports","archived":false,"fork":false,"pushed_at":"2023-12-12T09:44:36.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T09:43:19.345Z","etag":null,"topics":["fping","network","network-analysis","nmap","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sohyp3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-07T15:03:33.000Z","updated_at":"2023-12-07T15:19:09.000Z","dependencies_parsed_at":"2023-12-07T17:27:50.993Z","dependency_job_id":"b48e310d-34e5-4475-8d46-fcd4a2fb949d","html_url":"https://github.com/sohyp3/network-scanner","commit_stats":null,"previous_names":["sohyp3/network-scanner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sohyp3/network-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohyp3%2Fnetwork-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohyp3%2Fnetwork-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohyp3%2Fnetwork-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohyp3%2Fnetwork-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sohyp3","download_url":"https://codeload.github.com/sohyp3/network-scanner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohyp3%2Fnetwork-scanner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266761347,"owners_count":23980289,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["fping","network","network-analysis","nmap","python"],"created_at":"2025-02-02T10:18:16.199Z","updated_at":"2025-07-23T22:33:30.251Z","avatar_url":"https://github.com/sohyp3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":" # Network Scanner\n a Simple tool that scans the network for the connected devices using `fping` then scans each device's open port using `nmap` then saves it to a csv files\n\n# Requirements:\n1. `linux`\n2. `python3`\n3. `nmap`\n4. `fping`\n5. `net-tools` (_ifconfig_)\n\n# To Run it:\n* `git clone https://github.com/sohyp3/network-scanner`\n* `cd network-scanner`\n* `sudo python3 app.py`\n* it will create two files\n    1. `ips.csv` the ips of the devices in your network\n    2. `ports.csv` the open ports for each ip\n\n### The Commands the scripts uses:\n1. `fping -q -a -g [network/subnet] -r 0`\n2. `nmap -sS -n --host-timeout 30s [deviceip]`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohyp3%2Fnetwork-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsohyp3%2Fnetwork-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohyp3%2Fnetwork-scanner/lists"}