Delegate urlencoding to agent.py only

This commit is contained in:
Bernardo Damele
2010-10-31 13:28:05 +00:00
parent 17e8abe841
commit 65a0a8d285
5 changed files with 0 additions and 12 deletions

View File

@@ -24,7 +24,6 @@ from lib.core.common import randomStr
from lib.core.common import readInput
from lib.core.common import safeStringFormat
from lib.core.common import strToHex
from lib.core.convert import urlencode
from lib.core.convert import utf8decode
from lib.core.data import conf
from lib.core.data import kb
@@ -1731,8 +1730,6 @@ class Enumeration:
return output
else:
query = urlencode(query, convall=True)
if kb.stackedTest is None:
stackedTest()