commit
734bb7ce98
|
@ -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,16 +237,6 @@ $ 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)
|
||||||
|
|
Loading…
Reference in New Issue