{"id":26411317,"url":"https://github.com/livepwn/liveport","last_synced_at":"2025-03-17T20:33:14.488Z","repository":{"id":280159352,"uuid":"941154105","full_name":"livepwn/liveport","owner":"livepwn","description":"Scan ports which are live and you can give range b/w 1-1024  ports.","archived":false,"fork":false,"pushed_at":"2025-03-01T16:11:57.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T17:23:35.061Z","etag":null,"topics":["bugbounty","hacking","portscanner","portscanner-py","tool","vulndev"],"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/livepwn.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":"2025-03-01T16:10:28.000Z","updated_at":"2025-03-01T16:14:00.000Z","dependencies_parsed_at":"2025-03-01T17:23:39.355Z","dependency_job_id":"1d57243e-fdfb-4f0a-ba4a-f04ea71ab4e4","html_url":"https://github.com/livepwn/liveport","commit_stats":null,"previous_names":["livepwn/liveport"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Fliveport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Fliveport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Fliveport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Fliveport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livepwn","download_url":"https://codeload.github.com/livepwn/liveport/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244105697,"owners_count":20398902,"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":["bugbounty","hacking","portscanner","portscanner-py","tool","vulndev"],"created_at":"2025-03-17T20:31:44.361Z","updated_at":"2025-03-17T20:33:14.478Z","avatar_url":"https://github.com/livepwn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live Port\n## Port Scanner\n### A Python-based port scanner. This tool captures and analyzes ports that which ports are open.It provides an interactive command-line interface (CLI) for users to select range from x port to some x port. and analyze port in real-time.\n\n## Features\n ### Interactive Input:\n\n- Users can input the target IP address and port range.\n\n- The scanner will ask if the user wants to scan another target after completing a scan.\n\n### Port Scanning:\n\n- Scans a range of ports on the target IP address.\n\n- Detects open ports and displays them.\n\n### Vulnerability Detection:\n\n- Checks for common vulnerabilities on open ports (e.g., default SSH credentials, outdated web servers).\n\n### User-Friendly:\n\n- Provides clear output and prompts for user interaction.\n\n## Installation\n### Prerequisites\n- Python 3.x\n\n\n## Steps\n- Clone the repository:\n\n```\ngit clone https://github.com/livepwn/liveport.git\n\ncd liveport\n```\n- Run the script:\n\n\n```\nchmod +x liveport.py\nor\nsudo python liveport.py\n\n\n```\n\n## Usage\nRunning the Analyzer\nStart the script:\n```\nsudo python liveport.py\n```\nFollow the on-screen prompts:\n```\n=== IoT Vulnerability Scanner ===\nEnter the target IP address: 192.168.1.100\nEnter the starting port (e.g., 1): 1\nEnter the ending port (e.g., 1024): 1024\n[*] Scanning 192.168.1.100 from port 1 to 1024...\n[+] Port 22 is open\n[+] Port 80 is open\n\n[+] Open ports found:\nPort 22 is open\n[*] Checking vulnerabilities on 192.168.1.100:22...\n[!] Potential vulnerability: Default SSH credentials\nPort 80 is open\n[*] Checking vulnerabilities on 192.168.1.100:80...\n[!] Potential vulnerability: Outdated web server\n\nScan complete!\n\nDo you want to scan another target? (y/n): n\n[*] Exiting...\n\n```\n## Advantages\n### **Ease of Use:**\n  - The interactive CLI makes it easy for users to \n\n### **Real-Time Analysis:**\n\n- Scan for ports in real-time, providing immediate insights into network traffic.\n\n\n### **Lightweight:**\n\n- Built with Python , the tool is lightweight and does not require heavy dependencies.\n\n\n\n## Future Enhancements\n\n- Add more vulnerability checks (e.g., for FTP, Telnet, or custom services).\n\n- Integrate with databases like CVE (Common Vulnerabilities and Exposures) for detailed vulnerability information.\n\n- Add multithreading to speed up port scanning.\n\n\n\n## Contact\n- For questions or feedback, please open an issue on GitHub or contact:\n\nYour Name: livepwn@gmail.com\n\nGitHub: [livepwn](https://github.com/livepwn)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepwn%2Fliveport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivepwn%2Fliveport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepwn%2Fliveport/lists"}