Skip to content

Commit

Permalink
readme,images: add images to repo and adjust links in readme to not r…
Browse files Browse the repository at this point in the history
…ely on external image source (eth0izzle#52)
  • Loading branch information
Rick Rackow committed Jun 23, 2020
1 parent 584d05c commit efca31b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Dockerfile
LICENSE
README.md
config.yaml
config.yaml
images/
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

**Shhgit finds secrets and sensitive files across GitHub code and Gists committed in *near* real time by listening to the [GitHub Events API](https://developer.github.com/v3/activity/events/).**

<p align="center">
<img src="https://www.darkport.co.uk/assets/img/shhgit.png" alt="shhgit" width="200" />
</p>

![shhgit](images/shhgit.png)
## **[NEW: LIVE VERSION. Find GitHub secrets straight from your browser!](https://shhgit.darkport.co.uk)**

Finding secrets in GitHub is nothing new. There are many great tools available to help with this depending on which side of the fence you sit. On the adversarial side, popular tools such as <a href="https://github.com/michenriksen/gitrob">gitrob</a> and <a href="https://github.com/dxa4481/truffleHog">truggleHog</a> focus on digging in to commit history to find secret tokens from specific repositories, users or organisations. On the defensive side, GitHub themselves are actively scanning for secrets through their [token scanning](https://help.github.com/en/articles/about-token-scanning) project. Their objective is to identify secret tokens within committed code in real-time and notify the service provider to action. So in theory if any AWS secret keys are committed to GitHub, Amazon will be notified and automatically revoke them.
Expand All @@ -14,8 +11,9 @@ I developed shhgit to raise awareness and bring to life the prevalence of this i

**With some tweaking of the signatures shhgit would make an awesome addition to your bug bounty toolkit.**

<img src="https://www.darkport.co.uk/assets/img/shhgit-example.png" alt="shhgit" />
<img src="https://www.darkport.co.uk/assets/img/shhgit-live-example.png" alt="shhgit live!" />

![shhgit](images/shhgit-example.png)
![shhgit live!](images/shhgit-live-example.png)

## Run from Docker

Expand Down
Binary file added images/shhgit-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/shhgit-live-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/shhgit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit efca31b

Please sign in to comment.