Skip to content

Commit

Permalink
Merge pull request #131 from Kalhama/master
Browse files Browse the repository at this point in the history
Fix dockerfile
  • Loading branch information
codingo authored Dec 11, 2023
2 parents 4a3a1ee + 37968cb commit a5f0ca0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:18.04

RUN mkdir /app

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena

![VHOSTScan Feature Map](https://github.com/codingo/codingo.github.io/blob/master/assets/featureMap.PNG)

# Install on docker (recommended)
1. ´git clone https://github.com/codingo/VHostScan.git´
2. ´cd VHostScan´
3. ´docker build -t vhostscan .`

Then run application `docker run --rm -it vhostscan -t´

# Install Requirements

Install using:
Expand Down

0 comments on commit a5f0ca0

Please sign in to comment.