Merge pull request #71 from exploitprotocol/master

Fix PassiveDNS module
This commit is contained in:
Ahmed Aboul-Ela 2017-03-10 16:44:59 +04:00 committed by GitHub
commit a3653c3e90
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',