Linux Discovery
Linux Discovery helps penetration testers systematically identify privilege escalation opportunities on Linux hosts through enumeration of system configuration, sudo settings, group memberships, and kernel vulnerabilities. The skill gathers baseline system information, analyzes user context and permissions, and maps exploitable vectors while respecting scope boundaries and engagement logging.
Linux Discovery enumerates Linux systems for local privilege escalation vectors and misconfigurations under authorized testing.
AI-generated summary based on this skill's SKILL.md
Install
blacklanternsecurity/red-run/linux-discovery · repository language: Python
git clone https://github.com/blacklanternsecurity/red-run
cp -r red-run ~/.claude/skills/linux-discoverygenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install blacklanternsecurity/red-run/linux-discoveryFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does Linux Discovery help identify on target systems?
Linux Discovery helps penetration testers systematically identify privilege escalation opportunities on Linux hosts through enumeration of system configuration, sudo settings, group memberships, and kernel vulnerabilities. The skill gathers baseline system information, analyzes user context and permissions, and maps exploitable vectors while respecting scope boundaries and engagement logging.
Can Linux Discovery enumerate linux servers across a network?
Yes. Linux Discovery is designed to enumerate Linux servers and hosts across network infrastructure. It automates the identification and discovery of Linux systems, enabling testers to map Linux infrastructure and assets systematically rather than manually searching for individual machines.
How does Linux Discovery perform linux host enumeration?
Linux Discovery performs Linux host enumeration by gathering detailed system information including configuration details, sudo settings, group memberships, and kernel data. This enumeration process identifies both the presence of Linux hosts and the specific privilege escalation vectors available on each discovered system.
What reconnaissance capabilities does Linux Discovery provide?
Linux Discovery performs Linux-focused network reconnaissance by discovering and identifying Linux devices and systems on target networks. It combines host discovery with detailed system analysis to map the complete Linux infrastructure landscape while maintaining engagement scope and logging requirements.
Is Linux Discovery open source?
Yes. Linux Discovery is released under the GPL-3.0 license, making it open source software available for review, modification, and distribution in accordance with GPL-3.0 terms.