Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.85 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.85 KB

Aline


UsageInstallation

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:

# 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.