Skip to content

apt-0/RipeDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downloads License: MIT

RipeDB

RipeDB is a Python tool designed to facilitate the search and analysis of internet domain data through the RIPE DATABASE. This project allows users to obtain detailed information about domains and their IP assignments.

Features

  • Search for domain information using customizable parameters.
  • Analysis of collected data and generation of xlsx reports.
  • Simple and intuitive user interface.

Prerequisites

Before you begin, make sure you have Python 3.x installed on your system. RipeDB depends on some external packages, which are listed in the requirements.txt file.

Installation

Stable Version

RipeDB can be easily installed via pip. This method is recommended for most users as it automatically manages all project dependencies.

To install RipeDB, run the following command:

pip install ripedb

Latest Version

If you want the Latest Version use this methods (Not all Parameter works):

PIP

git clone https://github.com/apt-0/RipeDB
cd RipeDB
pip install .

Python

git clone https://github.com/apt-0/RipeDB
cd RipeDB
python -m ripedb.main

Usage

To start RipeDB, run the following command:

ripedb -h

····················································
:                                                  :
: 888 88e  ,e,                  888 88e   888 88b, :
: 888 888D  "  888 88e   ,e e,  888 888b  888 88P' :
: 888 88"  888 888 888b d88 88b 888 8888D 888 8K   :
: 888 b,   888 888 888P 888   , 888 888P  888 88b, :
: 888 88b, 888 888 88"   "YeeP" 888 88"   888 88P' :
:              888                                 :
:              888                                 :
:                                                  :
····················································

usage: main.py [-h] [-q QUERY] [-em] [-o OUTPUT] [-dns DNS] [command]

RipeDB: A tool for performing queries and analysis on RipeDB.

positional arguments:
  command               The command to execute (query, help).

options:
  -h, --help            show this help message and exit
  -q QUERY, --query QUERY
                        Query parameter
  -em, --editing-mode   Enable DNS resolution and editing mode
  -o OUTPUT, --output OUTPUT
                        Define output folder

or

ripedb -q <Search-Parameter>

If you want to edit the result and perform DNS LOOKUP, you have to enter in editing-mode

ripedb -em

or

ripedb -q <Search-Parameter> -em

For output the Search resuts or DNS Result (via editing mode) define -o parameter:

ripedb -q <Search-Parameter> -o <Output-Path>

You Can Define output parameter as follow:

  • ripedb -o '.'
  • ripedb -o 'PATH'

License

Distributed under the MIT License. See LICENSE for more information.

Contacts

APT-0 - cryptovortex@outlook.com

Contributors

Contributors

About

Tool for searching in the RIPE DATABASE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages