msftidy 90-91

GSoC/Meterpreter_Web_Console
michaelj0hn 2018-07-27 13:58:15 +02:00 committed by GitHub
parent 5435c7a5eb
commit 07896b0a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ class MetasploitModule < Msf::Auxiliary
apci_data += [asdu_data.size + 4].pack("c") # size byte
apci_data += String([$tx].pack('v'))
apci_data += String([$rx].pack('v'))
$rx=$rx+2
$tx = $tx + 2
$rx=$rx+2
$tx = $tx + 2
apci_data += asdu_data
apci_data
end