mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 13:01:24 -07:00
minor bug fix
This commit is contained in:
parent
92c9191bda
commit
2cdeef3c83
2 changed files with 3 additions and 2 deletions
|
@ -105,8 +105,8 @@ def GrabReferer(data, host):
|
|||
|
||||
def SpotFirefox(data):
|
||||
UserAgent = re.findall(r'(?<=User-Agent: )[^\r]*', data)
|
||||
print text("[HTTP] %s" % color("User-Agent : "+UserAgent[0], 2))
|
||||
if UserAgent:
|
||||
print text("[HTTP] %s" % color("User-Agent : "+UserAgent[0], 2))
|
||||
IsFirefox = re.search('Firefox', UserAgent[0])
|
||||
if IsFirefox:
|
||||
print color("[WARNING]: Mozilla doesn't switch to fail-over proxies (as it should) when one's failing.", 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue