mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-28 00:50:06 +03:00
remove info
This commit is contained in:
parent
13aacc1ed4
commit
f5bf8bffec
|
@ -1,14 +1,19 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Time : 2019/3/16 2:48 PM
|
||||
# @Author : w8ay
|
||||
# @File : httphandler.py
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
|
||||
See the file 'LICENSE' for copying permission
|
||||
"""
|
||||
|
||||
import urllib2
|
||||
import httplib
|
||||
from lib.core.data import conf
|
||||
|
||||
|
||||
class HTTPHandler(urllib2.HTTPHandler):
|
||||
"""
|
||||
The hook http_requests function ensures that the chunk function is working properly.
|
||||
"""
|
||||
|
||||
def _hook(self, request):
|
||||
host = request.get_host()
|
||||
|
|
Loading…
Reference in New Issue
Block a user