https://github.com/lascc/directory-crawler
Directory crawler with wordlist using python
https://github.com/lascc/directory-crawler
Last synced: 9 months ago
JSON representation
Directory crawler with wordlist using python
- Host: GitHub
- URL: https://github.com/lascc/directory-crawler
- Owner: LasCC
- Created: 2020-03-22T23:36:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T00:21:13.000Z (about 6 years ago)
- Last Synced: 2024-11-13T00:22:13.668Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Directory crawler
Directory crawler with wordlist using python
# Tech part
This script uses a number of open source projects to work properly:
- requests
- argparse
- re
- urlparse
- python
### Usage
```
usage: main.py [-h] [-u URL]
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL Url that you want to crawl
```
```
python main.py -u [URL OF YOUR OWN WEBSITE]
```
### Pictures
[](https://i.imgur.com/fhNVyaI.png)
@LasCC