Skip to content

Commit ca144b9

Browse files
committed
msftidy fix
1 parent dd0fdac commit ca144b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/misc/novell_edirectory_ncp_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def exploit
105105
pkt << "\x00\x00\x00\x00" # request_size (filled later)
106106
pkt << "\x00\x00\x00\x01" # version (1)
107107
pkt << "\x00\x00\x00\x05" # reply buffer size
108-
pkt << "\x22\x22" # cmd
108+
pkt << "\x22\x22" # cmd
109109
pkt << "\x01" # sequence number
110110
pkt << res[11] # connection number
111111
pkt << "\x00" # task number

0 commit comments

Comments
 (0)