DataSploit / datasploit

An #OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
GNU General Public License v3.0
3.03k stars 424 forks source link

Failed to extract subdomains from Certificate Transparency Reports #202

Closed PlatinumDragon closed 6 years ago

PlatinumDragon commented 6 years ago

When running domainOsint it crashes on extracting subdomains from Certificate Transparency Reports

[+] Extracting subdomains from Certificate Transparency Reports Traceback (most recent call last): File "./datasploit.py", line 88, in main(sys.argv[1:]) File "./datasploit.py", line 78, in main domainOsint.run(user_input, output) File "/opt/datasploit/domainOsint.py", line 9, in run osint_runner.run("domain", "domain", domain, output) File "/opt/datasploit/osint_runner.py", line 29, in run data = x.main(m_input) File "/opt/datasploit/domain/domain_subdomains.py", line 154, in main subdomain_list, other_related_domain_list = subdomains_from_google_ct(domain, subdomain_list, other_related_domain_list)\ File "/opt/datasploit/domain/domain_subdomains.py", line 137, in subdomains_from_google_ct nextpage_details = dd[0][3] IndexError: list index out of rang

Chan9390 commented 6 years ago

I am facing the same issue.

AntonDykyi commented 6 years ago

Same here:

Traceback (most recent call last):
  File "domainOsint.py", line 17, in <module>
    run(domain, options.output)
  File "domainOsint.py", line 9, in run
    osint_runner.run("domain", "domain", domain, output)
  File "/private/etc/datasploit/osint_runner.py", line 28, in run
    data = x.main(m_input)
  File "/private/etc/datasploit/domain/domain_subdomains.py", line 154, in main
    subdomain_list, other_related_domain_list = subdomains_from_google_ct(domain, subdomain_list, other_related_domain_list)\
  File "/private/etc/datasploit/domain/domain_subdomains.py", line 137, in subdomains_from_google_ct
    nextpage_details = dd[0][3]
IndexError: list index out of range
KunalAggarwal commented 6 years ago

Handling done with latest commit https://github.com/DataSploit/datasploit/commit/5a3132dc70465bb9a94a8fa85eea156ea5ed7cdc