File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060from lib .core .settings import MSSQL_ALIASES
6161from lib .core .settings import MYSQL_ALIASES
6262from lib .core .settings import PLATFORM
63- from lib .core .settings import SITE
6463from lib .core .settings import SUPPORTED_DBMS
6564from lib .core .settings import SUPPORTED_OS
66- from lib .core .settings import VERSION_STRING
6765from lib .core .update import update
6866from lib .parse .configfile import configFileParser
6967from lib .parse .queriesfile import queriesParser
@@ -602,7 +600,9 @@ def __defaultHTTPUserAgent():
602600 @rtype: C{str}
603601 """
604602
605- return "%s (%s)" % (VERSION_STRING , SITE )
603+ # Internet Explorer 7.0 running on Windows 2003 Service Pack 2 english
604+ # updated at March 2009
605+ return "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
606606
607607
608608def __setHTTPUserAgent ():
Original file line number Diff line number Diff line change 3030
3131
3232# sqlmap version and site
33- VERSION = "0.7rc1 "
33+ VERSION = "0.7rc2 "
3434VERSION_STRING = "sqlmap/%s" % VERSION
3535SITE = "http://sqlmap.sourceforge.net"
3636
You can’t perform that action at this time.
0 commit comments