v1.1.0
Version: 1.1.0
Features
-
Configurable Concurrency:
- Users can now enable or disable concurrency through the
data.json
configuration file. - Concurrency is controlled by the
"concurrency"
field indata.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.
- Example:
- Users can now enable or disable concurrency through the
-
Error Handling:
- Enhanced error handling to ensure subdomain processing continues even if one subdomain encounters an issue.
-
Robustness:
- Validates required fields (API keys,
data.json
file) before execution. - Automatically exits with an error message if critical information is missing.
- Validates required fields (API keys,
Fixed
- Api request of
get_current_ip()
from GET to POST