-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f290270
commit 61c8f2d
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# subdomain_validator.py | ||
# subdomain_validator.py | ||
|
||
This Python script generates a list of subdomains where is a known format such as us-001.domain.com through us-100.domain.com and then validates each subdomain by performing a DNS lookup to check if it resolves to a valid IP address. The validated subdomains are then written to an output file. This tool can be useful for generating a list of valid subdomains for use in security testing or other applications. |