Simple application that runs nmap in a docker container
- Nodejs > 20 (Use nvm https://github.com/nvm-sh/nvm)
- cd into nmap-frontend
- Run command:
npm run start
Prerequisites:
- Install Docker
- cd into nmap-backend folder
- Build docker image:
docker build . -t test1
- Run docker container:
docker run -p 3000:3000 test1
- Run nmap command in the input box and click Scan!