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
htb-ctf-walkthroughs — Walkthroughs for Capture the Flag challenges on the HTB Cybersecurity Platform. | Kitploit
Tools/GitLabGitLab/rootsecnz/htb-ctf-walkthroughs
Privilege EscalationReconnaissanceVulnerability AnalysisExploitationInformation GatheringPost-ExploitationCTFPenetration TestingLearning & Education
GitLabrootsecnz/htb-ctf-walkthroughs

htb-ctf-walkthroughs

Walkthroughs for Capture the Flag challenges on the HTB Cybersecurity Platform.

5 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository

HTB CTF Walkthroughs

Documented solutions for HackTheBox machines. Each walkthrough covers enumeration → exploitation → privilege escalation with commands, screenshots, and technical analysis.


Structure

root@kitploit:~
htb-ctf-<machine>/
├── index.md        # Full walkthrough
└── media/          # Screenshots and supporting files

Methodology

Walkthroughs follow a consistent structure:

  1. Recon — TCP/UDP port scans, service fingerprinting
  2. Enumeration — Web/service analysis, vulnerability identification
  3. Exploitation — Initial foothold with full command output
  4. Post-Exploitation — Lateral movement, credential harvesting
  5. Privilege Escalation — Root/SYSTEM access

Setup

Add target hostnames to /etc/hosts after connecting to the HTB VPN as documented in each walkthrough. Tools used include nmap, burpsuite, netexec etc, standard Linux utilities, and machine-specific tooling noted per walkthrough.


References

  • HackTheBox Platform
  • HackTricks
Download Tool