Metadata-Version: 2.1
Name: getrails
Version: 0.7
Summary: Tool of OSINT and Dork hacking that work with Google and Duckduckgo
Home-page: https://github.com/Vault-Cyber-Security/getrails
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

<center>
  <img src='img/beta1.jpg' width='90%'/>
<center>

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

# Use

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

```python
pip3 install getrails
```


