# enum > Post-exploitation enumeration with 14 parallel commands. Use after getting a shell to enumerate the target system. - Author: Monopoly CW - Repository: veil-protocol/usf-7 - Version: 20260125012158 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/veil-protocol/usf-7 - Web: https://mule.run/skillshub/@@veil-protocol/usf-7~enum:20260125012158 --- --- name: enum description: Post-exploitation enumeration with 14 parallel commands. Use after getting a shell to enumerate the target system. argument-hint: --- # Post-Exploitation Enumeration Enumerate session: $ARGUMENTS ## Commands Run (in parallel) - whoami, id, uname -a, hostname - cat /etc/passwd, cat /etc/crontab - find SUID binaries, sudo -l - netstat -tlnp, ps aux - cat /etc/shadow (if root) - env, cat /etc/os-release, ip a ## Execution ``` mcp__omega-nexus__omega_post_exploit( session_id="$ARGUMENTS" ) ``` ## Follow-up Query vault for privesc techniques based on findings: ``` mcp__omega-nexus__omega_vault_query( query="privilege escalation ", context="security" ) ``` ## Output Report enumeration results and suggested privilege escalation vectors.