Skip to content

Commit edc025d

Browse files
authored
Update README.md
1 parent 89c080f commit edc025d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# WhaleTail
1+
# Whaler
22

33

4-
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
4+
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
55

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

0 commit comments

Comments
 (0)