mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Some more drei stuff
This commit is contained in:
parent
49586ad6dd
commit
4b020c4257
81 changed files with 125 additions and 167 deletions
3
thirdparty/clientform/clientform.py
vendored
3
thirdparty/clientform/clientform.py
vendored
|
|
@ -109,6 +109,9 @@ except ImportError:
|
|||
|
||||
import sys, types, copy, re, random
|
||||
|
||||
if sys.version_info.major > 2:
|
||||
xrange = range
|
||||
|
||||
# monkeypatch to fix http://www.python.org/sf/803422 :-(
|
||||
sgmllib.charref = re.compile("&#(x?[0-9a-fA-F]+)[^0-9a-fA-F]")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue