msftidy 90-91-2

This commit is contained in:
michaelj0hn 2018-07-27 14:07:10 +02:00 committed by GitHub
parent 07896b0a3c
commit da1363721f
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