]> Git Repo - dist-masscan.git/blame - Readme.md
init
[dist-masscan.git] / Readme.md
CommitLineData
fa574711
JT
1#Docker file and server to scan the web
2
3### Command to start docker container
4```
5$ sudo podman build --cap-add ALL -t masscan .
6```
7
8### Command to start server to start and enumerate containers
9```
10$ npm i
11$ node .
12```
13
This page took 0.022001 seconds and 4 git commands to generate.