hackhttp
hackhttp copied to clipboard
Hackhttp is an HTTP library, written in Python.
RT 处理N多原始报文的时候,需要自己填写URL,有点麻烦,希望可以自动从RAW中提取URL。
hackhttp raw post json  rquests body并没有传过去 
ssl.SSLError: ('The read operation timed out',) 设置超时在哪里设置呢
``` import hackhttp from base64 import b64encode init = 100000 while True: pwd = '' pwd = b64encode('%d'%init) hh = hackhttp.hackhttp() raw = ''' GET /****/userCheck HTTP/1.1 Host:******* User-Agent: *****...