Skip to content

MarcoVinciguerra/RipeDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downloads

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 Features use this methods:

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

Follow the on-screen instructions to enter search parameters and view the results.

License

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

Contacts

APT-0 - [email protected]

Contributors

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%