https://github.com/lascc/subdomain-crawler
Subdomain crawler with wordlist using python
https://github.com/lascc/subdomain-crawler
Last synced: 8 months ago
JSON representation
Subdomain crawler with wordlist using python
- Host: GitHub
- URL: https://github.com/lascc/subdomain-crawler
- Owner: LasCC
- Created: 2020-03-22T23:01:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T23:13:23.000Z (about 6 years ago)
- Last Synced: 2025-04-07T18:12:00.041Z (about 1 year ago)
- Language: Python
- Size: 2.6 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Subdomain crawler
Brute force domain with a wordlist and return all the code 200 response.
# Tech part
This script uses a number of open source projects to work properly:
- requests
- argparse
- python
### Usage
```
usage: main.py [-h] [-d DOMAIN] [-w WORDLIST]
optional arguments:
-h, --help show this help message and exit
-d DOMAIN, --domain DOMAIN
Domain that you want to crawl
-w WORDLIST, --worlist WORDLIST
Wordlist default is in the working directory
```
```
python main.py -d google.com -w [default wordlist is in the repo]
```
### Pictures
[](https://i.imgur.com/beKSyik.png)
@LasCC