htb-new

Automate Hack The Box lab setup and CVE-first enumeration workflows.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-agent --skill htb-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: htb-new
Source: https://github.com/infantesromeroadrian/arca-agent/tree/main/template/skills/htb-new
Command: npx skills add https://github.com/infantesromeroadrian/arca-agent --skill htb-new

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nmap, curl, git, ssh, python3, nc, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the setup and CTF tasks for Hack The Box (HTB) labs, implementing a secure and structured approach with CVE-first and flag viability checks.

Core Features & Use Cases

  • HTB Lab Setup: Automated setup of HTB lab environments, including network scanning and configuration.
  • CVE-first Security: Ensures that only services with CVEs are targeted, aligning with security best practices.
  • Flag Viability Checks: Validates the feasibility of each exploit vector before execution.
  • Use Case: A penetration tester can use this Skill to quickly set up a new HTB machine and begin automated enumeration and exploitation tasks.

Quick Start

Run the 'htb-new' command with the target IP and machine name, e.g., /htb-new 10.129.22.46 Silentium.

Frequently Asked Questions about htb-new

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

FAQPage Schema
How do I automate Hack The Box lab setup and CTF tasks?

Automating Hack The Box lab setup involves using scripts to configure the environment and run enumeration tasks. This approach streamlines CTF tasks by applying a structured workflow with CVE-first checks and flag viability validation before execution.

What is a CVE-first security approach for penetration testing?

A CVE-first security approach ensures that only services with known CVEs are targeted during penetration testing. This method aligns with security best practices by validating flag viability and checking exploit feasibility before execution.

Do I need specific tools to automate HTB lab enumeration?

Automating HTB lab enumeration requires a controlled environment with specific system permissions and dependencies. You need tools like nmap, curl, git, ssh, python3, and nc installed to execute the automated setup and exploitation tasks.

Can I use automated scripts to validate flag viability in CTF challenges?

Yes, automated scripts can validate flag viability in CTF challenges by checking the feasibility of each exploit vector before execution. This ensures that penetration testers focus only on viable exploitation paths aligned with CVE-first security practices.

What's the best way to start automated enumeration on a new HTB machine?

The best way to start automated enumeration on a new HTB machine is to run the setup command with the target IP and machine name. This initiates network scanning, configuration, and CVE-first checks for structured exploitation.

Why does HTB automation require a controlled environment and specific permissions?

HTB automation requires a controlled environment and specific system permissions to safely execute network scanning and exploitation tasks. This ensures that automated CVE-first checks and flag viability validations run securely without unintended impact.