mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-10-01 01:25:43 -04:00
Update subdomain_finder_in_python.md
This commit is contained in:
parent
5568acdbf6
commit
90e451c0bd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user