applied patch provided by Erwin Paternotte

git-svn-id: file:///home/svn/framework3/trunk@7670 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2009-12-02 17:38:13 +00:00
parent faa27f93b9
commit 10d636c894
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ class Metasploit3 < Msf::Auxiliary
print_status("reading")
res = sock.get_once(-1,5)
res = res.tr("[\200-\377]","[\000-\177]")
res = res.tr("[\000-\027\]",".")
res = res.tr("\177",".")
puts res
disconnect