https://github.com/waja/docker-nscan
Docker container image for https://github.com/OffensivePython/Nscan
https://github.com/waja/docker-nscan
Last synced: 4 months ago
JSON representation
Docker container image for https://github.com/OffensivePython/Nscan
- Host: GitHub
- URL: https://github.com/waja/docker-nscan
- Owner: waja
- Created: 2017-02-26T10:20:48.000Z (over 8 years ago)
- Default Branch: development
- Last Pushed: 2025-01-07T08:22:40.000Z (6 months ago)
- Last Synced: 2025-01-28T11:47:59.495Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Nscan
[](https://hub.docker.com/r/waja/nscan/)
[](https://hub.docker.com/r/waja/nscan/)
[](https://travis-ci.org/Cyconet/docker-nscan)
[](https://hub.docker.com/r/waja/nscan/)
[](https://github.com/Cyconet/docker-nscan/tags)
[](https://hub.docker.com/r/waja/nscan/)
[](https://hub.docker.com/r/waja/nscan/)
[](https://hub.docker.com/r/waja/nscan/)Builds a docker image with the [nscan](https://github.com/OffensivePython/Nscan) ready to run.
# Running
- run the docker container with:
```bash
docker run --rm --net=host waja/nscan -h
```We don't actually _require_ `--net=host`, but if we're wanting to test native performance (or use `--source some-specific-host-IP`) then we want direct access to the relevant connections without any overhead.
# Building
```bash
make build
```# Get a shell in a running container
```bash
make shell
```