Metadata-Version: 2.1
Name: getrails
Version: 1.6
Summary: Tool of OSINT and Dork hacking that work with Google and Duckduckgo
Home-page: https://github.com/Vault-Cyber-Security/getrails/tree/lib
Author: Julio Lira
Author-email: jul10l1r4@disroot.org
License: UNKNOWN
Description: <center>
          <img src="https://raw.githubusercontent.com/Vault-Cyber-Security/getrails/lib/img/beta1.jpg" alt="Getrails" width="900px"/>
        </center>
        
        ![Upload Python Package](https://github.com/Vault-Cyber-Security/getrails/workflows/Upload%20Python%20Package/badge.svg?branch=lib)
        
        # 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
        ```
        
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
