Quick Pentest Reference

Provides rapid-fire command references for penetration testing tasks like enumeration and brute-forcing.

34|10|Updated Feb 27, 2025
One-click install
npx skills add https://github.com/zebbern/SecOps-CLI-Guides --skill quick-pentest-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Quick Pentest Reference
Source: https://github.com/zebbern/SecOps-CLI-Guides/tree/main/skills/quick-pentest-reference
Command: npx skills add https://github.com/zebbern/SecOps-CLI-Guides --skill quick-pentest-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides quick access to essential command-line tools and techniques for penetration testing, helping security professionals perform common tasks efficiently without needing to memorize every command.

Core Features & Use Cases

  • Enumeration & Scanning: Quickly discover live hosts, enumerate DNS, and scan for open ports and services.
  • Directory & VHOST Busting: Uncover hidden directories, files, and virtual hosts on web servers.
  • Password Brute-Forcing: Execute common password brute-force attacks against various services.
  • Use Case: During a penetration test, you need to quickly find subdomains, scan a network for live hosts, and then attempt to brute-force SSH credentials on a discovered host.

Quick Start

Use the Quick Pentest Reference skill to perform a Gobuster directory scan against http://10.10.10.10 using the common wordlist.

Frequently Asked Questions about Quick Pentest Reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find common Nmap commands for host discovery and service scanning?

To find common Nmap commands for host discovery and service scanning, this reference provides pre-defined command structures. It helps security professionals quickly execute network enumeration tasks without memorizing syntax.

What is the best way to run Gobuster or FFUF for directory busting?

The best way to run Gobuster or FFUF for directory busting is by using pre-defined command references. This skill supplies ready-to-use command structures to uncover hidden directories and files on target web servers.

Can I use this cheat-sheet for password brute forcing with Hydra?

Yes, you can use this cheat-sheet for password brute forcing with Hydra. It facilitates quick execution of common credential attacks against various services, supporting rapid penetration testing operations.

Does this pentest reference include commands for DNS enumeration?

Yes, this pentest reference includes commands for DNS enumeration. It covers essential reconnaissance techniques, allowing you to quickly find subdomains and enumerate DNS records during engagements.

How do I perform a Nikto web server scan using command references?

To perform a Nikto web server scan using command references, this skill provides rapid syntax lookups. It supports common security tools like Nikto to facilitate quick vulnerability scanning on web servers.