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.02k stars 425 forks source link

Finding Pagelinks: List index out of range #59

Closed NoahJaehnert closed 7 years ago

NoahJaehnert commented 8 years ago

Hello,

When running datasploit on a domain, I'm getting the following error in the Finding Pagelinks module/section:

---> Finding Pagelinks:
<removed list of links to save space> 

Traceback
 (most recent call last):
  File "domainOsint.py", line 435, in <module>
    main()
  File "domainOsint.py", line 431, in main
    do_everything(domain)
  File "domainOsint.py", line 265, in do_everything
    subdomains_from_netcraft(domain)
  File "/datasploit/domain_subdomains.py", line 150, in subdomains_from_netcraft
    if num_subdomains[0] != str(0):
IndexError: list index out of range

Any thoughts?

k0takaiz commented 8 years ago

Posting a comment here to say that I am receiving the same error.

upgoingstar commented 7 years ago

I tried reproducing the error but cannot crash into the same.

  1. Are u using latest code?
  2. If you are still facing the same, please send me the domain name you are trying on.
FelipeDelgado commented 7 years ago

I'm having the same problem.

Traceback (most recent call last):
  File "domainOsint.py, line 374, in <module>
    main()
  File "domainOsint.py", line 263, in do_everything
    subdomains_from_netcraft(domain)
  File "/root/Documents/datasplit/domain_subdomains.py", line 152, in subdomains_from_netcraft
    if num_subdomains[0] != str(0):
IndexError: list out of range

I cloned the repo yesterday.

upgoingstar commented 7 years ago

believe this is fixed by now. Please check and raise the issue if it still persists. thanks.