mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor updates
This commit is contained in:
parent
13bf3e649a
commit
4a8f01c9dc
10 changed files with 35 additions and 31 deletions
|
|
@ -32,7 +32,7 @@ class HTTPRangeHandler(urllib2.BaseHandler):
|
|||
urllib2.install_opener(opener)
|
||||
|
||||
# create Request and set Range header
|
||||
req = urllib2.Request('http://www.python.org/')
|
||||
req = urllib2.Request('https://www.python.org/')
|
||||
req.header['Range'] = 'bytes=30-50'
|
||||
f = urllib2.urlopen(req)
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue