From c750f6e6c71ab644467c83344cfd5140b0c29daf Mon Sep 17 00:00:00 2001 From: Agent421 <40457467+Agent421@users.noreply.github.com> Date: Wed, 26 Oct 2022 13:56:45 +0100 Subject: [PATCH 1/7] Update methods.txt if you say no then you are biased --- src/methods.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/methods.txt b/src/methods.txt index 77960be..3e5fe89 100644 --- a/src/methods.txt +++ b/src/methods.txt @@ -133,4 +133,8 @@ nullnullnull doing indescribable things to owning sending your minecraft base coordinates to -melting \ No newline at end of file +melting +removing bull from china shop +say night night to +i'm about to give up on +never gonna give up on SIKE From 2e45a8c171d739fa35887241e57fb363cba2aab6 Mon Sep 17 00:00:00 2001 From: mellodoot Date: Wed, 26 Oct 2022 14:10:04 +0100 Subject: [PATCH 2/7] Update methods.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit touched up to make it look ✨prettier✨ --- src/methods.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/methods.txt b/src/methods.txt index 3e5fe89..6e8af0c 100644 --- a/src/methods.txt +++ b/src/methods.txt @@ -134,7 +134,7 @@ doing indescribable things to owning sending your minecraft base coordinates to melting -removing bull from china shop -say night night to -i'm about to give up on -never gonna give up on SIKE +removing china shop bulls from +saying night night to +giving up on +never gonna give up on From 61d0e46424d09a526fb905fa4796d04c573e9a45 Mon Sep 17 00:00:00 2001 From: Agent421 <40457467+Agent421@users.noreply.github.com> Date: Wed, 26 Oct 2022 22:17:10 +0100 Subject: [PATCH 3/7] Update methods.txt --- src/methods.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/methods.txt b/src/methods.txt index 77960be..248dd1c 100644 --- a/src/methods.txt +++ b/src/methods.txt @@ -133,4 +133,11 @@ nullnullnull doing indescribable things to owning sending your minecraft base coordinates to -melting \ No newline at end of file +melting +taking a big fat dump on +about to bust a nut on +gaining the wifi password to +doing unspeakable things to +about to expose the search history on +sending a DDOS attack to +sending prayers to From dd98981b9dbc4839cce8623d36b3671334855986 Mon Sep 17 00:00:00 2001 From: mellodoot Date: Thu, 27 Oct 2022 16:02:07 +0100 Subject: [PATCH 4/7] Update methods.txt --- src/methods.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/methods.txt b/src/methods.txt index c88bbd9..c59d8e0 100644 --- a/src/methods.txt +++ b/src/methods.txt @@ -131,14 +131,16 @@ causing a ruckus on grossly offending nullnullnull doing indescribable things to +doing unspeakable things to +doing outrageous things to +doing silly things to owning sending your minecraft base coordinates to melting dumping on 'boutta bust a nut on -doing unspeakable things to exposing search history for sending prayers to saying night night to giving up on -never gonna give up on \ No newline at end of file +never gonna give up on From 30cc8bc61e9c699e626f1ec436ac91ea016bc4e7 Mon Sep 17 00:00:00 2001 From: mellodoot Date: Wed, 10 May 2023 23:43:16 +0100 Subject: [PATCH 5/7] added cli arg `-help` as an alternative to `-h` --- src/main.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main.go b/src/main.go index 0a756b6..e4eab6d 100644 --- a/src/main.go +++ b/src/main.go @@ -17,17 +17,12 @@ import ( // === internal vars (no need to edit these!) === var running bool -var i_was_IPv6 = false -var i_was_ported = false var i_last_method string var i_methods []string //go:embed methods.txt var i_methods_file embed.FS -//go:embed help.txt -var i_help_file embed.FS - // === timings === // minimum wait for an update (ms). @@ -50,7 +45,7 @@ var port_chance = 0.05 func main() { - if argIndex("h") >= 0 { + if argIndex("h") >= 0 || argIndex("help") >= 0 { showHelp() return } From 9853be9003d9f764ba09039ff935389afe3a0f7b Mon Sep 17 00:00:00 2001 From: mellodoot Date: Wed, 10 May 2023 23:51:21 +0100 Subject: [PATCH 6/7] updated gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 739346c..a7473bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -.DS_Store +**/.DS_Store /bin From 848b7a57a697631afeba2339d4d810b637afd41b Mon Sep 17 00:00:00 2001 From: mellodoot Date: Wed, 10 May 2023 23:51:26 +0100 Subject: [PATCH 7/7] updated readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 88f656d..3925abf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ipaddrgen 👩‍💻 -### the funny ip address generator + +## the funny ip address generator a small cli program written in go that generates random ip addresses and "does things" to them. @@ -9,11 +10,11 @@ a small cli program written in go that generates random ip addresses and "does t *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 📸 +## screenies 📸 ![ipaddrgen in action](screenshots/v1term.png) -# use it! ✨ +## use it! ✨ [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! @@ -21,14 +22,14 @@ i.e. `./ipaddrgen-PLATFORM-ARCH` for help with command-line arguments (for some fun customisation), try `./ipaddrgen -h`! -# build it! 📀 +## build it! 📀 -### requirements: +### requirements - [go](https://go.dev/) (currently using 1.17.6) - that's about it -### how: +### how windows: `go build -o ./bin/ipaddrgen.exe ./src`