Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhynorater committed Sep 13, 2018
1 parent 55a59ab commit ae8cb41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -14,14 +14,14 @@ An example results output file in List format is given in `exampleOutput.txt`
An example results output file in JSON format is given in `exampleOutput.json`
An example results output file in CSV format is given in `exampleOutput.csv`

Install the dependencies by running `pip3 install -r requirements.txt`
#### Install the dependencies by running `pip install -r requirements.txt`
=======
# Build the image:
## Build the image:
docker build -t cve-2018-15473 .

# Run the exploit:
## Run the exploit:
docker run cve-2018-15473 -h

# Delete containers and image:
## Delete containers and image:
docker ps -a | awk '$2 == "cve-2018-15473" {print $1}' | xargs docker rm
docker rmi cve-2018-15473

0 comments on commit ae8cb41

Please sign in to comment.