msftidy fix

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

View File

@ -88,7 +88,7 @@ class MetasploitModule < Msf::Auxiliary
apci_data += String([$tx].pack('v'))
apci_data += String([$rx].pack('v'))
$rx=$rx+2
$tx = $tx + 2
$tx = $tx + 2
apci_data += asdu_data
apci_data
end