From b47ea6fe01b7f53985b21d908c2ede5ec13fb009 Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Sun, 21 Sep 2025 20:19:40 +0200 Subject: [PATCH] ADD further information like project name, source reference and license to start page --- main.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 6c0814c..447d29f 100644 --- a/main.py +++ b/main.py @@ -212,7 +212,15 @@ curl -s https://{DOMAIN}/PASTE_THE_ID \ ████ Further Information ████ -More information will follow. Work in Progress. +Powered by linedump + +Source: + https://git.uphillsecurity.com/cf7/linedump + +License: + Apache-2.0 + https://git.uphillsecurity.com/cf7/linedump/src/branch/main/LICENSE + """ if __name__ == "__main__":