Skip to content

Pentest

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

Pentest Plugin

Penetration-test readiness kit. Free — MIT licensed.

Install

nself plugin install pentest

No license key required.

Description

Penetration-test readiness kit. Generates structured scope documents, provisions pentest credentials, tracks findings, and manages remediation. FREE, Security-Always-Free Doctrine.

Category: compliance. Current version: 1.1.2.

Configuration

Env Var Default Description
DATABASE_URL (required) PostgreSQL connection string
PORT 3062 HTTP server port
NSELF_PENTEST_SCOPE_BUCKET - -
NSELF_PENTEST_FINDINGS_DUE_DAYS_CRITICAL - -
NSELF_PENTEST_FINDINGS_DUE_DAYS_HIGH - -
NSELF_PENTEST_FINDINGS_DUE_DAYS_MEDIUM - -

Ports

Port Purpose
3062 Pentest service port

Database Schema

1 table(s) added to your Postgres database:

  • np_pentest_findings

REST API

GET    /health

Examples

Health check

curl http://localhost:3062/health

Source

plugins/pentest/

Manifest: plugins/pentest/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally