mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-10 15:23:41 -07:00
added PoC session hijacking plugin
This commit is contained in:
parent
e2132a6ca9
commit
e4cf519356
7 changed files with 69 additions and 17 deletions
|
@ -94,7 +94,10 @@ class ClientRequest(Request):
|
|||
client = self.getClientIP()
|
||||
path = self.getPathFromUri()
|
||||
|
||||
self.content.seek(0,0)
|
||||
try:
|
||||
self.content.seek(0,0)
|
||||
except:
|
||||
pass
|
||||
postData = self.content.read()
|
||||
url = 'http://' + host + path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue