Fixed typo in seatbelt.py

This commit is contained in:
coolcoolnoworries 2023-01-14 23:20:51 -05:00 committed by GitHub
parent d54cab7dc9
commit c2880e534c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,7 +378,7 @@ class MySeatBelt:
self.logging.debug(
f"[{self.options.target_ip}] {bcolors.WARNING}Exception GetMozillaSecrets_wrapper for {user.username} {bcolors.ENDC}")
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}")
blacklist = ['.', '..']
# Parse chrome
@ -1946,7 +1946,7 @@ class MySeatBelt:
self.GetWifi()
self.GetVaults()
if self.options.no_browser == False:
self.GetChormeSecrets()
self.GetChromeSecrets()
self.GetMozillaSecrets_wrapper()
if self.options.no_sysadmins == False :
self.GetMRemoteNG()