From cc2e2607974cb278be1a6a65dd739616e0f67eb7 Mon Sep 17 00:00:00 2001 From: Dylan Katz Date: Wed, 6 Nov 2019 23:16:08 -0800 Subject: [PATCH] Added link to benchmarks --- README.md | 3 +++ benchmarking/DETECT-SECRETS.md | 1 + benchmarking/TRUFFLEHOG.md | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 363a2f3..0f16440 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Table of contents * [FAQ](#FAQ) * [Secrets](#Secrets) +* [Results](#Results) * [Contact](#Contact) # FAQ @@ -66,6 +67,8 @@ sftp-config.json | Created by SFTP for Sublime Text, conta .idea/WebServers.xml | Created by Jetbrains IDEs, contains webserver credentials with encoded passwords ([not encrypted!](https://intellij-support.jetbrains.com/hc/en-us/community/posts/207074025/comments/207034775)) high-entropy-misc.txt | Misc high entropy strings (HES1 is plain, HES2 is base64) +# Results +You can see how tools stack up in [Benchmarking](https://github.com/Plazmaz/leaky-repo/tree/master/benchmarking) # Contact Got a question? Found something worth adding? [File an issue](https://github.com/Plazmaz/leaky-repo/issues) diff --git a/benchmarking/DETECT-SECRETS.md b/benchmarking/DETECT-SECRETS.md index 3fe6df7..7706baa 100644 --- a/benchmarking/DETECT-SECRETS.md +++ b/benchmarking/DETECT-SECRETS.md @@ -2,6 +2,7 @@ Tool: https://github.com/Yelp/detect-secrets Command Used: `detect-secrets scan` Total finds: 16/44 False Positives: 0 + File Name | Found? (0 = no, 1 = yes) | ------------------------------------------------|---------------------------| .bash_profile | 1 diff --git a/benchmarking/TRUFFLEHOG.md b/benchmarking/TRUFFLEHOG.md index 79546fa..5c680fd 100644 --- a/benchmarking/TRUFFLEHOG.md +++ b/benchmarking/TRUFFLEHOG.md @@ -1,7 +1,8 @@ Tool: https://github.com/dxa4481/truffleHog Command Used: `trufflehog --regex https://github.com/Plazmaz/leaky-repo.git` Total finds: 22/44 -False Positives: 0 +False Positives: 0 + File Name | Found? (0 = no, 1 = yes) | ------------------------------------------------|---------------------------| .bash_profile | 1