We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0fdac commit ca144b9Copy full SHA for ca144b9
modules/exploits/linux/misc/novell_edirectory_ncp_bof.rb
@@ -105,7 +105,7 @@ def exploit
105
pkt << "\x00\x00\x00\x00" # request_size (filled later)
106
pkt << "\x00\x00\x00\x01" # version (1)
107
pkt << "\x00\x00\x00\x05" # reply buffer size
108
- pkt << "\x22\x22" # cmd
+ pkt << "\x22\x22" # cmd
109
pkt << "\x01" # sequence number
110
pkt << res[11] # connection number
111
pkt << "\x00" # task number
0 commit comments