From d17ef7d207743f06f58d44713a0fb2ca785a6949 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rlyonheart@users.noreply.github.com> Date: Sat, 9 Oct 2021 19:01:25 +0200 Subject: [PATCH] Create banner.py --- oxdork/lib/banner.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 oxdork/lib/banner.py diff --git a/oxdork/lib/banner.py b/oxdork/lib/banner.py new file mode 100644 index 0000000..df90d15 --- /dev/null +++ b/oxdork/lib/banner.py @@ -0,0 +1,12 @@ +from lib.colors import red,end,white +banner = f"""{red} +╭━━━╮╱╱╭╮╱╱╱╭╮ +┃╭━╮┣┳┳╯┣━┳┳┫┣╮ +┃┃┃┃┣┃┫╋┃╋┃╭┫━┫ +┃┃┃┃┣┻┻━┻━┻╯╰┻╯ +┃╰━╯┃ +Disclaimer{white}: +This tool was developed for educational purposes and should not be used in environments +without {red}legal authorization{white}. +Therefore, the author shall {red}not{white} be responsible for the damages that might be done with it.{end} +"""