🧠 Path Traversal in Zip Upload
1️⃣ App extracts user-uploaded ZIP files
2️⃣ Payload includes ../../../../etc/passwd
3️⃣ No sanitization on file paths
4️⃣ Files written outside intended dir
🎯 ZIP → arbitrary write
#bugbounty#pathtaversal#bugbountytip
SQL Injection Payload
i was able to locate a SQL injection very hard to exploit , with digging I successfully got it with the sleep payload
''||(select 1 from (select pg_sleep(6))x)||'
==> i added as well to my SQL wordlist
happy hunting ♥
#bugbountytips #bugbountytip #bugbounty
App returns:
{"msg": "Welcome, USER!"}
Inject
"}]},"x":1,"y":"<script>alert(1)</script>
👉 If parsed into DOM (e.g., via innerHTML), it’s game over.
⚠️ Watch for JSON.parse() + DOM sink patterns.
#XSS #JSONInjection #AppSec #bugbounty
🧠 IDOR in Mobile API
1️⃣ Mobile app uses incremental user IDs: /api/user/1023
2️⃣ No auth check on user ID param
3️⃣ Change ID → access others' PII
4️⃣ Full account takeover via mobile
🎯 Predictable IDs + missing auth = 💥
#bugbounty#idor#mobileapp#infosec
Discovered a cool Windows LFI during a pentest in a widely used tool. This might be a 0-day — I found over 5k+ affected installations. Possibly another CVE in the pipeline.
Payload: /login/xxx/CustomImages.aspx?XXXX=logo.png..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cwindows%5cPFRO.log #BugBounty
LLMs are getting scary good at red teaming.
AIRTBench just dropped 70 black-box CTFs, no hints.
Models had to write real code to find + exploit vulns.
Results:
Claude 3.5: 61%
GPT-4.5: 49%
Llama 4: 10%
And did it 5000× faster than humans.
Read it: https://t.co/ROeZzy6c2r
#AI #Cybersecurity #LLM #CTF #AIRTBench
🏴 Bypass AI Powered WAFs 🏴
More and more firewalls are relying on AI to detect attacks. However, these AI powered web application firewalls can by bypassed just as easy as the old school ones.
https://t.co/6WPqDOXYQz
#bugbountytips#WAF#Infosec#bugbountytip#XSS#redteam
CORS misconfigurations are one of the most underestimated vulnerability types! 👀
If you're neglecting them... you're potentially missing out on high severity bugs! 🧐
In our latest article, we've outlined 8 different CORS exploitation scenarios—including some advanced & browser-specific cases! 😎
Read the article today! 👇
https://t.co/VdPL2fS6ne
Bypassing Disabled Function via API Manipulation
1) Go to the source code, locate where the function is disabled: true, and change it to false.
2) Intercept the PUT request in Burp Suite.
3) Modify the request body (e.g., limit=1000000) and send it.
#bugbountytips#bugbounty
Did you know you can set Proxify as an upstream proxy? Here's how you do it! 👇
Check out the change of User-Agent once the request is forwarded from Burp Suite to Proxify to the web server.
#proxify#burpsuite#hackwithautomation