Skip to content

0xflotus/ippic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ippic

ippic is a tool to create an image from an IP address.

> python3 -m ippic 127.0.0.1

This command will produce a ip.png file in your current directory.

The image of the IPv4 localhost address will be:

localhost ipv4

ippic can recognize IPv4 or IPv6 addresses, also in compressed form.

> python3 -m ippic ::1 

> python3 -m ippic 0000:0000:0000:0000:0000:0000:0000:0001

Both commands above will produce the following image:

localhost ipv4

Other examples

> python3 -m ippic 2a00:1450:4001:82b::2003

example