Skip to content

Issuse python #45

@Doujinx

Description

@Doujinx
  1. Censys
  2. NS lookup
  3. Port scan
  4. Detect CMS
  5. Whois lookup
  6. Detect honeypot
  7. Find subdomains
  8. Reverse IP lookup
  9. Detect technologies
  10. All

7
domain>> facebook

Traceback (most recent call last):
  File "dog", line 85, in <module>
    dog(choice, target)
  File "dog", line 67, in dog
    hq(choice)
  File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/ReconDog/core/hq.py", line 80, in hq
    plugin(validatedInp)
  File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/ReconDog/plugins/findSubdomains.py", line 7, in findSubdomains
    host).text
  File "/usr/share/offsec-awae-wheels/requests-2.23.0-py2.py3-none-any.whl/requests/api.py", line 76, in get
  File "/usr/share/offsec-awae-wheels/requests-2.23.0-py2.py3-none-any.whl/requests/api.py", line 61, in request
  File "/usr/share/offsec-awae-wheels/requests-2.23.0-py2.py3-none-any.whl/requests/sessions.py", line 530, in request
  File "/usr/share/offsec-awae-wheels/requests-2.23.0-py2.py3-none-any.whl/requests/sessions.py", line 665, in send
  File "/usr/share/offsec-awae-wheels/requests-2.23.0-py2.py3-none-any.whl/requests/sessions.py", line 245, in resolve_redirects
  File "/usr/share/offsec-awae-wheels/requests-2.23.0-py2.py3-none-any.whl/requests/sessions.py", line 643, in send
  File "/usr/share/offsec-awae-wheels/requests-2.23.0-py2.py3-none-any.whl/requests/adapters.py", line 516, in send
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='spyse.com', port=443): Max retries exceeded with url: /tools/subdomain-finder (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1b2e1d13d0>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))

  1. Censys
  2. NS lookup
  3. Port scan
  4. Detect CMS
  5. Whois lookup
  6. Detect honeypot
  7. Find subdomains
  8. Reverse IP lookup
  9. Detect technologies
  10. All

1
ip>> 192.168.1.120

Traceback (most recent call last):
  File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/ReconDog/dog", line 85, in <module>
    dog(choice, target)
  File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/ReconDog/dog", line 67, in dog
    hq(choice)
  File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/ReconDog/core/hq.py", line 80, in hq
    plugin(validatedInp)
  File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/ReconDog/plugins/censys.py", line 8, in censys
    response = clean_response.split('<code class="json">')[1].split('</code>')[0]
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions