Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed Feb 9, 2019
1 parent 4f2d343 commit 3176bb5
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@ Gorsair is a penetration testing tool for discovering and remotely accessing Doc
Exposing the docker API on the internet is a tremendous risk, as it can let malicious agents get information on all of the other containers, images and system, as well as potentially getting privileged access to the whole system if the image uses the `root` user.

<p align="center">
<img src="images/blurred_results.png" width="80%"/>
<img src="images/Gorsair.png" width="350"/>
<img src="images/blurred_results.png" width="70%"/>
<img src="images/Gorsair.png" width="21%" style="margin-left:3%"/>
</p>

<p align="center">
<a href="#license">
<img src="https://img.shields.io/badge/license-Apache-blue.svg?style=flat" />
</a>
<a href="https://goreportcard.com/report/github.com/Ullaakut/gorsair">
<img src="https://goreportcard.com/badge/github.com/Ullaakut/gorsair" />
</a>
<a href="https://github.com/Ullaakut/gorsair/releases/latest">
<img src="https://img.shields.io/github/release/Ullaakut/gorsair.svg?style=flat" />
</a>
</p>


## Command line options

* **"-t, --targets"**: Set targets according to the [nmap target format](https://nmap.org/book/man-target-specification.html). Required. Example: `--targets="192.168.1.72,192.168.1.74"`
Expand Down

0 comments on commit 3176bb5

Please sign in to comment.