https://github.com/stellarsand/dirscan
Scan directories in a web server using a dictionary file.
https://github.com/stellarsand/dirscan
bruteforce linux mac-os python python-script python3 scripts terminal webserver website windows
Last synced: about 1 month ago
JSON representation
Scan directories in a web server using a dictionary file.
- Host: GitHub
- URL: https://github.com/stellarsand/dirscan
- Owner: StellarSand
- License: gpl-3.0
- Created: 2023-03-08T15:09:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T12:43:43.000Z (about 3 years ago)
- Last Synced: 2024-12-30T17:46:27.814Z (about 1 year ago)
- Topics: bruteforce, linux, mac-os, python, python-script, python3, scripts, terminal, webserver, website, windows
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dirscan
A tool to scan directories in a web server using a dictionary file.
## Contents
- [Supported OS](#supported-os)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Available options](#available-options)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Supported OS
- GNU/Linux
- Windows
- macOS
## Prerequisites
- [Python3](https://www.python.org/downloads/)
## Installation
**1. Clone this repo:**
```
git clone https://github.com/the-weird-aquarian/dirscan.git
```
**2. Move into the project directory:**
```
cd dirscan
```
**3. Give executable permissions to the script (Not required for Windows):**
```
chmod +x dirscan
```
## Available options:
```
-h, --help Show this help message and exit
-u, --url URLs
-l, --list Path to file with directories lists
```
## Usage
```
python3 dirscan -u
```
A custom directories list can be set using `-l` or `--list` option:
```
python3 dirscan -u -l
```
**Examples:**
```
python3 dirscan -u google.com
```
```
python3 dirscan -u google.com github.com
```
```
python3 dirscan -u google.com 192.168.1.9 -l /home/user/Desktop/common_dir.txt
```
## Contributing
Pull requests can be submitted [here](https://github.com/the-weird-aquarian/dirscan/pulls). Any contribution to the project will be highly appreciated.
## License
This project is licensed under the terms of [GPLv3.0 license](https://github.com/the-weird-aquarian/dirscan/blob/main/LICENSE).