Skip to content

Commit ae9b462

Browse files
author
HD Moore
committed
Fix baud rate (see PR rapid7#1008)
1 parent 963fdd6 commit ae9b462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/realport.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize(info = {})
2828
'2400' => "\x03\x00",
2929
'9600' => "\x00\xc0",
3030
'19200' => "\x00\x60",
31-
'38400' => "\x00\x30",
31+
'38400' => "\x00\x20",
3232
'57600' => "\x00\x30",
3333
'76800' => "\x00\x10",
3434
'115200' => "\x00\x10", # Yup, same as above

0 commit comments

Comments
 (0)