{"id":13589144,"url":"https://github.com/0xor0ne/qscan","last_synced_at":"2026-03-02T23:31:57.022Z","repository":{"id":57678322,"uuid":"489450295","full_name":"0xor0ne/qscan","owner":"0xor0ne","description":"Quick network scanner library. https://crates.io/crates/qscan","archived":false,"fork":false,"pushed_at":"2022-12-26T16:57:36.000Z","size":53,"stargazers_count":86,"open_issues_count":0,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-15T04:27:14.180Z","etag":null,"topics":["async","docker","network-scanner","network-scanning","networking","pentesting","rust","rust-lang","scanning"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xor0ne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-06T18:06:09.000Z","updated_at":"2025-06-30T03:19:32.000Z","dependencies_parsed_at":"2023-01-31T00:45:19.988Z","dependency_job_id":null,"html_url":"https://github.com/0xor0ne/qscan","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/0xor0ne/qscan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xor0ne%2Fqscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xor0ne%2Fqscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xor0ne%2Fqscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xor0ne%2Fqscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xor0ne","download_url":"https://codeload.github.com/0xor0ne/qscan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xor0ne%2Fqscan/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269673711,"owners_count":24457188,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["async","docker","network-scanner","network-scanning","networking","pentesting","rust","rust-lang","scanning"],"created_at":"2024-08-01T16:00:23.915Z","updated_at":"2026-03-02T23:31:51.996Z","avatar_url":"https://github.com/0xor0ne.png","language":"Rust","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# Quick Network Scanner\n\nQuick Network Scanner project includes:\n\n* [qscan](./qscan/): a rust library for asynchronous network ports\n  scanning (see [README](./qscan/README.md)).\n* [qsc](./qsc/): a command line utility built on top of qscan library\n  for quick network scanning activities (see [README](./qsc/README.md)).\n\n\u003e NOTE: in order to properly use the library and the command line utility\n\u003e provided by this project you may need to increase the maximum allowed open\n\u003e files. E.g.:\n\n```bash\nulimit -n 10000\n```\n\n\u003e NOTE: also, for using the ping scan functionality, you need `root` or other\n\u003e proper permission (i.e. CAP_NET_RAW).\n\n## [`qsc`](./qsc/) CLI Tool: Quick Scan Example\n\nInstall `qsc` with:\n\n```bash\ncargo install qsc\n```\n\nrun the scanner (TCP connect scan):\n\n```bash\nqsc --targets www.google.com --ports 1-1024\n```\n\nfor more details and options see [qsc README](./qsc/README.md).\n\n## [`qscan`](./qscan/) Library\n\nFor using `qscan` library put this dependency in your `Cargo.toml`:\n\n```bash\n[dependencies]\nqscan = \"0.6.0\"\n```\n\nfor more details and examples see [qscan README](./qscan/README.md).\n\n## Build from Source\n\nClone and build with:\n\n```bash\ngit clone https://github.com/0xor0ne/qscan.git\ncd qscan\ncargo build --release\n```\n\n## Related Projects\n\n* [RustScan](https://github.com/RustScan/RustScan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xor0ne%2Fqscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xor0ne%2Fqscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xor0ne%2Fqscan/lists"}