{"id":29188139,"url":"https://github.com/bobrossrtx/pytools","last_synced_at":"2025-07-01T22:09:09.466Z","repository":{"id":37090980,"uuid":"373618032","full_name":"bobrossrtx/PyTools","owner":"bobrossrtx","description":"PyScanner is a quick and easy port scanning tool used for reconnaissance. A major benefit to using PyScanner is that it significantly faster than some of the other tools out there like NMAP (BUT), if you are looking for more features, NMAP, RustScan, etc, are the tools to use. Although alot of the things that Other tools can do are good, those tools are made more for deeper topics, whereas PyScanner only scans for open \u0026 closed ports ports.","archived":false,"fork":false,"pushed_at":"2025-06-14T08:56:22.000Z","size":1376,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"PyScanner","last_synced_at":"2025-06-14T09:36:18.672Z","etag":null,"topics":["ethical-hacking","network","networking","port-scanning","pyscanner","vulnerability-scanners"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobrossrtx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-06-03T19:23:24.000Z","updated_at":"2023-01-31T22:43:00.000Z","dependencies_parsed_at":"2024-05-23T02:30:23.989Z","dependency_job_id":"5c3df8e3-83d2-46a0-a879-56163e4328df","html_url":"https://github.com/bobrossrtx/PyTools","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bobrossrtx/PyTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobrossrtx%2FPyTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobrossrtx%2FPyTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobrossrtx%2FPyTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobrossrtx%2FPyTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobrossrtx","download_url":"https://codeload.github.com/bobrossrtx/PyTools/tar.gz/refs/heads/PyScanner","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobrossrtx%2FPyTools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263042347,"owners_count":23404459,"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":["ethical-hacking","network","networking","port-scanning","pyscanner","vulnerability-scanners"],"created_at":"2025-07-01T22:09:08.736Z","updated_at":"2025-07-01T22:09:09.448Z","avatar_url":"https://github.com/bobrossrtx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyScanner\n## Port Scanning \u0026 Vulnerability Tool\nPyScanner is a quick and easy port scanning tool used for reconnaissance. A major benefit to using PyScanner is that it significantly faster than some of the other tools out there like NMAP (BUT), if you are looking for more features, NMAP, RustScan, etc, are the tools to use. Although alot of the things that Other tools can do are good, those tools are made more for deeper topics, whereas PyScanner only scans for open \u0026 closed ports ports.\n\n### Usage:\nFirst, you are going to need the required python packages to run. You can install these using the command:\n```\npython -m pip install -r requirements.txt\n```\n\nAfter installing the requirements, it is pretty straight forward from there, you can just run the `pyscanner.py` script and go from there.\n\n### Example:\n```\n$ python ./pyscanner.py -H localhost -p 8000 --vuln\n[INFO] [EXTRA] Vuln mode enabled - Searching for possible vulnerabilities\n[INFO] Scan Result for: kubernetes.docker.internal\n[INFO] Scanning port: 8000\n[+] OPEN: 8000/tcp        \n[INFO] HTTP Headers:| \"http://localhost:8000/\"     \n             Server | \"SimpleHTTP/0.6 Python/3.9.2\"\n       Content-type | \"text/html; charset=utf-8\"   \n     Content-Length |  680\n[INFO] Possible Vulnerabilities:|\n                ________________| exploit-db.com   \n               | exploits/python/webapps/38411.txt\n               | exploits/python/webapps/38738.txt \n               | exploits/python/webapps/39199.html\n               | exploits/python/webapps/39821.txt \n               | exploits/python/webapps/40129.txt \n               | exploits/python/webapps/40799.txt \n               | exploits/python/webapps/48886.txt\n               | exploits/python/webapps/48929.py \n               | exploits/python/webapps/43021.py \n               | exploits/python/webapps/46386.py \n               | exploits/python/webapps/47440.txt\n               | exploits/python/webapps/47441.txt\n               | exploits/python/webapps/47497.py\n               | exploits/python/webapps/47879.md\n               | exploits/python/webapps/48727.py\n               | exploits/python/webapps/49495.py\n               | exploits/python/webapps/49803.py\n               | exploits/python/webapps/49930.txt\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobrossrtx%2Fpytools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobrossrtx%2Fpytools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobrossrtx%2Fpytools/lists"}