https://github.com/ferreiraklet/Aline
Aline dork Automator
https://github.com/ferreiraklet/Aline
Last synced: 2 months ago
JSON representation
Aline dork Automator
- Host: GitHub
- URL: https://github.com/ferreiraklet/Aline
- Owner: ferreiraklet
- License: mit
- Created: 2021-10-31T17:37:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T14:57:21.000Z (about 4 years ago)
- Last Synced: 2024-06-15T18:33:24.397Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 30
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- osint_stuff_tool_collection - Aline
README
Aline
Aline's main purpose is to make Google Dorks while, at the same time, be able to download the data recieved from those determined searches.

## - Installation & Requirements:
```
> git clone https://github.com/ferreiraklet/aline.git
> cd Aline/
> pip3 install -r requirements.txt
```
## - Usage:
**To Download contents with dorks**:
Ex:

**Reading files and downloading content within links inside**:

**Dorking**:
```markdown
# Usage: python3 aline.py -D "site:.com ext:txt" -o outputfile.txt -r 20
# Help pannel:
-h, --help :: Show this help message and exit
-d DOMAIN, --domain DOMAIN
:: Target's domain
-f FILETYPE, --filetype FILETYPE
:: Filetype
-F FILE, --file FILE
:: Read a file and download containing links
-D DORKS, --dorks DORKS
:: Dorks
-o OUTPUT, --output OUTPUT
:: Output file
-r RANGE, --range RANGE
:: Range, Default 50
-s, -silent :: Silent mode
```
## This project is for educational porposes only! I do not support any illegal activities!.
If any error in the program, talk to me immediatly. This tool is supposed to work in linux as well as in windows.