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
Nightingale — Nightingale Docker for Pentesters is a comprehensive Dockerized environment tailored for penetration testing and vulnerability assessment. It comes preconfigured with all essential tools and utilities required for efficient Vulnerability Assessment and Penetration Testing (VAPT), streamlining the setup process for security professionals. | Kitploit
Tools/GitHubGitHub/rajanagori/nightingale
OSINT (Open Source Intelligence)Penetration Testing FrameworksVulnerability ScannersContainer SecurityForensicsWeb SecurityNetwork SecurityPenetration TestingMobile SecurityLearning & Education
GitHubrajanagori/nightingale

Nightingale

315581 month agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

About

Nightingale Docker for Pentesters is a comprehensive Dockerized environment tailored for penetration testing and vulnerability assessment. It comes preconfigured with all essential tools and utilities required for efficient Vulnerability Assessment and Penetration Testing (VAPT), streamlining the setup process for security professionals.

View RepositoryWebsite
Share

Nightingale: Docker for Pentesters

This project is supported by:

Powered by DigitalOcean Nightingale

Nightingale is a ready-to-use, multi-architecture Docker toolkit for pentesting and security research. It gives you a reproducible environment with curated tools for web, network, mobile, API, OSINT, and forensics workflows.

Quick Start (2 minutes)

root@kitploit:~
docker pull ghcr.io/rajanagori/nightingale:stable
docker run -it --name Nightingale -p 8080:7681 \
  ghcr.io/rajanagori/nightingale:stable ttyd -p 7681 bash

Open http://localhost:8080 to access the browser terminal.

Hosted GUI Access

To request access to https://nightingale-security.com/, please raise a GitHub issue using the hosted GUI access template. After the request is reviewed, access details will be shared in the issue.

Before raising the request, you can review the GUI screenshots on nightingale-security.com.

Why Nightingale

  • Reproducible pentest environment across AMD64 and ARM64
  • Browser and terminal-based workflows
  • Security-focused CI with Trivy and dependency maintenance
  • Community-driven tool additions and requests

Start Here (Wiki Navigation)

  • Installation and setup: Wiki - Installation and Setup
  • Architecture overview: Wiki - Architecture of Nightingale
  • Full tool catalog: Wiki - Tools list
  • Kubernetes usage: Wiki - Nightingale meets Kubernetes!
  • GUI setup: Wiki - Nightingale Console setup

Why Fork Nightingale

Forking is the easiest way to build your own internal security image quickly:

  • Add private/internal tooling for your engagement style
  • Pin different versions for training labs, enterprise testing, or CTF pipelines
  • Build team-specific profiles for web, API, mobile, OSINT, or cloud testing

If Nightingale helps your work, please star the repo. If you customized it, fork it and share your profile with the community.

Project Health

OpenSSF Best Practices OWASP Incubator Docker Image CI Multi OS Docker Images - ARM64 macOS Artifact Hub Trivy Scan

🚀 OPTIMIZATION UPDATE

Major Performance Improvements

Nightingale introduces significant optimizations that deliver:

  • 📦 Docker Image Size Reduction: 35-65% smaller images (2.3GB → 700-900MB)
  • 🔒 Security Enhancements: Fixed critical vulnerabilities and applied security best practices
  • 📚 Documentation: 600% increase in coverage with comprehensive guides
  • ⚡ Error Handling: 500% improvement with comprehensive validation
  • 🎯 Code Quality: Grade A (90/100) with enterprise-grade standards

Key Optimizations Applied

Docker Image Optimizations

  • ✅ Multi-stage ttyd build - Separate builder stage saves 50-100MB
  • ✅ Removed .git folders - Clean clones save 200-500MB
  • ✅ Build dependencies purged - Removed gcc, make, cmake saves 200-300MB
  • ✅ Aggressive cache cleanup - Comprehensive cleanup saves 200-400MB
  • ✅ PostgreSQL client only - No full server saves 100-150MB
  • ✅ Python/Go cache cleanup - Language caches cleaned saves 150-300MB

Code Quality Improvements

  • ✅ Shell Scripts: Enhanced with set -euo pipefail, error trapping, colored logging
  • ✅ Go Application: Refactored with constants, error wrapping, validation functions
  • ✅ Dockerfiles: OCI standard labels, healthchecks, multi-stage optimization
  • ✅ Configuration: Comprehensive comments, security warnings, best practices

Security Enhancements

  • ✅ Fixed insecure permissions: chmod 777 → chmod 755
  • ✅ Secure PATH configuration in all scripts
  • ✅ Input validation and command injection prevention
  • ✅ Error trapping with comprehensive error handling

Expected Results

Quick Start with Optimized Images

root@kitploit:~
# Pull optimized images
docker pull ghcr.io/rajanagori/nightingale:stable
docker pull ghcr.io/rajanagori/nightingale:arm64

# Run with optimized image
docker run -it --name Nightingale -p 8080:7681 \
  ghcr.io/rajanagori/nightingale:stable ttyd -p 7681 bash

# Access via browser
open http://localhost:8080

Build Optimized Images

root@kitploit:~
# Build optimized main image
docker build -t nightingale:stable .

# Build optimized ARM64 image
cd architecture/arm64/v8
docker buildx build --platform linux/arm64 -t nightingale:arm64 .

Description

In today's technological era, Docker is the most powerful technology across various domains, whether it's Development, Cybersecurity, DevOps, Automation, or Infrastructure.

Considering the demand of the industry, I would like to introduce my idea to create NIGHTINGALE: a Docker image for pentesters.

This Docker image provides a ready-to-use environment with the tools required for pentesting across different scopes, including web application penetration testing, network penetration testing, mobile, API, OSINT, or Forensics.

The best part is that you can either create an altered Docker image or pull the pre-built Docker image from the hub.

Some of the best features are listed below; I would highly recommend going through them before starting to penetrate the application. Link to access tool list: (tool list)

Pros

  • Pre-installed penetration testing tools and frameworks
  • Consistent and repeatable testing environments via Docker
  • Fast booting and tearing down of testing environments
  • Resource-efficient operation suitable for users with limited resources
  • Browser-based access using the local IP address
  • Platform independence, enhancing accessibility and usability
  • Go binary support for deploying Nightingale on any architecture.
  • Compatibility with both AMD and ARM architectures.
  • CI/CD integration for automated vulnerability scanning.
  • Maintenance of GitHub Advisories, ensuring consumers have access to the latest images.
  • On-demand installation via a request form, allowing consumers to request specific tools.
  • GUI based solution for those who has love-hate relation with CLI.

Why?

The reason behind creating this Docker image is to make a platform-independent penetration toolkit. It includes all the useful tools that a penetration tester might need (refer to the tool list section for details).

Please feel free to contribute to the tool.

For more information Nightingale Wiki

Nightingale OWASP Project: OWASP Nightingale project page


Alt

committers.top badge

Download Tool
MetricBeforeAfterImprovement
Image Size2.3GB700-900MB35-65% reduction
Code QualityGrade CGrade A+111% improvement
Security ScoreBasicAdvanced+400% improvement
Documentation5%30%+600% increase
Error HandlingMinimalComprehensive+500% improvement