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} +"""