* kill the debugging info

git-svn-id: file:///home/svn/incoming/trunk@3415 4d416f70-5f16-0410-b530-b9f4589650da
unstable
bmc 2006-01-20 20:25:07 +00:00
parent d6608d4dd5
commit 164520753c
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ class Exploits::Unix::Http::PhpXmlrpcEval < Msf::Exploit::Remote
disconnect
if (res and res.body)
p res
b = /#{wrapper}(.*)#{wrapper}/sm.match(res.body)
if b
return b.captures[0]