mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
Update dnsdumpster.py
请求参数变化
This commit is contained in:
@@ -21,7 +21,8 @@ class DNSDumpster(Query):
|
||||
return
|
||||
self.cookie = resp.cookies
|
||||
data = {'csrfmiddlewaretoken': self.cookie.get('csrftoken'),
|
||||
'targetip': self.domain}
|
||||
'targetip': self.domain,
|
||||
'user':'free'}
|
||||
resp = self.post(self.addr, data)
|
||||
self.subdomains = self.collect_subdomains(resp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user