Skip to content

CSC-IU/Nmap-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Labs

This is the repository for the nmap lab. Here we have a basic dockerfile defined that creates an apache 2.0 webserver. This is a very basic setup but will showcase some of the capabilities of nmap.

Steps to get started: 1.Clone this repository 2.navigate to the docker folder 3.Run the commands below

To start the container:

docker run --name=nmaplab -d -p 8080:80 bradyanderson805/iucscnmap apachectl -D FOREGROUND
docker exec -it nmaplab /bin/bash

Click me once you have run the command!

When you are done:

docker rm -f nmaplab
docker system prune -a

Finally delete the git repo provided that you do not want it on your machine anymore : )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published