From 7841f551665b47dee02793186bac6c47e2234747 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sun, 27 Oct 2019 11:11:36 +0100 Subject: [PATCH] WP - Displays Auth Key when plugin successfuly installed and activated --- modules/misc/wordpress/upload_rce_plugin/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');