Metadata-Version: 2.1
Name: getrails
Version: 1.9
Summary: Tool of OSINT and Dork hacking that work with Google and Duckduckgo
Home-page: https://github.com/Jul10l1r4/getrailslib
Author: Julio Lira
Author-email: jul10l1r4@disroot.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

![Getrails](img/beta1.jpg)

# GETRAILS
Lib of OSINT and Dork hacking that work with Google and Duckduckgo

## Run

```python
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
```

## Install

```pypi
pip3 install getrails
```


