mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 10:56:10 +00:00
Remove "Leaked API keys" section
It's in the "API Key Leaks" folder now and the content is already present there
This commit is contained in:
parent
9a372ec810
commit
6865492a6b
@ -16,7 +16,6 @@
|
|||||||
- [BAZAAR - Source code management](#bazaar---source-code-management)
|
- [BAZAAR - Source code management](#bazaar---source-code-management)
|
||||||
- [Automatic way : rip-bzr](#automatic-way--rip-bzr)
|
- [Automatic way : rip-bzr](#automatic-way--rip-bzr)
|
||||||
- [Automatic way : bzr_dumper](#automatic-way--bzr_dumper)
|
- [Automatic way : bzr_dumper](#automatic-way--bzr_dumper)
|
||||||
- [Leaked API keys](#leaked-api-keys)
|
|
||||||
|
|
||||||
## GIT - Source code management
|
## GIT - Source code management
|
||||||
|
|
||||||
@ -238,18 +237,8 @@ $ bzr revert
|
|||||||
N static/
|
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
|
## References
|
||||||
|
|
||||||
- [bl4de, hidden_directories_leaks](https://github.com/bl4de/research/tree/master/hidden_directories_leaks)
|
- [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)
|
- [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/)
|
- [Gitrob: Now in Go - Michael Henriksen](https://michenriksen.com/blog/gitrob-now-in-go/)
|
||||||
|
Loading…
Reference in New Issue
Block a user