https://github.com/mustafadalga/discover-subdomain
Hedef domain adresinin subdomainlerini keşfeden python scripti | The python script that explores subdomains of the target domain
https://github.com/mustafadalga/discover-subdomain
discover-subdomain hacking hacking-tool hacking-tools python python-3 python-script python3 subdomain-brute subdomain-bruteforcing subdomain-scanner subdomainlist
Last synced: about 2 months ago
JSON representation
Hedef domain adresinin subdomainlerini keşfeden python scripti | The python script that explores subdomains of the target domain
- Host: GitHub
- URL: https://github.com/mustafadalga/discover-subdomain
- Owner: mustafadalga
- License: gpl-3.0
- Created: 2019-05-30T22:54:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T10:57:24.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T18:51:10.646Z (3 months ago)
- Topics: discover-subdomain, hacking, hacking-tool, hacking-tools, python, python-3, python-script, python3, subdomain-brute, subdomain-bruteforcing, subdomain-scanner, subdomainlist
- Language: Python
- Homepage:
- Size: 2.25 MB
- Stars: 7
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_____ _ _____ _ _ _
| __ \(_) / ____| | | | | (_)
| | | |_ ___ ___ _____ _____ _ __ | (___ _ _| |__ __| | ___ _ __ ___ __ _ _ _ __
| | | | / __|/ __/ _ \ \ / / _ \ '__| \___ \| | | | '_ \ / _` |/ _ \| '_ ` _ \ / _` | | '_ \
| |__| | \__ \ (_| (_) \ V / __/ | ____) | |_| | |_) | (_| | (_) | | | | | | (_| | | | | |
|_____/|_|___/\___\___/ \_/ \___|_| |_____/ \__,_|_.__/ \__,_|\___/|_| |_| |_|\__,_|_|_| |_|
```
#### Hedef domain adresinin subdomainlerini keşfeden python scripti
#### Kurulacak modül
* Linux için kurulum
```
sudo pip install -r requirements.txt
```* Windows için kurulum
```
python -m pip install -r .\requirements.txt
```#### Kullanım
* ##### Örnek Kullanım1
```
python .\discoverSubdomain.py -domain google.com
```* ##### Örnek Kullanım2
```
python .\discoverSubdomain.py -d google.com
```