msftidy 90-91
parent
5435c7a5eb
commit
07896b0a3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue