Share
## https://sploitus.com/exploit?id=6435CC36-A2D9-5629-A2F6-E95523714DCD
# Next.js Vulnerability Scanner (CVE-2025-29927)

[![Go Report Card](https://goreportcard.com/badge/github.com/yourusername/nextjs-scanner)](https://goreportcard.com/report/github.com/yourusername/nextjs-scanner)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
 
  ```