Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
P3GLEG authored Jun 11, 2018
1 parent 89c080f commit edc025d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WhaleTail
# Whaler


WhaleTail is a Go program which is designed to reverse engineer a Docker Image into the Dockerfile that created it. It currently performs the following actions
Whaler is a Go program which is designed to reverse engineer a Docker Image into the Dockerfile that created it. It currently performs the following actions

- Generates a Dockerfile from an Image
- Searches added filenames for potential secret files
Expand All @@ -15,13 +15,13 @@ You can read more about this on my blog [Here](https://samaritan.ai/blog/reversi
Git clone the project into your $GOPATH/src directory and perform the following command
```go
cd $GOPATH/src
git clone https://github.com/P3GLEG/WhaleTail
git clone https://github.com/P3GLEG/Whaler
go build .
```
### How to run it
```go
./WhaleTail
Usage of ./WhaleTail:
./Whaler
Usage of ./Whaler:
-f string
File containing images to analyze seperated by line
-filter
Expand Down

0 comments on commit edc025d

Please sign in to comment.