Fix baud rate (see PR #1008)

bug/bundler_fix
HD Moore 2012-11-04 22:38:16 -06:00
parent 963fdd6430
commit ae9b462b99
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module Exploit::Remote::RealPort
'2400' => "\x03\x00", '2400' => "\x03\x00",
'9600' => "\x00\xc0", '9600' => "\x00\xc0",
'19200' => "\x00\x60", '19200' => "\x00\x60",
'38400' => "\x00\x30", '38400' => "\x00\x20",
'57600' => "\x00\x30", '57600' => "\x00\x30",
'76800' => "\x00\x10", '76800' => "\x00\x10",
'115200' => "\x00\x10", # Yup, same as above '115200' => "\x00\x10", # Yup, same as above