mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Update subdomain_finder_in_python.md
This commit is contained in:
parent
5568acdbf6
commit
90e451c0bd
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue