From 6865492a6b6884940ded85f706298af1af574509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Notin?= Date: Mon, 31 Aug 2020 23:54:48 +0200 Subject: [PATCH] Remove "Leaked API keys" section It's in the "API Key Leaks" folder now and the content is already present there --- Insecure Source Code Management/README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Insecure Source Code Management/README.md b/Insecure Source Code Management/README.md index 0e94749..a081494 100644 --- a/Insecure Source Code Management/README.md +++ b/Insecure Source Code Management/README.md @@ -16,7 +16,6 @@ - [BAZAAR - Source code management](#bazaar---source-code-management) - [Automatic way : rip-bzr](#automatic-way--rip-bzr) - [Automatic way : bzr_dumper](#automatic-way--bzr_dumper) -- [Leaked API keys](#leaked-api-keys) ## GIT - Source code management @@ -238,18 +237,8 @@ $ bzr revert N static/ ``` -## Leaked API keys - -If you find any key , use the [keyhacks](https://github.com/streaak/keyhacks) from @streaak to verifiy them. - -Twilio example : - -```powershell -curl -X GET 'https://api.twilio.com/2010-04-01/Accounts/ACCOUNT_SID/Keys.json' -u ACCOUNT_SID:AUTH_TOKEN -``` - ## References - [bl4de, hidden_directories_leaks](https://github.com/bl4de/research/tree/master/hidden_directories_leaks) - [bl4de, diggit](https://github.com/bl4de/security-tools/tree/master/diggit) -- [Gitrob: Now in Go - Michael Henriksen](https://michenriksen.com/blog/gitrob-now-in-go/) \ No newline at end of file +- [Gitrob: Now in Go - Michael Henriksen](https://michenriksen.com/blog/gitrob-now-in-go/)