mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-13 13:58:34 +03:00
Update octosuite
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from utils.colors import Color
|
from utilities.colors import Color
|
||||||
from utils.misc import Banner
|
from utilities.misc import Banner
|
||||||
from core.main import Octosuite, Attributes, logMsg
|
from core.main import Octosuite, Attributes, logMsg
|
||||||
|
|
||||||
print(Banner.nameLogo)
|
print(Banner.nameLogo)
|
||||||
@@ -16,4 +16,4 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error(logMsg.Error.format(e))
|
logging.error(logMsg.Error.format(e))
|
||||||
print(Attributes.error, logMsg.Exception.format(f'{Color.red}{e}{Color.reset}'))
|
print(Attributes.error, logMsg.Error.format(f'{Color.red}{e}{Color.reset}'))
|
||||||
|
|||||||
Reference in New Issue
Block a user