Share
## https://sploitus.com/exploit?id=6435CC36-A2D9-5629-A2F6-E95523714DCD
# Next.js Vulnerability Scanner (CVE-2025-29927)
[](https://goreportcard.com/report/github.com/yourusername/nextjs-scanner)
[](https://opensource.org/licenses/MIT)
A security tool to detect and verify Next.js applications vulnerable to CVE-2025-29927 (Authentication Bypass).
## Features
- ๐ฏ Accurate Next.js detection with multiple verification methods
- ๐ Precise version comparison to identify vulnerable instances
- ๐ก๏ธ Exploit verification with zero false positives
- ๐ High-performance concurrent scanning
- ๐ Multiple output formats (console, file)
## Installation
### Binary Releases
Download pre-built binaries from the [Releases page](https://github.com/yourusername/nextjs-scanner/releases).
### From Source
1. Ensure you have Go 1.20+ installed
2. Clone the repository:
```
git clone https://github.com/yourusername/nextjs-scanner.git
cd nextjs-scanner
```