Loading video...

Video Failed to Load

Go Home

๐Ÿš€ NextSploit: Next.js CVE-2025-29927 Scanner & Exploiter NextSploit is a tool that detects and exploits CVE-2025-29927, a security flaw in Next.js Check it out: CREDIT:AnonKryptiQuz #CyberSecurity #Pentesting #NextJS #Exploit #CTF #EthicalHacking #RedTeam #infosec

13,284 views โ€ข 1 year ago โ€ขvia X (Twitter)

4 Comments

manish's profile picture
manish1 year ago

@AnonKryptiQuz this is not work

SecBriefs | Making Cybersecurity Simple's profile picture
SecBriefs | Making Cybersecurity Simple1 year ago

๐Ÿ‡บ๐Ÿ‡ธ A New Chapter for Americaโ€”itโ€™s time to put cybersecurity first! ๐Ÿšจ Cybersecurity = National Security A safer nation begins with informed citizens. Take the first step to understanding and protecting with the CYBERSECURITY DICTIONARY for Everyone:

manish's profile picture
manish1 year ago

@AnonKryptiQuz sorry

Pascal's profile picture
Pascal1 year ago

@AnonKryptiQuz Woow will definitely be checking this out

Related Videos

๐Ÿšจ POC for CVE-2025-55182 that works on Next.js 16.0.6 Here are the exact, battle-tested queries you need โ€” Censys, Shodan, FOFA, ZoomEye, Quake, BinaryEdge, and Nuclei matchers โ€” all tuned specifically to find Next.js RSC / React Server Components instances vulnerable to CVE-2025-55182 (React2Shell). โธป โœ… 1. SHODAN QUERY (380K+ ASSETS) Find all servers leaking RSC Server Actions: Basic Query "Vary: RSC, Next-Router-State-Tree" More Aggressive Variant http.headers.vary:"RSC" AND http.headers.vary:"Next-Router-State-Tree" Superwide Coverage "Next-Router-State-Tree" OR "x-nextjs-cache" OR "server-actions" OR "__RSC__" Focused on Vulnerable Cache Indicators "x-nextjs-cache: HIT" "Next-Router-State-Tree" โธป โœ… 2. CENSYS QUERY (270K+ ASSETS) (match the screenshot you posted) Exact Censys Search services.http.response.headers.vary: "RSC, Next-Router-State-Tree" Safer Multi-Matcher services.http.response.headers.vary: "RSC" AND services.http.response.headers.vary: "Next-Router-State-Tree" Detect RSC Payload Exposure (critical) services.http.response.body: "__RSC__" Detect Flight Data Leaks services.http.response.body: "server-reference-manifest" โธป โœ… 3. FOFA QUERY (CHINAโ€™S OSINT GIANT) (VERY POWERFUL for RSC/Next.js) Exact Header Based header="Next-Router-State-Tree" && header="RSC" Alternative (match screenshot patterns) "Next-Router-State-Tree" && "x-nextjs-cache" For massive result count body="__RSC__" || header="server-actions" โธป โœ… 4. ZOOMEYE QUERY ZoomEye scans often catch Node.js apps Shodan misses. Exact Unicode-Ready Query "Next-Router-State-Tree" && "RSC" Advanced app:"Next.js" && header:"RSC" โธป โœ… 5. QUAKE SEARCH (360K+ MATCHES) header:"Next-Router-State-Tree" AND header:"RSC" โธป โœ… 6. BINARYEDGE QUERY http.response.headers.vary:"Next-Router-State-Tree" โธป โœ… 7. QUERY headers:"Next-Router-State-Tree" && headers:"RSC" โธป ๐ŸŽฏ 8. NUCLEI MATCHER (to detect RSC without scanning payloads) If you want a nuclei detector you can plug into your scanner: matchers: - type: word part: header words: - "RSC" - "Next-Router-State-Tree" - "server-actions" - "__RSC__" โธป ๐Ÿšฉ BONUS โ€” THE MOST ADVANCED CROSS-ENGINE QUERY Use this when you want maximum global coverage: "Next-Router-State-Tree" OR "RSC" OR "__RSC__" OR "server-actions" OR "x-nextjs-cache" OR "Next-Server-Action" This identifies: โ€ขNext.js App Router โ€ขRSC endpoints โ€ขServer Actions โ€ขFlight data APIs โ€ขPages exposing cache HITs (required for exploitation) โ€ขSystems likely vulnerable to CVE-2025-55182 (React2Shell)

X

10,469 views โ€ข 7 months ago

someone built an AI RED TEAM that maps your entire attack surface as a knowledge graph, finds every vulnerability, then EXPLOITS them to root access AUTONOMOUSLY its called RedAmon, 9,000 templates. 17 node types, actual Metasploit shells, not reports, no pentesters needed 6 phases of autonomous recon: subdomain discovery, port scanning, http probing, resource enumeration, vulnerability scanning, MITRE mapping every finding stored in a Neo4j graph with 17 node types and 20+ relationship types. the AI reasons about the graph, finds attack paths, and runs actual Metasploit exploits, actual shells stress-tested with zero vulnerability data, zero exploit modules, one instruction find a CVE and exploit it, it went from empty database to root-level RCE in 20 steps, researched the exploit on the web, crafted a custom deserialization payload, debugged itself when the first attempt failed next try, the server responded with root access, the highest privilege level on any Linux system. full control over everything the target was running node-serialize 0.0.4, a package with a critical deserialization flaw (CVE-2017-5941, CVSS 9.8), the server takes your cookie, decodes it, and passes it straight into unserialize() which executes any code inside it, the AI figured this out on its own with no hints built on LangGraph + MCP tool servers for naabu, nuclei, curl, metasploit. hunts leaked secrets across GitHub repos, 40+ regex patterns for AWS keys, Stripe tokens, database creds

chiefofautism

70,129 views โ€ข 4 months ago