payloadartist Profile picture
Buidling security @bake_io • Tweeting about Hacking, & Cybersecurity • Helped secure organizations like Google • Opinions are my own
Sep 16, 2022 12 tweets 4 min read
⚠️ Uber apparently got grandly hacked.

Attacker basically got access to almost everything (allegedly)

- Slack
- Google Workspace Admin
- AWS Accounts
- HackerOne Admin
- SentinelOne EDR
- vSphere
- Financial Dashboards

Thread on what we know so far 🧵👇

#Hacking Allegedly, TA (attacker) gained the initial access through social engineering.

After scanning their internal network, TA obtained admin credentials to Thycotic through a powershell script on a network share.

Thus they extracted secrets for all services.

Aug 23, 2022 9 tweets 5 min read
🤫 Hunting for exposed secrets can help you find low hanging fruits in #BugBounty and #Pentesting

OWASP WrongSecrets project offers a vulnerable app.

There are several challenges to understand where and how developers might expose secrets. Thread👇🧵

#CyberSecurity #Hacking Image 2/ Secrets can be exposed in Docker environment variables. This is a common bad practice.

Docker image linters like dockle can be used to find/detect them.

github.com/goodwithtech/d… Image