Remove junk() because it's never used

This commit is contained in:
sinn3r 2011-12-17 01:28:07 -06:00
parent fae80f8d49
commit b58097a2a7
1 changed files with 0 additions and 4 deletions

View File

@ -73,10 +73,6 @@ class Metasploit3 < Msf::Exploit::Remote
use_zlib
end
def junk(n=4)
return rand_text_alpha(n).unpack("L")[0].to_i
end
def on_request_uri(cli, request)
# Set target manually or automatically