deleted spaces at EOL

GSoC/Meterpreter_Web_Console
pasta 2018-10-30 15:09:39 -03:00
parent 4960e1b8c8
commit c8740a1b0f
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ module MetasploitModule
mov r10d, #{api_hash("kernel32.dll", "GetVersion")}
call rbp
add rsp,0x28
cmp al,0x6
cmp al,0x6
jl use_exitthread ; is older than Vista or Server 2003 R2?
cmp bl,0xe0 ; check if GetVersion change the hash stored in EBX
jne use_exitthread
@ -191,7 +191,7 @@ module MetasploitModule
payload_data << exitfunc
payload_data << datastore['TEXT'] + "\x00"
payload_data << datastore['TITLE'] + "\x00"
return payload_data
end