From 079e4ba1a8faf0f429b90a5e08ec4cb8841f96d6 Mon Sep 17 00:00:00 2001 From: 6abd <81784387+6abd@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:50:38 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edffc0f..bb334f2 100755 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To manually configure API keys, navigate to ```/src/modules/var/pipes/api_config ```

- +

*On Shodan: Shodan is a paid API, so in order for your API to work you need to subscribe to them. A lot of its feature's location-related functionality is available in 'geolock', but more detailed features require that API.* From 71a80b65450dbac36054fc49ccb964459ade4bd8 Mon Sep 17 00:00:00 2001 From: 6abd <81784387+6abd@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:51:43 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb334f2..14f19b3 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- +

From 1f8789a2b1a8cd8e1459ae1de4b206eb45697cc9 Mon Sep 17 00:00:00 2001 From: 6abd <81784387+6abd@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:56:33 -0400 Subject: [PATCH 3/3] Update banner.py --- etc/init/banner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init/banner.py b/etc/init/banner.py index 6b97529..d98e0ab 100755 --- a/etc/init/banner.py +++ b/etc/init/banner.py @@ -4,7 +4,7 @@ from colorama import Fore # For text colour. import random # For tagline. -version = ("1.2.4") # Major.Minor.Rev/Build +version = ("1.2.6") # Major.Minor.Rev/Build motd = (f"{Fore.LIGHTRED_EX}Are you worried yet?{Fore.LIGHTRED_EX}") # Always use 20 char max. tag = [' Access the matrix', ' Break the system'] # Use spaces to centre the tag to the divider bar.