{"id":21261170,"url":"https://github.com/nixawk/nmap_vscan","last_synced_at":"2025-06-19T08:37:51.018Z","repository":{"id":57446399,"uuid":"113382494","full_name":"nixawk/nmap_vscan","owner":"nixawk","description":"nmap service and application version detection (without nmap installation)","archived":false,"fork":false,"pushed_at":"2017-12-12T00:32:16.000Z","size":580,"stargazers_count":113,"open_issues_count":2,"forks_count":25,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-22T12:59:20.678Z","etag":null,"topics":["fingerprint","nmap","recognition","services","versions"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nixawk.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-12-07T00:27:41.000Z","updated_at":"2025-03-08T21:58:34.000Z","dependencies_parsed_at":"2022-09-02T23:41:20.155Z","dependency_job_id":null,"html_url":"https://github.com/nixawk/nmap_vscan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nixawk/nmap_vscan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixawk%2Fnmap_vscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixawk%2Fnmap_vscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixawk%2Fnmap_vscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixawk%2Fnmap_vscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nixawk","download_url":"https://codeload.github.com/nixawk/nmap_vscan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nixawk%2Fnmap_vscan/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260717717,"owners_count":23051715,"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":["fingerprint","nmap","recognition","services","versions"],"created_at":"2024-11-21T04:25:22.923Z","updated_at":"2025-06-19T08:37:46.001Z","avatar_url":"https://github.com/nixawk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\nnmap_vscan\n==========\n\n**nmap_vscan** can finish Service and Application Version Detection without Nmap installation. It is not an official release from the Nmap Project.\n\nRequirements\n============\n\n* Python 2.7\n* Works on Linux, Windows, Mac OSX, BSD\n\n\nInstall\n=======\n\nThe quick way::\n\n    pip install nmap_vscan\n\n\nUsage\n=====\n\nPlease download https://svn.nmap.org/nmap/nmap-service-probes at first.\n\n    \u003e\u003e\u003e from nmap_vscan import vscan\n    \u003e\u003e\u003e nmap = vscan.ServiceScan('./nmap-service-probes')\n\nLet's try to scan HTTP, MYSQL, SSH, REDIS and so on.\n\n    \u003e\u003e\u003e nmap.scan('www.apache.org', 80, \"tcp\")\n    {'match': {'pattern': '^HTTP/1\\\\.[01] \\\\d\\\\d\\\\d .*\\\\r\\\\nServer: Apache[/ ](\\\\d[-.\\\\w]+) ([^\\\\r\\\\n]+)',\n      'versioninfo': {'cpename': ['apache:http_server:2.4.7'],\n       'devicetype': [' v'],\n       'hostname': [],\n       'info': ['(Ubuntu)'],\n       'operatingsystem': [],\n       'vendorproductname': ['Apache httpd'],\n       'version': ['2.4.7']}},\n     'probe': {'probename': 'GetRequest',\n      'probestring': 'GET / HTTP/1.0\\\\r\\\\n\\\\r\\\\n'}}\n\n    \u003e\u003e\u003e nmap.scan('192.168.1.245', 3306, 'tcp')\n    {'match': {'pattern': '^.\\\\0\\\\0\\\\0\\\\x0a(5\\\\.[-_~.+\\\\w]+)\\\\0',\n      'versioninfo': {'cpename': ['mysql:mysql:5.5.28-log'],\n       'hostname': [],\n       'info': [],\n       'operatingsystem': [],\n       'vendorproductname': ['MySQL'],\n       'version': ['5.5.28-log']}},\n     'probe': {'probename': 'NULL', 'probestring': ''}}\n\n    \u003e\u003e\u003e nmap.scan('192.168.1.245', 6379, 'tcp')\n    {'match': {'pattern': '^\\\\$\\\\d+\\\\r\\\\n(?:#[^\\\\r\\\\n]*\\\\r\\\\n)*redis_version:([.\\\\d]+)\\\\r\\\\n',\n      'versioninfo': {'cpename': [],\n       'hostname': [],\n       'info': [],\n       'operatingsystem': [],\n       'vendorproductname': ['Redis key-value store'],\n       'version': ['2.6.12']}},\n     'probe': {'probename': 'redis-server',\n      'probestring': '*1\\\\r\\\\n$4\\\\r\\\\ninfo\\\\r\\\\n'}}\n\n\nReferences\n==========\n\n- https://nmap.org/\n- https://nmap.org/book/vscan.html\n- https://nmap.org/book/vscan-fileformat.html\n- https://github.com/nmap/nmap/blob/master/service_scan.cc\n- https://svn.nmap.org/nmap/nmap-service-probes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnixawk%2Fnmap_vscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnixawk%2Fnmap_vscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnixawk%2Fnmap_vscan/lists"}