{"id":17816983,"url":"https://github.com/thewh1teagle/blink","last_synced_at":"2025-08-28T12:11:34.753Z","repository":{"id":244113972,"uuid":"814311934","full_name":"thewh1teagle/blink","owner":"thewh1teagle","description":"Scan your network faster than you can blink your eyes!","archived":false,"fork":false,"pushed_at":"2024-11-20T09:35:56.000Z","size":140,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T00:17:29.056Z","etag":null,"topics":["dns","modern","network","rust","scan"],"latest_commit_sha":null,"homepage":"https://thewh1teagle.github.io/blink/","language":"Rust","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/thewh1teagle.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":"2024-06-12T18:57:24.000Z","updated_at":"2025-05-16T00:28:28.000Z","dependencies_parsed_at":"2024-06-13T01:02:30.276Z","dependency_job_id":"ffd8b8ef-bfad-4bb3-be93-c241fa832e03","html_url":"https://github.com/thewh1teagle/blink","commit_stats":null,"previous_names":["thewh1teagle/blink"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thewh1teagle/blink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fblink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fblink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fblink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fblink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thewh1teagle","download_url":"https://codeload.github.com/thewh1teagle/blink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewh1teagle%2Fblink/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260035586,"owners_count":22949253,"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":["dns","modern","network","rust","scan"],"created_at":"2024-10-27T16:39:59.147Z","updated_at":"2025-06-15T19:09:10.494Z","avatar_url":"https://github.com/thewh1teagle.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blink\n\nBlink is a lightweight, fast, and cross-platform network scanning tool that operates without requiring admin privileges.\n\n# Features\n\n- 🚀 Fast: thanks to rust, blink scan 255 targets in 1-2 seconds.\n- 🖥️ Cross-platform: Works seamlessly on macOS, Windows, and Linux.\n- 🔒 No admin rights required: Run Blink without needing administrative permissions.\n- ℹ️ Useful information: Provides details such as host vendor names, IP addresses, MAC addresses, and even hostnames.\n\n# Installation\n\nFor installation instructions, visit the [Blink Website](https://thewh1teagle.github.io/blink/).\n\n# Build\n\n```console\ncargo build --release\n```\n\n# Usage\n\n```console\nblink --help\n```\n\n# Use as a library\n\n1. Install `blinkscan`\n\n```console\ncargo add blinkscan\n```\n\n2. Include in `main.rs`\n\n```rust\nfn main() {\n    let interface = blinkscan::get_default_interface().unwrap();\n    let network = blinkscan::create_network(\u0026interface);\n    for host in blinkscan::scan_network(network, std::time::Duration::from_secs(3)) {\n        println!(\"{:?}\", host);\n    }\n}\n```\n\n# GUI\n\nSee [thewh1teagle/Ruscan](https://github.com/thewh1teagle/Ruscan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewh1teagle%2Fblink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthewh1teagle%2Fblink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewh1teagle%2Fblink/lists"}