ethical-redteam-bugbounty

Conduct authorized security tests with OSINT, scanning, and OWASP/NIST reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/prof-ramos/ethical-redteam-skill --skill ethical-redteam-bugbounty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ethical-redteam-bugbounty
Source: https://github.com/prof-ramos/ethical-redteam-skill/tree/main
Command: npx skills add https://github.com/prof-ramos/ethical-redteam-skill --skill ethical-redteam-bugbounty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nmap, python-nmap, dnspython, requests, rich, markdown2, jinja2, sherlock-project, sublist3r, ipwhois, beautifulsoup4, pyfiglet, cryptography, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of conducting authorized security tests, from initial reconnaissance to professional report generation, ensuring compliance and ethical practices.

Core Features & Use Cases

  • Automated Security Testing: Covers OSINT, scanning, vulnerability analysis, and reporting.
  • Ethical & Compliant: Enforces authorization checks and follows OWASP/NIST standards.
  • Use Case: A security team needs to perform a penetration test on a new web application. They can use this Skill to gather initial intelligence, scan for open ports and services, analyze findings for vulnerabilities, and generate a comprehensive report for management and technical teams.

Quick Start

Use the ethical red team skill to perform a passive reconnaissance scan on example.com.

Frequently Asked Questions about ethical-redteam-bugbounty

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

FAQPage Schema
How do I automate penetration testing and vulnerability assessment for a web application?

Automate penetration testing and vulnerability assessment by running OSINT reconnaissance, port scanning, and vulnerability analysis in a single workflow. The process gathers intelligence, identifies open ports, analyzes findings, and generates a professional report.

Do I need written authorization before running a red team security scan?

Yes, written authorization is explicitly required before running any red team security scan. The tool enforces ethical compliance checks and mandates approval before initiating active tests on target systems.

Can I route port scanning and OSINT reconnaissance through TOR for anonymity?

Yes, you can route port scanning and OSINT reconnaissance through TOR for anonymity. All operational tasks, including nmap scanning and information gathering, route network traffic through TOR to protect your identity.

How does this tool generate OWASP and NIST compliance reports after a pentest?

It generates OWASP and NIST compliance reports by automatically processing vulnerability analysis findings into structured markdown. Using jinja2 templates, it outputs professional documentation tailored for technical and management audiences.

What dependencies are required for OSINT reconnaissance and vulnerability scanning?

Dependencies for OSINT reconnaissance and vulnerability scanning include nmap, dnspython, sublist3r, sherlock-project, and requests. These libraries enable port scanning, DNS enumeration, subdomain discovery, and HTTP requests.

What is the difference between passive OSINT and active red team vulnerability testing?

Passive OSINT gathers target intelligence without direct interaction, while active red team vulnerability testing probes ports and services to identify exploitable flaws. This tool automates both phases sequentially to map and secure the attack surface.