Update subdomain_finder_in_python.md

This commit is contained in:
Omar Santos 2023-05-31 22:02:57 -04:00 committed by GitHub
parent 5568acdbf6
commit 90e451c0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
The following is a sample Python script to find subdomains using DNS. This script is using the `dns.resolver` module from the `dnspython` library. If you don't have the library installed, you can install it using pip:
```
pip install dnspython
pip3 install dnspython
```
The following is the Python script that can be used to find subdomains for a given domain using a provided wordlist file: