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
Next.js-CVE-2025-29927 — Minimal Next.js 12.2 application containerized with Docker, providing a simple Hello World web app and local development instructions. | Kitploit
Tools/GitHubGitHub/0xpb1/next.js-cve-2025-29927
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHub0xpb1/next.js-cve-2025-29927

Next.js-CVE-2025-29927

Minimal Next.js 12.2 application containerized with Docker, providing a simple Hello World web app and local development instructions.

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Next.js Docker Demo

A simple Hello World application built with Next.js 12.2 and Docker.

Prerequisites

  • Docker installed on your system
  • Node.js 16 or later (for local development)

Building the Docker Image

To build the Docker image, run:

root@kitploit:~
docker build -t nextjs-docker-demo .

Running the Container

To run the container, use:

root@kitploit:~
docker run -p 3000:3000 nextjs-docker-demo

The application will be available at http://localhost:3000

Development

For local development without Docker:

  1. Install dependencies:
root@kitploit:~
npm install
  • Run the development server:
  • root@kitploit:~
    npm run dev
    

    The application will be available at http://localhost:3000

    Download Tool