Merge pull request #71 from exploitprotocol/master
Fix PassiveDNS module
This commit is contained in:
commit
a3653c3e90
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue