mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-11 12:58:34 +03:00
Update misc.py
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import getpass
|
||||
from utilities.colors import Color
|
||||
|
||||
@@ -8,7 +9,7 @@ This class holds the program's banner logo and version tag
|
||||
class Banner:
|
||||
'''
|
||||
This is experimental, i might remove it later
|
||||
If the username is mine (lol), current username string will be set to 🛡 Admin
|
||||
If the username is mine (lol), current username string will be set to Admin
|
||||
'''
|
||||
if getpass.getuser() == 'rly0nheart':
|
||||
currentUser = f'🛡️ {Color.red}Admin{Color.reset}'
|
||||
@@ -26,7 +27,7 @@ class Banner:
|
||||
|
||||
|
||||
|
||||
.:{currentUser}:.
|
||||
.:{Color.green}{currentUser}{Color.reset}:.
|
||||
- {Color.white}use {Color.green}help{Color.reset}{Color.white} command for usage{Color.reset}
|
||||
- {Color.white}commands are case insensitive{Color.reset}
|
||||
{'-'*29}
|
||||
|
||||
Reference in New Issue
Block a user