Skip to content

Commit 064df7c

Browse files
committed
Minor grammar touch on modbus_findunitid
1 parent 6b4c131 commit 064df7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auxiliary/scanner/scada/modbus_findunitid.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ def initialize(info = {})
2222
This module sends a command (0x04, read input register) to the modbus endpoint.
2323
If this command is sent to the correct unit-id, it returns with the same funcion-id.
2424
if not, it should be added 0x80, so that it sys 0x84, and an exception-code follows
25-
which do not interest us. This does not always happen, but at least the first 4
25+
which do not interest us. This does not always happen, but at least the first 4
2626
bytes in the return-packet should be exact the same as what was sent.
2727
28-
You can change port, ip and the scan-range for unit-id. There is also added a
28+
You can change port, ip and the scan-range for unit-id. There is also added a
2929
value - BENICE - to make the scanner sleep a second or more between probes. We
30-
have seen installations where scanning too many too fast workes like a DoS.
30+
have seen installations where scanning too many too fast works like a DoS.
3131
},
3232
'References' =>
3333
[

0 commit comments

Comments
 (0)