getrails

Tool of OSINT and Dork hacking that work with Google, Duckduckgo and Onion likes


Keywords
getrails, get, trails, google, duckduckgo, tor, onion, torch, vidalia, osint, torch-search
License
GPL-3.0
Install
pip install getrails==3.3

Documentation

Getrails

GETRAILS

Upload Python Package Codacy Badge

Lib of OSINT and Dork hacking that work with Google, Duckduckgo and Torch

Feel free to contribute

Run

import getrails
getrails.search('site:scanme.nmap.org')) # Try Google search if return error use Duckduckgo
# ["http://scanme.nmap.org",...]

getrails.go_gle("term") # Searching Google
getrails.go_duck("term") # Searching Duckduckgo
getrails.go_onion("term") # Searching torch (Onion)

Install

pip3 install getrails

or

python3 setup.py