If anyone is encountering this WAF trigger from Cloudflare as shown in image and not able to trigger XSS.
I have the bypass for this type XSS.
Let me know about collaboration.
https://t.co/kplyMM2AJi
Seems that wp2shell PoCs are now floating around the internet, so we've published our blog post including our research methodology for finding the bug as well as a deep dive into the chain itself - https://t.co/iuU0yiYJBT
Prototype pollution is the bug most hunters confirm and then bail on — leaving the actual RCE for someone else to claim on the same target.
Run this every time you see a JSON endpoint:
1. Grep the JS for sinks: __proto__, constructor.prototype, lodash _.merge / _.set / _.defaultsDeep, jQuery.extend(true,...), any recursive deep-merge helper.
2. Find the entry — /api/preferences, /api/profile, /api/settings, GraphQL updateUser with arbitrary input shapes. Anywhere the backend "merges whatever you send."
3. Probe:
{"__proto__":{"xssr":"1"}}
or
{"constructor":{"prototype":{"xssr":"1"}}}
Then check ({}).xssr in DevTools or look for a reflected/changed response.
4. Escalate — this is where 90% of hunters quit. Pollution alone = info. You need a GADGET.
- Client: jQuery template, Marked options, Bootstrap data-*, sanitize-html allowedTags → pollute __proto__.src / .template / .onerror.
- Server: Express render options, Mongoose hydrate, EJS, child_process env, lodash template → chained to RCE.
5. Tooling: DOM Invader has a built-in prototype pollution scanner. Turn it on. Browse. It flags sinks for you.
6. Trap: "polluted: yes" with no gadget gets closed as informational. Always chain to XSS, auth bypass, or RCE before submitting.
Pollution + gadget = impact.
@ctbbpodcast I also had similar issue with hackerone.
Made a critical report with unique exploit, never been in public, reported to 3-4 programs. And suddenly the exploit stopped working on other programs.
After 2 years, someone wrote blogpost claiming their own.
@Hacker0x01@jobertabma
Seems like hackerone programs no longer appreciate the reporters
March 7, 2026, 9:12pm UTC 1-click ATO Issue reported.
March 9, 2026, 9:36am UTC VA passed report to the team
March 9, 2026, 12:27pm UTC found logs on my server
@Hacker0x01@jobertabma
Seems like hackerone program are no longer appreciating reporters effort.
March 7, 2026, 9:12pm UTC 1-click ATO Issue reported.
March 9, 2026, 9:36am UTC VA passed report to the team
March 9, 2026, 12:27pm UTC found logs on my server
The AI-powered hacking space is moving fast.
CAI was already pretty solid, and Strix just dropped last week.
👉 CAI: https://t.co/yIpENddmyD
👉 Strix: https://t.co/vhLN08uHm3
Anyone tried these yet?
How to find viable targets for client-side desync attacks:
1️⃣ Open Burp Suite and intercept requests.
2️⃣ Choose an endpoint that wouldn't usually expect a POST request (e.g GET) and send it to repeater.
3️⃣ Go to Inspector > Request Attributes > Protocol field > Upgrade to HTTP/2.
4️⃣ Send the Modified Request and look for this error message:
"Server ALPN does not advertise HTTP/2 support"...
5️⃣ Enable ALPN Override in request settings and send again.
If you see "Stream failed to close correctly" then you've confirmed that the server does not support HTTP/2 and is a valid target for desync testing!
Want to learn more about desync attacks? On August 6, at Black Hat USA, James Kettle from PortSwigger Research will reveal new classes of desync attack that enabled him to compromise multiple CDNs and kick off the desync endgame! 😲
Stay up to date here: https://t.co/kr6SR4JOw3
Fullstack Developer Roadmap: Skills and Projects to Land Your First Job
➔ 1. Master the Foundations
- HTML: Semantic tags, accessibility, forms, SEO structure
- CSS: Flexbox, Grid, responsive design, animations
- JavaScript: ES6+, DOM manipulation, fetch API, events
➔ 2. Learn Git and GitHub
- Clone, commit, push, pull requests, branching
- Collaborate on open-source or small group projects
➔ 3. Core Frontend Framework
- Pick one: React (recommended), Vue, or Angular
- Learn component structure, props, state, lifecycle, hooks (React)
- Build UI projects: weather app, todo app, personal portfolio
➔ 4. Package Managers and Tooling
- npm, yarn basics
- Webpack, Vite or Next.js for React projects
➔ 5. Core Backend Language and Framework
- Pick one: Node.js (with Express), Python (Flask or Django), or Go
- Learn REST API creation, routing, middleware
- Understand authentication and error handling
➔ 6. Databases
- SQL (PostgreSQL or MySQL) or NoSQL (MongoDB)
- CRUD operations, data validation, relationships
- Connect backend APIs to your database
➔ 7. Fullstack Integration
- Connect frontend fetch or axios to your backend APIs
- Handle form submissions, authentication, and protected routes
➔ 8. Authentication and Authorization
- Learn JWT, sessions, OAuth basics
- Create login and signup flows
➔ 9. Testing Basics
- Unit and integration testing with Jest, Mocha, Supertest or Pytest
- Learn TDD workflow for confident builds
➔ 10. Deployment and CI/CD
- Host frontend: Vercel, Netlify
- Host backend: Render, Railway, https://t.co/lTD3eOzjWW or your preferred VPS
- Learn environment variables and build pipelines
➔ 11. Soft Skills and Problem-Solving
- Debugging with browser DevTools and console
- Clear Git commit messages
- Document your code and APIs
➔ 12. Build Portfolio Projects
- Responsive personal portfolio site
- Fullstack todo app with CRUD and auth
- Blog platform with markdown support
- E-commerce store with Stripe or PayPal integration
- Real-time chat app with WebSockets or Firebase
➔ 13. Consistent Practice
- Push projects to GitHub regularly
- Write blog posts on what you learn
- Contribute to open-source projects
➔ 14. Prepare for Interviews
- Data structures: arrays, objects, queues, stacks, linked lists
- Algorithms: sorting, searching, recursion
- Practice coding challenges on LeetCode or Codewars
➔ 15. Network and Apply
- Join developer communities: Discord, X, GitHub
- Share your projects on LinkedIn and X
- Apply to internships and junior positions while building
➔ To master this roadmap with structured, step-by-step projects and guidance, get this ebook: https://t.co/TuMR5QXGIr