Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
nextjs-middleware-auth-bypass — CVE-2025-29927 | Kitploit
Tools/GitHubGitHub/sermikr0/nextjs-middleware-auth-bypass
Authentication & AuthorizationVulnerability AnalysisWeb Application ExploitationWeb SecurityPenetration Testing
GitHubsermikr0/nextjs-middleware-auth-bypass

nextjs-middleware-auth-bypass

CVE-2025-29927

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1111 months agoNot yet reviewed

Next.js App Docker Deploy

This project is prepared for running a Next.js application using Docker.

Build

Creating a Docker image:

root@kitploit:~
docker build -t next-app .

Run

Starting the container:

root@kitploit:~
docker run -d --name next-app --restart always -p 3000:3000 next-app

Access

Access via browser:

root@kitploit:~
http://<IP>:3000

For example:

root@kitploit:~
http://127.0.0.1:3000

Additional tools

Tools used for testing and security:

  • Burp Suite

Telegram => https://t.me/saidakbarxon_s

Download Tool