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.
> git clone https://github.com/ferreiraklet/aline.git
> cd Aline/
> pip3 install -r requirements.txt
To Download contents with dorks: Ex:
Reading files and downloading content within links inside:
Dorking:
# 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
If any error in the program, talk to me immediatly. This tool is supposed to work in linux as well as in windows.