{"id":13840754,"url":"https://github.com/RickGray/vscan-go","last_synced_at":"2025-07-11T09:33:08.146Z","repository":{"id":41465470,"uuid":"116656103","full_name":"RickGray/vscan-go","owner":"RickGray","description":"golang version for nmap service and application version detection (without nmap installation)","archived":false,"fork":false,"pushed_at":"2020-09-23T04:11:23.000Z","size":14,"stargazers_count":163,"open_issues_count":5,"forks_count":46,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-05T17:25:38.762Z","etag":null,"topics":["golang","security-scanner"],"latest_commit_sha":null,"homepage":"","language":"Go","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/RickGray.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}},"created_at":"2018-01-08T09:25:42.000Z","updated_at":"2024-07-17T01:29:01.000Z","dependencies_parsed_at":"2022-09-05T03:40:49.488Z","dependency_job_id":null,"html_url":"https://github.com/RickGray/vscan-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickGray%2Fvscan-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickGray%2Fvscan-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickGray%2Fvscan-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickGray%2Fvscan-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RickGray","download_url":"https://codeload.github.com/RickGray/vscan-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225712693,"owners_count":17512460,"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":["golang","security-scanner"],"created_at":"2024-08-04T17:00:55.081Z","updated_at":"2024-11-21T10:30:43.788Z","avatar_url":"https://github.com/RickGray.png","language":"Go","readme":"# vscan-go\n\ngolang version for [nmap_vscan](https://github.com/nixawk/nmap_vscan) nmap service and application version detection (without nmap installation)\n\n## Building\n\nGet and Build:\n\n```\ngit clone https://github.com/rickgray/vscan-go vscan-go\ncd vscan-go\ngo build\n\n./vscan-go -h\n```\n\nOr use \"make\" tool to build:\n\n```\ngit clone https://github.com/rickgray/vscan-go vscan-go\ncd vscan-go\nmake \u0026\u0026 make install\n\nvscan-go -h\n```\n\n## Usage\n\n```\nUsage of ./vscan-go:\n  -in string\n    \tInput filename, use - for stdin (default \"-\")\n  -null-probe-only\n    \tUse NULL probe to probe service only\n  -out string\n    \tOutput filename, use - for stdout (default \"-\")\n  -routines int\n    \tGoroutines numbers using during scanning (default 10)\n  -scan-probe-file string\n    \tA flat file to store the version detection probes and match strings (default \"./nmap-service-probes\")\n  -scan-probe-file-extra string\n    \tExtra probes to expand \"nmap-service-probes\"\n  -scan-rarity int\n    \tSets the intensity level of a version scan to the specified value (default 7)\n  -scan-read-timeout int\n    \tSet connection read timeout in seconds (default 5)\n  -scan-send-timeout int\n    \tSet connection send timeout in seconds (default 5)\n  -use-all-probes\n    \tUse all probes to probe service\n  -verbose int\n    \tOutput more information during service scanning\n```\n\nSpecailly, `vscan-go` use [NMap](https://github.com/nmap/nmap) vscan probe file - [nmap-service-probes](https://raw.githubusercontent.com/nmap/nmap/master/nmap-service-probes) to detect service, you can download and use it directly:\n\n```\nwget https://raw.githubusercontent.com/nmap/nmap/master/nmap-service-probes -O ./nmap-service-probes\n\nvscan-go -scan-probe-file ./nmap-service-probes -h\n```\n\nif you want more details about vscan, see [https://nmap.org/book/vscan.html](https://nmap.org/book/vscan.html).\n\n## Example\n\nWith [masscan](https://github.com/robertdavidgraham/masscan):\n\n```\n$ masscan -p1-65535,U:1-65535 --excludefile=blacklist.conf 0.0.0.0/0 | awk -F '/' '{print $1\" \"$2}' | awk '{print $7\":\"$4\"/\"$5}' | vscan-go vscan-go -scan-probe-file ./nmap-service-probes -routines=2000 | jq\n```\n\nWith [zmap](https://github.com/zmap/zmap):\n\n```\n$ zmap -p 80 | awk '{print $1\":80\"}' | vscan-go -scan-probe-file ./nmap-service-probes -routines=2000 | jq\n```\n","funding_links":[],"categories":["Go","Go (531)","其他_安全与渗透"],"sub_categories":["网络服务_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRickGray%2Fvscan-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRickGray%2Fvscan-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRickGray%2Fvscan-go/lists"}