I have just completed the Attacking GraphQL module on HTB Academy!
Short yet perfect module. ;)
https://t.co/ndRaPxqHYo
#hackthebox@hackthebox_eu#webhacking
🚨 CRITICAL: Active supply chain attack on axios -- one of npm's most depended-on packages.
The latest [email protected] now pulls in [email protected], a package that did not exist before today. This is a live compromise.
This is textbook supply chain installer malware. axios has 100M+ weekly downloads. Every npm install pulling the latest version is potentially compromised right now.
Socket AI analysis confirms this is malware. plain-crypto-js is an obfuscated dropper/loader that:
• Deobfuscates embedded payloads and operational strings at runtime
• Dynamically loads fs, os, and execSync to evade static analysis
• Executes decoded shell commands
• Stages and copies payload files into OS temp and Windows ProgramData directories
• Deletes and renames artifacts post-execution to destroy forensic evidence
If you use axios, pin your version immediately and audit your lockfiles. Do not upgrade.
Quick tip for bug bounty hunters:
Use https://t.co/caxQhhxk4N to quickly extract interesting endpoints with a single click. It’s especially useful for finding API endpoints in large JavaScript files.
#BugBounty#BugBountyTips
@EvanKlein338226 I tried techniques like case manipulation of event handlers and null bytes. Mixing tricks made some payloads work. One simple XSS payload I found on Twitter months ago still bypasses the Cloudflare WAF. Surprisingly, it still works! Haha.
Just found a simple Cloudflare WAF bypass 👀
<img src=x onerror=alert()> → blocked by Cloudflare
<Img Src=OnXSS OnError=alert(document.domain)> → bypasses the WAF and triggers the alert.
#BugBounty#BugBountyTips#WAFBypass
@leroibull@hackinghub_io Hello @leroibull.
I can give you a hint or narrow things for you. Stay at is_admin_username(...) function properly. You should be able to solve it.
I just published a new Web CTF challenge: SmallMart 🛒
It’s all about source code review → find the bug → exploit it.
Try it on @hackinghub_io: https://t.co/yDXX99bIpu