Skip to content

Commit

Permalink
Update modules/auxiliary/scanner/scada/modbusclient.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Willcox <[email protected]>
  • Loading branch information
VanSnitza and gwillcox-r7 authored Jan 20, 2022
1 parent 2f76c60 commit b3fb678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/scada/modbusclient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def initialize(info = {})
OptString.new('DATA_COILS', [false, "Data in binary to write (WRITE_COILS mode only) e.g. 0110"]),
OptString.new('DATA_REGISTERS', [false, "Words to write to each register separated with a comma (WRITE_REGISTERS mode only) e.g. 1,2,3,4"]),
OptInt.new('UNIT_NUMBER', [false, "Modbus unit number", 1]),
OptBool.new('HEXDUMP', [false, "print Hex dump of response", false]),
OptBool.new('HEXDUMP', [false, "Print hex dump of response", false]),
])

end
Expand Down

0 comments on commit b3fb678

Please sign in to comment.