Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waja/docker-nscan
Docker container image for https://github.com/OffensivePython/Nscan
https://github.com/waja/docker-nscan
Last synced: 24 days 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 (almost 8 years ago)
- Default Branch: development
- Last Pushed: 2024-09-09T08:38:52.000Z (4 months ago)
- Last Synced: 2024-09-09T10:30:50.960Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Nscan
[![](https://images.microbadger.com/badges/version/waja/nscan.svg)](https://hub.docker.com/r/waja/nscan/)
[![](https://images.microbadger.com/badges/image/waja/nscan.svg)](https://hub.docker.com/r/waja/nscan/)
[![Build Status](https://travis-ci.org/Cyconet/docker-nscan.svg?branch=development)](https://travis-ci.org/Cyconet/docker-nscan)
[![Docker Build Status](https://img.shields.io/docker/build/waja/nscan.svg)](https://hub.docker.com/r/waja/nscan/)
[![GitHub tag](https://img.shields.io/github/tag/Cyconet/docker-nscan.svg)](https://github.com/Cyconet/docker-nscan/tags)
[![](https://img.shields.io/docker/pulls/waja/nscan.svg)](https://hub.docker.com/r/waja/nscan/)
[![](https://img.shields.io/docker/stars/waja/nscan.svg)](https://hub.docker.com/r/waja/nscan/)
[![](https://img.shields.io/docker/automated/waja/nscan.svg)](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
```