OSINT-TECHNOLOGIES / dpulse

DPULSE - Tool for complex approach to domain OSINT
https://pypi.org/project/dpulse/
MIT License
82 stars 4 forks source link

TypeError: cannot unpack non-iterable NoneType object when gathering subdomains #63

Closed OSINT-TECHNOLOGIES closed 2 months ago

OSINT-TECHNOLOGIES commented 3 months ago

String:

data_array, report_info_array = data_processing.data_gathering(short_domain, url, report_filetype.lower(), pagesearch_flag.lower(), '', keywords_flag)

Which calls this string: subdomains, subdomains_amount = cp.subdomains_gather(url, short_domain) data_gathering

Calls TypeError: cannot unpack non-iterable NoneType object. It occurs when remote host closes connection and DPULSE can't gather subdomains