mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 21:42:17 -07:00
added better error handeling, fixed nfqeueue error should work with any version > 4.1
This commit is contained in:
parent
f51a458733
commit
8b9d499033
3 changed files with 16 additions and 4 deletions
|
@ -48,7 +48,7 @@ class ClientRequest(Request):
|
|||
self.urlMonitor = URLMonitor.getInstance()
|
||||
self.cookieCleaner = CookieCleaner.getInstance()
|
||||
self.dnsCache = DnsCache.getInstance()
|
||||
# self.uniqueId = random.randint(0, 10000)
|
||||
#self.uniqueId = random.randint(0, 10000)
|
||||
|
||||
def cleanHeaders(self):
|
||||
headers = self.getAllHeaders().copy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue