From f5bf8bffec7aa29b20ac1cdfca9f3ac01e0af8b7 Mon Sep 17 00:00:00 2001 From: boy-hack <34109680@qq.com> Date: Sun, 17 Mar 2019 08:39:10 +0800 Subject: [PATCH] remove info --- lib/request/httphandler.py | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/lib/request/httphandler.py b/lib/request/httphandler.py index 3fd4fab0e..e0f722acc 100644 --- a/lib/request/httphandler.py +++ b/lib/request/httphandler.py @@ -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()