Description
datasploit does not work, when try integrate some API, this happens:
---> Trying luck with PunkSpider
Traceback (most recent call last):
File "datasploit.py", line 112, in
main(sys.argv[1:])
File "datasploit.py", line 68, in main
auto_select_target(single_input, output)
File "datasploit.py", line 104, in auto_select_target
domainOsint.run(target, output)
File "/home/root/CTI/datasploit-master/domainOsint.py", line 9, in run
osint_runner.run("domain", "domain", domain, output)
File "/home/root/CTI/datasploit-master/osint_runner.py", line 28, in run
data = x.main(m_input)
File "/home/root/CTI/datasploit-master/domain/domain_checkpunkspider.py", line 40, in main
return checkpunkspider(reversed_domain)
File "/home/root/CTI/datasploit-master/domain/domain_checkpunkspider.py", line 24, in checkpunkspider
req = requests.post("http://www.punkspider.org/service/search/detail/" + reversed_domain, verify=False)
File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/api.py", line 112, in post
File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/api.py", line 58, in request
File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/sessions.py", line 508, in request
File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/sessions.py", line 618, in send
File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/adapters.py", line 508, in send
requests.exceptions.ConnectionError: HTTPConnectionPool(host='www.punkspider.org', port=80): Max retries exceeded with url: /service/search/detail/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6115a05190>: Failed to establish a new connection: [Errno 111] Connection refused',))
This happens when connecting to www.punkspider.org fails the connection. Verifying punkspider is down and changing its domain to https://punk.sh/ but it is not up there either