Faust CTF 22 - AdminCrashBoard
RCE-As-A-Service (RAAS) This challenge was a webapp with ports 5000 and 22 open. On port 5000 runs a webapp called admincrashboard written in flask. User management is done with PAM, so registering a user creates a linux user on the system. SSH is running on port 22. The webapp allows registered and logged-in users to upload so-called buttons that can be executed on the server. Example button: 1 2 3 4 5 <?...