/ip_address_generator.c

ipv4, ipv6 address generator

Primary LanguageCGNU General Public License v3.0GPL-3.0

This Tool Developed By
@thenareshofficial

This tool is a fake IP address generator that can create random IPv4 and IPv6 addresses using C programming. It has two custom header files for IPv4 and IPv6 that are included in the main function. To use this tool, you need to compile and run the main.c file. It will ask you which type of IP address you want to display.

This tool is for Educational Purposes only.

Folder structure

ip-address_generator
|-- assests
|-- docs
|-- headers
| |-- ipv4.h
| |-- ipv6.h
|-- error.h
|-- help.h
|-- version.h
|-- LICENSE
|-- README.md
|-- main.c

Installation

#clone the repo
$git clone https://github.com/theNareshofficial/ip_address_generator.c.git

#change Directory
$cd ip_address_generator.c

#compile
$gcc main.c -o main

#Executable file
$./main

#help command
$./main --help

#version command
$./main --version

ThankYou