Skip to content

Commit

Permalink
- updated: updated readme with analysis details
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0hn committed Mar 7, 2017
1 parent 2a07071 commit 731fc05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ Currently Docker Scan support these actions:
- Image

- Analyze: Looking for sensitive information in a Docker image.

- Looking for passwords in environment vars.
- Try to find any URL / IP in the environment vars.
- Try to deduce the user using internally to run the software. This is not trivial. If the entry point is a .sh file. Read the file and try to find call to sudo-like: “sudo”, “gosu”, “sh -u”… And report the user found.

- Extract: extract a docker image
- info: Get a image meta information
- modify:
Expand Down

0 comments on commit 731fc05

Please sign in to comment.