We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb300ff commit c175367Copy full SHA for c175367
modules/exploits/windows/smb/group_policy_startup.rb
@@ -63,8 +63,6 @@ def initialize(info={})
63
def setup
64
super
65
self.file_name = datastore['FILE_NAME'] || "#{Rex::Text.rand_text_alpha(4 + rand(3))}.vbs"
66
- exe = payload.encoded_exe
67
- self.file_contents = Msf::Util::EXE.to_exe_vbs(exe)
68
@custom_payloads = {}
69
print_status("File available on #{unc}...")
70
end
0 commit comments