added DHCP spoofing with shellshock options

This commit is contained in:
byt3bl33d3r 2014-09-30 14:13:06 +02:00
parent ff235e3e90
commit 43c7974d4c
7 changed files with 155 additions and 69 deletions

View file

@ -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']