funny ip address generator 👩‍💻🛰️
Find a file
2022-10-27 16:02:07 +01:00
screenshots added readme :) 2022-02-22 05:32:59 +00:00
src Update methods.txt 2022-10-27 16:02:07 +01:00
.gitignore optimisation and cleanup! 2022-10-13 14:52:10 +01:00
go.mod woo first commit 2022-02-22 05:09:44 +00:00
go.sum woo first commit 2022-02-22 05:09:44 +00:00
ipaddrgen.code-workspace optimisation and cleanup! 2022-10-13 14:52:10 +01:00
README.md added cli help! 👩‍⚕️ 2022-10-13 17:18:56 +01:00

ipaddrgen 👩‍💻

the funny ip address generator

a small cli program written in go that generates random ip addresses and "does things" to them.

Q: "why would you make this?"

A: I was very bored.

legal disclaimer: no this isn't a "hacking" tool, it's a goofy piece of software that spits text out onto the screen and nothing more. I wholeheartedly encourage that this software be used in le funny hacking montage.

screenies 📸

ipaddrgen in action

use it!

download whichever version is compatible with your OS (if such a version isn't listed, I'm so sorry!), then run it via your terminal!

i.e. ./ipaddrgen-PLATFORM-ARCH

for help with command-line arguments (for some fun customisation), try ./ipaddrgen -h!

build it! 📀

requirements:

  • go (currently using 1.17.6)
  • that's about it

how:

windows: go build -o ./bin/ipaddrgen.exe ./src

linux/mac: go build -o ./bin/ipaddrgen ./src

alternatively, just run it with go run ./src


enjoy! ❤