ipaddrgen/README.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

2022-02-22 05:32:59 +00:00
# ipaddrgen 👩‍💻
2023-05-10 23:51:26 +01:00
## the funny ip address generator
2022-02-22 05:32:59 +00:00
2022-10-13 14:52:10 +01:00
a small cli program written in go that generates random ip addresses and "does things" to them.
2022-02-22 05:32:59 +00:00
**Q:** *"why would you make this?"*
**A:** I was very bored.
2022-06-21 14:42:40 +01:00
*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.*
2023-05-10 23:51:26 +01:00
## screenies 📸
2022-02-22 05:32:59 +00:00
![ipaddrgen in action](screenshots/v1term.png)
2023-05-10 23:51:26 +01:00
## use it! ✨
2022-10-13 17:18:56 +01:00
[download](https://github.com/mellodoot/ipaddrgen/releases/latest) 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`!
2023-05-10 23:51:26 +01:00
## build it! 📀
2022-02-22 05:32:59 +00:00
2023-05-10 23:51:26 +01:00
### requirements
2022-02-22 05:32:59 +00:00
2022-02-22 05:39:16 +00:00
- [go](https://go.dev/) (currently using 1.17.6)
2022-02-22 05:32:59 +00:00
- that's about it
2023-05-10 23:51:26 +01:00
### how
2022-02-22 05:32:59 +00:00
windows: `go build -o ./bin/ipaddrgen.exe ./src`
2022-02-22 05:32:59 +00:00
2022-03-30 13:34:36 +01:00
linux/mac: `go build -o ./bin/ipaddrgen ./src`
2022-02-22 05:32:59 +00:00
2022-10-13 14:52:10 +01:00
*alternatively, just run it with `go run ./src`*
2022-02-22 05:32:59 +00:00
---
2022-03-30 13:34:36 +01:00
enjoy! ❤