{"id":16772595,"url":"https://github.com/jonlabelle/docker-nmap","last_synced_at":"2025-03-21T23:34:19.407Z","repository":{"id":40376369,"uuid":"267334445","full_name":"jonlabelle/docker-nmap","owner":"jonlabelle","description":"Minimal Docker image with Nmap Network Security Scanner pre-installed.","archived":false,"fork":false,"pushed_at":"2024-06-18T00:14:18.000Z","size":85,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T06:22:23.313Z","etag":null,"topics":["alpine","docker","docker-image","linux","network","nmap","security"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jonlabelle/nmap","language":"Makefile","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/jonlabelle.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":"2020-05-27T14:00:44.000Z","updated_at":"2024-12-29T12:22:55.000Z","dependencies_parsed_at":"2024-10-28T11:54:04.698Z","dependency_job_id":null,"html_url":"https://github.com/jonlabelle/docker-nmap","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/jonlabelle%2Fdocker-nmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fdocker-nmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fdocker-nmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fdocker-nmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonlabelle","download_url":"https://codeload.github.com/jonlabelle/docker-nmap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244885403,"owners_count":20526292,"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":["alpine","docker","docker-image","linux","network","nmap","security"],"created_at":"2024-10-13T06:43:18.943Z","updated_at":"2025-03-21T23:34:19.091Z","avatar_url":"https://github.com/jonlabelle.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Nmap\n\n[![cd](https://github.com/jonlabelle/docker-nmap/actions/workflows/cd.yml/badge.svg)](https://github.com/jonlabelle/docker-nmap/actions/workflows/cd.yml)\n[![docker pulls](https://img.shields.io/docker/pulls/jonlabelle/nmap?label=docker%20pulls)](https://hub.docker.com/r/jonlabelle/nmap)\n[![image size](https://img.shields.io/docker/image-size/jonlabelle/nmap/latest?label=image%20size)](https://hub.docker.com/r/jonlabelle/nmap/tags)\n\n\u003e Minimal Docker image with [Nmap](https://nmap.org/) Network Security Scanner pre-installed.\n\n## Usage\n\n```bash\ndocker run [docker run options ...] jonlabelle/nmap [nmap options ...] \u003cnmap target(s)\u003e\n```\n\n\u003e See official [Docker run](https://docs.docker.com/engine/reference/commandline/run/#options) and [Nmap](https://nmap.org/book/man-briefoptions.html) docs for additional options.\n\n## Examples\n\n\u003e **NOTE:** To pull from [GitHub Container Registry], instead of [Docker Hub](https://hub.docker.com/r/jonlabelle/nmap),\n\u003e replace `jonlabelle/nmap` with `ghcr.io/jonlabelle/nmap` in the examples\n\u003e below.\n\nTo scan for devices on local target `10.0.10.0/24`:\n\n```bash\ndocker run --rm -it jonlabelle/nmap -v 10.0.10.0/24\n```\n\nTo enumerate supported TLS/SSL ciphers and protocols on `\u003ctarget\u003e`:\n\n```bash\ndocker run --rm -it jonlabelle/nmap --script ssl-enum-ciphers \u003ctarget\u003e -p 443\n```\n\nTo scan a range of network addresses for open SSH ports:\n\n```bash\n docker run -it --rm jonlabelle/nmap -sT 10.0.10.1-100 -p 22\n ```\n\nTo show nmap help information:\n\n```bash\ndocker run -it --rm jonlabelle/nmap --help\n```\n\n## Additional Nmap resources\n\n- [Nmap Helper](https://competent-goldberg-e5eefe.netlify.app). Generate Nmap commands.\n- [threader3000](https://github.com/dievus/threader3000). Multi-threaded Python port scanner with Nmap integration for use on Linux or Windows.\n\n## Related\n\n- [jonlabelle/docker-network-tools](https://github.com/jonlabelle/docker-network-tools). Minimal Docker image with various network tools pre-installed.\n\n[github container registry]: https://github.com/users/jonlabelle/packages/container/package/nmap\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonlabelle%2Fdocker-nmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonlabelle%2Fdocker-nmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonlabelle%2Fdocker-nmap/lists"}