Skip to content

v1.1.0

Compare
Choose a tag to compare
@StafLoker StafLoker released this 20 Dec 23:16
· 23 commits to main since this release
da918e4

Version: 1.1.0

Features

  1. Configurable Concurrency:

    • Users can now enable or disable concurrency through the data.json configuration file.
    • Concurrency is controlled by the "concurrency" field in data.json.
      • Example:
        {
          "domain": "example.com",
          "concurrency": true,
          "subdomains": [
            "sub1",
            "sub2"
          ]
        }
      • If "concurrency": true, subdomains are processed in parallel.
      • If "concurrency": false, subdomains are processed sequentially.
  2. Error Handling:

    • Enhanced error handling to ensure subdomain processing continues even if one subdomain encounters an issue.
  3. Robustness:

    • Validates required fields (API keys, data.json file) before execution.
    • Automatically exits with an error message if critical information is missing.

Fixed

  1. Api request of get_current_ip() from GET to POST

Full Changelog: