Not every loss is a bad beat. ⚡
This player didn’t win the $25 CUB3D SNG, but a Glitch Prize still sent $1,250 his way! 🤑
50X the buy-in. Zero complaints. 🤯
Webhook SSRF filter bypass: many servers block 301/302 redirects but follow 303 See Other.
Host a PHP script returning 303 to the internal target:
ex.👇
Source: Omise #508459 (AWS keys leaked in webhook delivery log).
#ssrf
extention bypass if it requires the file to end with .yaml
do it: url=http://2852039166/latest/meta-data/iam/security-credentials/target-web-role?a=example.yaml
paramter with bypass
#bugbounty#bugbountytrics#infosec
Rails SSRF: CarrierWave's remote_attachment_url= downloads from arbitrary URLs.
Check any Rails app with uploads or import/export — it may not get stripped.
Also test remote_attachment_request_header= for header injection (e.g. Metadata-Flavor: Google).
Source: GitLab #826361
XSS isn't one bug — it's three different fights depending on where your input lands. 🐀
The HackXpert XSS Playground drops you into all three contexts: HTML injection, HTML tag attribute injection, and JavaScript injection. Learn to read the context first, then craft the payload that actually fires.
Free, hands-on, right in the browser: https://t.co/Yq8dEvsjtM
Want the full path afterwards? Uncle Rat's Pentesting Paradise ties the methodology together — a discount applies via the link: https://t.co/Gqmxzg3ZUf
Authorized testing only. #infosec #bugbounty
Burp Logger++ auto-detect regex for IDOR testing:
\b\d{3,}\b|gid:\/\/|uuid:[0-9a-f]{8}
Flags every numeric, GraphQL gid, and UUID in proxy history. Export matches and test each with a second account.
Use NextJS? Recon ✨
A quick way to find "all" paths for Next.js websites:
DevTools->Console
console.log(__BUILD_MANIFEST.sortedPages)
javascript:console.log(__BUILD_MANIFEST.sortedPages.join('\n'));
Credit: @ofjaaah#infosec#bugbountytips#bugbounty
A simple bypass through IP based application blocklisting 👇
X-Forwarded-For can be used to bypass the IP based blocklisting if the application is configured to trust this header.