Skip to content

theNareshofficial/ip_address_generator.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ipv4, ipv6 address generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages