{"id":33926342,"url":"https://github.com/ruiiiijiiiiang/lazynmap","last_synced_at":"2025-12-12T10:10:54.559Z","repository":{"id":319018712,"uuid":"1071247752","full_name":"ruiiiijiiiiang/lazynmap","owner":"ruiiiijiiiiang","description":"Build complex nmap commands with an intuitive TUI","archived":false,"fork":false,"pushed_at":"2025-11-05T21:55:46.000Z","size":720,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-27T15:08:45.332Z","etag":null,"topics":["cybersecurity","network-scanner","nmap","pentesting","port-scanner","reconnaissance","rust","scan-tool","security-tools","terminal-ui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruiiiijiiiiang.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-07T04:51:49.000Z","updated_at":"2025-11-05T21:55:50.000Z","dependencies_parsed_at":"2025-10-17T19:38:52.598Z","dependency_job_id":null,"html_url":"https://github.com/ruiiiijiiiiang/lazynmap","commit_stats":null,"previous_names":["ruiiiijiiiiang/lazynmap"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ruiiiijiiiiang/lazynmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruiiiijiiiiang%2Flazynmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruiiiijiiiiang%2Flazynmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruiiiijiiiiang%2Flazynmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruiiiijiiiiang%2Flazynmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruiiiijiiiiang","download_url":"https://codeload.github.com/ruiiiijiiiiang/lazynmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruiiiijiiiiang%2Flazynmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27680590,"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-12-12T02:00:06.775Z","response_time":129,"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":["cybersecurity","network-scanner","nmap","pentesting","port-scanner","reconnaissance","rust","scan-tool","security-tools","terminal-ui"],"created_at":"2025-12-12T10:10:50.352Z","updated_at":"2025-12-12T10:10:54.553Z","avatar_url":"https://github.com/ruiiiijiiiiang.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ lazynmap ⚡\n\nTired of memorizing cryptic nmap flags? 😴 Say goodbye to the command-line struggle and hello to `lazynmap`! 🎉\n\n![lazynmap_ui](./assets/lazynmap.png)\n\n`lazynmap` is a slick terminal user interface that transforms nmap command creation into a breeze. Craft the perfect scan command without ever leaving the comfort of its intuitive UI. 🚀\n\n## 🔥 Features 🔥\n\n- **Interactive UI:** Build nmap commands visually and interactively. No more endless man page scrolling! 📜\n- **Comprehensive Options:** It's got all the nmap scan options covered:\n  - 🎯 Target Specification\n  - 🕵️ Host Discovery\n  - 📡 Scan Techniques\n  - 🚪 Port Specification\n  - 🔬 Service Detection\n  - 💻 OS Detection\n  - ⏱️ Timing and Performance\n  - 👻 Evasion and Spoofing\n  - 📄 Output\n  - ✨ Miscellaneous\n  - 📜 NSE Scripts\n- **Live Command Preview:** See the nmap command being built in real-time as you edit options. 🏗️\n- **Direct Execution:** Execute the command directly from the app! `lazynmap` will even let you know if `sudo` privileges are needed. 🛡️\n- **Input Validation:** `lazynmap` ensures that the values you enter are valid for each nmap flag, so you can avoid common mistakes. ✅\n- **Keyboard Warrior Friendly:** Navigate the entire UI with your keyboard. ⌨️\n  - **`j` / `Down`**: Next section\n  - **`k` / `Up`**: Previous section\n  - **`l` / `Right`**: Next flag\n  - **`h` / `Left`**: Previous flag\n  - **`Space`**: Toggle/Select option\n  - **`Enter`**: Edit value\n  - **`c`**: Clear/Reset value\n  - **`x`**: Execute command\n  - **`q`**: Quit\n\n## 🛠️ Installation 🛠️\n\n### Local Compilation\n\n1.  Make sure you have Rust and Cargo installed on your system. 🦀\n2.  Clone this repository: `git clone https://github.com/ruiiiijiiiiang/lazynmap.git`\n3.  Navigate into the project directory: `cd lazynmap`\n4.  Build the project for release: `cargo build --release`\n5.  The executable will be waiting for you at `target/release/lazynmap`.\n\n### Binary Release\n\nYou can download the pre-compiled binary for x86_64 Linux from the [releases page](https://github.com/ruiiiijiiiiang/lazynmap/releases).\n\n### From crates.io\n\nIf you have Rust and Cargo installed, you can install `lazynmap` directly from [crates.io](https://crates.io/):\n\n```bash\ncargo install lazynmap\n```\n\n### Arch Linux (AUR)\n\nFor Arch Linux users, `lazynmap` is available on the AUR:\n\n```bash\npacman -S lazynmap\n```\n\n### Nix Flake\n\nIf you have Nix installed with flakes enabled, you can run `lazynmap` directly:\n\n```bash\nnix run github:ruiiiijiiiiang/lazynmap\n```\n\nOr, you can install it to your system by adding it to your `flake.nix` inputs and packages.\n\n## 🚀 Usage 🚀\n\nSimply run the application from your terminal:\n\n```bash\nlazynmap\n```\n\nThe awesome `lazynmap` terminal interface will fire up, ready for you to craft your nmap commands with ease!\n\n## 🤝 Contributing 🤝\n\nContributions are welcome! If you have a feature request, bug report, or want to contribute to the code, please feel free to open an issue or submit a pull request on GitHub.\n\n## 📜 License 📜\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for the full details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruiiiijiiiiang%2Flazynmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruiiiijiiiiang%2Flazynmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruiiiijiiiiang%2Flazynmap/lists"}