Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 935 Bytes

README.md

File metadata and controls

executable file
·
31 lines (22 loc) · 935 Bytes

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