Skip to content

Commit 3d7e0b7

Browse files
author
HD Moore
committed
Fix bad indent that snuck into the comments
1 parent dccfb63 commit 3d7e0b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/msf/core/exploit/realport.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ def realport_open(port=0, baud='9600')
189189
# 00 f3 f3 00 00 00 00 00 00 00 00 00 00 00 00 00
190190
# 00
191191

192-
# Response (BAD)
193-
# \xFF \x17 Access to unopened port\x00
192+
# Response (BAD)
193+
# \xFF \x17 Access to unopened port\x00
194194

195-
# Send negotiate request
195+
# Send negotiate request
196196
sock.put(pkt2)
197197
res = sock.get_once(-1, 5)
198198
if res.to_s =~ /^\xff/

0 commit comments

Comments
 (0)