diff --git a/modules/misc/wordpress/upload_rce_plugin/command.js b/modules/misc/wordpress/upload_rce_plugin/command.js index 1a01fb5b4..73d11b3bb 100644 --- a/modules/misc/wordpress/upload_rce_plugin/command.js +++ b/modules/misc/wordpress/upload_rce_plugin/command.js @@ -76,7 +76,7 @@ beef.execute(function() { result_text = xhr.responseXML.getElementById('message').innerText; if (/plugin activated/i.test(result_text)) { - log('Plugin installed and activated!', 'success'); + log('Plugin installed and activated! - Auth Key: <%= @auth_key %>', 'success'); } else { log('Error while activating the plugin: ' + result_text, 'error');