{"id":27817943,"url":"https://github.com/oeo/nmap-my-lan","last_synced_at":"2025-05-01T15:29:18.034Z","repository":{"id":290262913,"uuid":"973853811","full_name":"oeo/nmap-my-lan","owner":"oeo","description":"python + nmap = find homelab services easily","archived":false,"fork":false,"pushed_at":"2025-04-27T21:46:58.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-27T22:27:14.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/oeo.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,"zenodo":null}},"created_at":"2025-04-27T21:45:55.000Z","updated_at":"2025-04-27T21:47:01.000Z","dependencies_parsed_at":"2025-04-27T22:27:21.533Z","dependency_job_id":"4b9e754f-0fb3-4636-9342-592d4f48faa4","html_url":"https://github.com/oeo/nmap-my-lan","commit_stats":null,"previous_names":["oeo/nmap-my-lan"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeo%2Fnmap-my-lan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeo%2Fnmap-my-lan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeo%2Fnmap-my-lan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeo%2Fnmap-my-lan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oeo","download_url":"https://codeload.github.com/oeo/nmap-my-lan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251898180,"owners_count":21661770,"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":[],"created_at":"2025-05-01T15:29:17.552Z","updated_at":"2025-05-01T15:29:18.028Z","avatar_url":"https://github.com/oeo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nmap My LAN\n\nThis script scans the local network (`192.168.1.0/24` by default) for devices with specific common ports open. For each open port found, it attempts to connect via HTTP and HTTPS to fetch the HTML `\u003ctitle\u003e` tag, providing insight into potential web services running on the LAN.\n\n## Requirements\n\n*   Python 3\n*   `nmap` command-line tool installed and available in your system's PATH.\n\n## Usage\n\nRun the script directly from your terminal:\n\n```bash\n./nmap-my-lan.py\n```\n\nOr using python:\n\n```bash\npython3 nmap-my-lan.py\n```\n\n## Output Format\n```\n192.168.1.77:3000  http  Open WebUI\n192.168.1.103:5000  http  No Title\n192.168.1.149:111   http  Connection Error\n192.168.1.149:22    http  Error: SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u5\n192.168.1.1:80    http  301 Moved Permanently\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foeo%2Fnmap-my-lan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foeo%2Fnmap-my-lan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foeo%2Fnmap-my-lan/lists"}