mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
Syncing.
This commit is contained in:
parent
5ee1ee3f57
commit
9d35d59fdf
2 changed files with 0 additions and 46 deletions
12
temp.txt
12
temp.txt
|
@ -1,12 +0,0 @@
|
|||
from discovery import securitytrailssearch
|
||||
search = securitytrailssearch.search_securitytrail(word='www.cornell.edu',limit=500,start=50)
|
||||
search.process()
|
||||
hosts = search.get_hostnames()
|
||||
print('hosts: ',hosts)
|
||||
for host in hosts:
|
||||
print('host: ',host)
|
||||
emails = search.get_emails()
|
||||
print('emails: ',emails)
|
||||
for email in emails:
|
||||
print('email: ',email)
|
||||
import sys;sys.exit(-2)
|
34
work.txt
34
work.txt
|
@ -1,34 +0,0 @@
|
|||
{
|
||||
"hostname": "www.spotify.com",
|
||||
"endpoint": "/v1/domain/www.spotify.com",
|
||||
"current_dns": {
|
||||
"txt": {},
|
||||
"soa": {},
|
||||
"ns": {},
|
||||
"mx": {},
|
||||
"aaaa": {},
|
||||
"a": {
|
||||
"values": [
|
||||
{
|
||||
"ip_organization": "Google Inc.",
|
||||
"ip_count": 145,
|
||||
"ip": "104.154.127.47",
|
||||
"h": "weblb-wg.dual-gslb.spotify.com"
|
||||
}
|
||||
],
|
||||
"first_seen": "2018-12-21"
|
||||
}
|
||||
},
|
||||
"alexa_rank": null
|
||||
}
|
||||
{
|
||||
"subdomains": [
|
||||
"00.video-ak.cdn",
|
||||
"08.video-ak.cdn",
|
||||
"ws",
|
||||
"www",
|
||||
"www.newsroom",
|
||||
"yearinmusic"
|
||||
],
|
||||
"endpoint": "/v1/domain/www.spotify.com/subdomains"
|
||||
}
|
Loading…
Reference in a new issue