Skip to content

Commit

Permalink
Create banner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Oct 9, 2021
1 parent 0f8ffa1 commit d17ef7d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions oxdork/lib/banner.py
Original file line number Diff line number Diff line change
@@ -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}
"""

0 comments on commit d17ef7d

Please sign in to comment.