Skip to content
/ ncidr Public

ncidr is a powerful Python tool designed for handling CIDR ranges and extracting IP addresses. It allows users to process CIDR ranges to generate a list of IP addresses, check for active IPs.

License

Notifications You must be signed in to change notification settings

bugooos/ncidr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

NCIDR

ncidr is a powerful python tool designed for handling CIDR ranges and extracting IP addresses. It allows users to process CIDR ranges to generate a list of IP addresses, check for active IPs.

Who am I?

Hello everyone I am nexu , a cybersecurity student , nothing else. I developed this tool for both OS.

Features

  • CIDR Range Handling: Single CIDR Range Input, File Input with Multiple CIDR Ranges
  • IP Extraction: Extract IPs from CIDR, Bulk Extraction from File
  • Active IP Checking
  • Advanced Sorting
  • Storage Options: User-Specified Output Path
  • windows & linux

Prerequisites

  • Ensure that Python 3.x is installed on your system. You can download it from python.org(https://www.python.org/).
  • Git: Git should be installed to clone the repository. You can download it from git-scm.com(https://git-scm.com/).

Dependencies

The ncidr tool requires the prompt_toolkit package. Install it using pip:

pip install prompt_toolkit

Installation

  • Clone the Repository: Open a terminal or command prompt. Clone the repository using Git
git clone https://github.com/bugooos/ncidr.git
  • Navigate to the project directory
cd ncidr
  • Running the Tool Ensure you are in the project directory.
  • Change the permission
chmod +x ncidr.py
  • Run the tool with Python
python ncidr.py OR python3 ncidr.py

Support

For support, You can buy me a coffie : https://buymeacoffee.com/nexu or email drdeathultimate@gmail.com or join our Youtube channel. Youtube: https://www.youtube.com/@cyberfortress05

About

ncidr is a powerful Python tool designed for handling CIDR ranges and extracting IP addresses. It allows users to process CIDR ranges to generate a list of IP addresses, check for active IPs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages