Built a vulnerable e-commerce app for pentesters and AppSec engineers to hack legally. 40+ vulns. OWASP Top 10 (2025) + LLM Top 10.
Hack it live or spin it locally with Docker. https://t.co/UfTLxRcdXe https://t.co/UG5nKmQhme
#AppSec#BugBounty#OWASP
For 19 years, stolen credentials were the top way attackers got in.
That streak is over.
🚨 The 2026 Verizon DBIR shows vulnerability exploitation has taken the lead, now accounting for 31% of breach entry points. At the same time, AI is shrinking CVE-to-exploit timelines from months to hours.
This matters because annual testing and quarterly assessments were built for a slower world.
Trey Ford breaks down what this shift means for security teams, third-party risk, shadow AI, and the growing need for continuous adversarial coverage ⤵
https://t.co/W4FzKDCK4H
Saw this in the logs earlier. If you’re checking out, use a VulnBank virtual card, make sure the card details have no spaces, and ensure the card is funded. Otherwise it’ll fail and stay on “pending.”
Happy hacking ✌🏽
Possible phishing site impersonating Google Meet and Gmail hosted on:
ecortbabylon[.]site
The site includes fake:
Google Meet pages
Gmail login
Cash PIN collection
It also posts collected data to:
toolapipanel[.]online
Observed URLs:
ecortbabylon[.]site/meet/asda
ecortbabylon[.]site/gmail/asdasd
ecortbabylon[.]site/cashpin
ecortbabylon[.]site/login/test
ecortbabylon[.]site/duo/test
ecortbabylon[.]site/google-meet/test
ecortbabylon[.]site/review/test
ecortbabylon[.]site/location/test
ecortbabylon[.]site/location-live/test
ecortbabylon[.]site/live/test
#phishing #infosec #cybersecurity #gmail #googlemeet @500mk500
PwnShop has no flags. Real targets don't have them either, they have consequences.
Stolen accounts. Free orders. Full admin access. That's the impact we want you to feel.
Web: https://t.co/OHin68jWf6
https://t.co/Lp7aG240Wq
Mobile: https://t.co/7UpNSwVeQx
OWASP LLM08 Excessive Agency. When an AI agent has more permissions than it needs with no verification before acting.
I Asked PwnShop Mobile Chatbot to credit my wallet. It asked for a WALLET_TOPUP_OVERRIDE_KEY.
Can you get the credit applied?
https://t.co/GjcDDf5EaM
Hey everyone, pwnshop web has moved to a new repo with an updated vulnerability list.
New home: https://t.co/OHin68jWf6
You can deploy it locally or interact with the online version directly at https://t.co/UfTLxRcdXe, whichever works best for you.
Go check it out.
Pwnshop Mobile is now live on Android. A whole new attack surface to explore
Download the APK from the releases page and start hacking.
https://t.co/MbXWoS5oH0
#MobileSecurity#AppSec
Pwnshop just went mobile 📱
Android version is live. OWASP Mobile Top 10, LLM Top 10 and business logic flaws. Download the APK and start hacking.
https://t.co/gZHtg4V6so
Pwnshop Mobile is here 📱
The Android version of Pwnshop is live. OWASP Mobile Top 10, LLM Top 10, and API business logic flaws. No setup needed, just download the APK and start hacking.
https://t.co/syMujPF4CM
Built a vulnerable e-commerce app for pentesters and AppSec engineers to hack legally. 40+ vulns. OWASP Top 10 (2025) + LLM Top 10.
Hack it live or spin it locally with Docker. https://t.co/UfTLxRcdXe https://t.co/UG5nKmQhme
#AppSec#BugBounty#OWASP
@miracle_egbedi APT is trying IPv6 first, failing, then falling back to IPv4 it will still work but you will keep seeing those red errors. To skip IPv6 entirely and clean it up:
echo 'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv4
No more errors on every apt update.