Update sublist3r.py

This commit is contained in:
Aditya Agrawal 2017-03-10 17:53:23 +05:30 committed by GitHub
parent ebe9a05c76
commit c0977be970
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ class PassiveDNS(enumratorBaseThreaded):
def req(self, url):
headers = {
'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/40.0',
'User-Agent': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36',
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'Accept-Language': 'en-GB,en;q=0.5',
'Accept-Encoding': 'gzip, deflate',