system

Identify and exploit Active Directory and operating system vulnerabilities.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill system-arianhobson333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/communitytools/projects/pentest/.claude/skills/system
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill system-arianhobson333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bloodhound, powerview, mimikatz, crackmapexec, impacket, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive set of tools and techniques for testing system-level security, including Active Directory attacks, privilege escalation, and exploit development.

Core Features & Use Cases

  • Active Directory Attacks: Identifies and exploits vulnerabilities in Active Directory, such as Kerberoasting, AS-REP roasting, DCSync, Pass-the-Hash, and Golden Ticket.
  • Privilege Escalation: Assesses and exploits vulnerabilities in Linux and Windows systems to escalate privileges from low-privileged users to root or SYSTEM.
  • Exploit Development: Guides users through the process of developing exploits for buffer overflows, format string vulnerabilities, ROP chains, and shellcode.

Quick Start

Use the system skill to enumerate system and domain information on a target environment.

Frequently Asked Questions about system

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

FAQPage Schema
How do I perform Active Directory attacks like Kerberoasting and AS-REP roasting during a penetration test?

Active Directory attacks like Kerberoasting and AS-REP roasting are executed by enumerating domain vulnerabilities and extracting credentials using specialized scripts. This Skill provides techniques and tooling to identify and exploit these specific AD security weaknesses.

What is the best way to escalate privileges from a low-privileged user to root or SYSTEM?

Privilege escalation requires assessing Linux and Windows operating systems for misconfigurations and vulnerabilities. This Skill guides users through exploiting these flaws to successfully elevate low-privileged user accounts to root or SYSTEM level access.

Can I use BloodHound and PowerView for system exploitation and domain enumeration?

Yes, BloodHound and PowerView are supported dependencies for enumerating Active Directory environments. The Skill integrates these tools to map domain relationships and identify exploitable vulnerabilities during security audits.

How do I develop exploits for buffer overflows and ROP chains?

Exploit development for buffer overflows, format string vulnerabilities, ROP chains, and shellcode is achieved through guided testing techniques. The Skill provides references and scripts to assist in crafting and validating these system-level exploits.

Does Impacket support Pass-the-Hash and DCSync attacks for vulnerability assessments?

Impacket supports executing Pass-the-Hash and DCSync attacks within this Skill's framework. It serves as a dependency to interact with Windows protocols and exploit Active Directory vulnerabilities during comprehensive security testing.

When should I use CrackMapExec instead of Mimikatz for post-exploitation activities?

CrackMapExec is utilized for network-wide enumeration and execution, while Mimikatz targets local credential extraction. The Skill leverages both dependencies depending on whether the post-exploitation scope requires broad network propagation or deep local credential access.