https://github.com/surface-security/scanner-nmap
The well-known port scanner nmap.
https://github.com/surface-security/scanner-nmap
Last synced: about 1 month ago
JSON representation
The well-known port scanner nmap.
- Host: GitHub
- URL: https://github.com/surface-security/scanner-nmap
- Owner: surface-security
- License: mit
- Created: 2022-02-11T12:17:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T11:48:15.000Z (over 3 years ago)
- Last Synced: 2025-01-27T06:34:37.041Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Security Scanner in Docker
## Run locally
- Build: `docker build -t ${PWD##*/} .`
- Create `/tmp/input/input.txt` and `/tmp/output`.
- Run: `docker run -it --rm -v /tmp/input:/input -v /tmp/output:/output ${PWD##*/}:latest`
## Parameters
- Run Docker with `--help` as parameter.