re-enable pdf obfuscation

git-svn-id: file:///home/svn/framework3/trunk@7771 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2009-12-09 06:19:32 +00:00
parent 961e70fc34
commit 88de26e46c
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ class Metasploit3 < Msf::Exploit::Remote
#http://blog.didierstevens.com/2008/04/29/pdf-let-me-count-the-ways/
def nObfu(str)
return str
result = ""
str.scan(/./u) do |c|