mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-07 10:50:31 -08:00
XSS without parenthesis, semi-colon + Lontara
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
- [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
|
||||
|
||||
@@ -236,6 +237,16 @@ $ 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)
|
||||
|
||||
Reference in New Issue
Block a user