mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 13:32:18 -07:00
added DHCP spoofing with shellshock options
This commit is contained in:
parent
ff235e3e90
commit
43c7974d4c
7 changed files with 155 additions and 69 deletions
|
@ -55,11 +55,11 @@ class ClientRequest(Request):
|
|||
|
||||
if 'accept-encoding' in headers:
|
||||
headers['accept-encoding'] == 'identity'
|
||||
logging.debug("zapped encoding")
|
||||
logging.debug("Zapped encoding")
|
||||
|
||||
if 'Strict-Transport-Security' in headers: #kill new hsts requests
|
||||
del headers['Strict-Transport-Security']
|
||||
logging.debug("zapped a HSTS request")
|
||||
logging.info("Zapped a HSTS request")
|
||||
|
||||
if 'if-modified-since' in headers:
|
||||
del headers['if-modified-since']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue