Skip to content

Error: EOF encountered when running subzy #63

@0xRoqeeb

Description

@0xRoqeeb

I'm encountering an Error: EOF message when I attempt to run subzy on a domain or a file with a list of domains. The tool stops execution and prints usage information.

 subzy run --target test.google.com
[ * ] Fingerprints found; checking integrity with an upstream
Error: EOF
Usage:
  subzy run [flags]

Aliases:
  run, r

Flags:
      --concurrency int   Number of concurrent checks (default 10)
  -h, --help              help for run
      --hide_fails        Don't display failed results
      --https             Force https protocol if not no protocol defined for target (default false)
      --output string     JSON output filename
      --target string     Comma separated list of domains
      --targets string    File containing the list of subdomains
      --timeout int       Request timeout in seconds (default 10)
      --verify_ssl        If set to true it won't check sites with insecure SSL and return HTTP Error
      --vuln              Save only vulnerable subdomains

for file with subdomains

subzy run --targets livehosts.txt
[ * ] Fingerprints found; checking integrity with an upstream
Error: EOF
Usage:
  subzy run [flags]
----SNIP---

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions