Metadata-Version: 2.1
Name: nerdo
Version: 0.0.1
Summary: NEwly Registered DOmains
Home-page: https://github.com/hacklego/nerdo
Author: Iago Salgado
Author-email: igsalgado@protonmail.com
License: UNKNOWN
Description: # nerdo
        NEwly Registered DOmains: a tool to find suspicious domains.
        
        # Installation
        
        From pypi:
        
        ```
        pip3 install nerdo
        ```
        
        From repo:
        
        ```
        git clone https://github.com/hacklego/nerdo.git
        cd nerdo
        pip3 install .
        ```
        
        ## Usage
        ```
        usage: nerdo [-h] [-v] [keywords [keywords ...]]
        
        positional arguments:
          keywords       string or file with keywords to look for in the newly
                         registered domains. If none then stdin will be use
        
        optional arguments:
          -h, --help     show this help message and exit
          -v, --verbose  Verbosity mode
        ```
        
        ## Example
        ```
        nerdo google
        low googlemasti.xyz
        low wwwgoogle2a.xyz
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
