mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update
This commit is contained in:
parent
e6edecb396
commit
60c7fb3e03
4 changed files with 6 additions and 1 deletions
|
|
@ -161,6 +161,9 @@ class ReqHandler(BaseHTTPRequestHandler):
|
|||
def do_GET(self):
|
||||
self.do_REQUEST()
|
||||
|
||||
def do_PUT(self):
|
||||
self.do_REQUEST()
|
||||
|
||||
def do_POST(self):
|
||||
length = int(self.headers.get("Content-length", 0))
|
||||
if length:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue