mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor refactoring
This commit is contained in:
parent
053b7d12b4
commit
14b7e655a9
5 changed files with 3 additions and 10 deletions
|
|
@ -11,8 +11,6 @@ import ssl
|
|||
import urllib
|
||||
import urllib2
|
||||
|
||||
from lib.core.exception import SqlmapUnsupportedFeatureException
|
||||
|
||||
|
||||
class ProxyHTTPConnection(httplib.HTTPConnection):
|
||||
_ports = {"http": 80, "https": 443}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue