This commit is contained in:
NotoriousRebel 2018-12-21 15:18:51 -05:00
parent 5ee1ee3f57
commit 9d35d59fdf
2 changed files with 0 additions and 46 deletions

View file

@ -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)

View file

@ -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"
}