mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
introducing new style for copyright header
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/)
|
||||
# See the file doc/COPYING for copying permission.
|
||||
|
||||
import re
|
||||
|
||||
from lib.core.convert import urlencode
|
||||
@@ -12,4 +15,5 @@ def tamper(place, value):
|
||||
value = urlencode(value)
|
||||
else:
|
||||
raise sqlmapUnsupportedFeatureException, "can't use tampering module '%s' with 'URI' type injections" % __name__
|
||||
|
||||
return value
|
||||
|
||||
Reference in New Issue
Block a user