Minor syntax change

This commit is contained in:
Jacob Robles
2018-12-13 13:45:48 -06:00
parent ea724dec46
commit 92feeea0ca
@@ -194,7 +194,7 @@ class MetasploitModule < Msf::Exploit::Local
def metsvc_template(buf)
@install_cmd = Rex::Text.rand_text_alpha(4..8)
@start_cmd = Rex::Text.rand_text_alpha(4..8)
metsvc_template = %Q^
%Q^
#include <String.h>
#include <Windows.h>
#include <stdlib.h>
@@ -494,10 +494,5 @@ class MetasploitModule < Msf::Exploit::Local
return 0;
}
^
metsvc_template
end
end