mirror of
https://github.com/login-securite/DonPAPI
synced 2025-04-23 07:26:46 +00:00
Fixed typo in seatbelt.py
This commit is contained in:
parent
d54cab7dc9
commit
c2880e534c
@ -378,7 +378,7 @@ class MySeatBelt:
|
|||||||
self.logging.debug(
|
self.logging.debug(
|
||||||
f"[{self.options.target_ip}] {bcolors.WARNING}Exception GetMozillaSecrets_wrapper for {user.username} {bcolors.ENDC}")
|
f"[{self.options.target_ip}] {bcolors.WARNING}Exception GetMozillaSecrets_wrapper for {user.username} {bcolors.ENDC}")
|
||||||
self.logging.debug(ex)
|
self.logging.debug(ex)
|
||||||
def GetChormeSecrets(self):
|
def GetChromeSecrets(self):
|
||||||
self.logging.info(f"[{self.options.target_ip}] {bcolors.OKBLUE}[+] Gathering Chrome Secrets {bcolors.ENDC}")
|
self.logging.info(f"[{self.options.target_ip}] {bcolors.OKBLUE}[+] Gathering Chrome Secrets {bcolors.ENDC}")
|
||||||
blacklist = ['.', '..']
|
blacklist = ['.', '..']
|
||||||
# Parse chrome
|
# Parse chrome
|
||||||
@ -1946,7 +1946,7 @@ class MySeatBelt:
|
|||||||
self.GetWifi()
|
self.GetWifi()
|
||||||
self.GetVaults()
|
self.GetVaults()
|
||||||
if self.options.no_browser == False:
|
if self.options.no_browser == False:
|
||||||
self.GetChormeSecrets()
|
self.GetChromeSecrets()
|
||||||
self.GetMozillaSecrets_wrapper()
|
self.GetMozillaSecrets_wrapper()
|
||||||
if self.options.no_sysadmins == False :
|
if self.options.no_sysadmins == False :
|
||||||
self.GetMRemoteNG()
|
self.GetMRemoteNG()
|
||||||
|
Loading…
Reference in New Issue
Block a user