MCPcopy
hub / github.com/jipegit/OSXAuditor / ParseBrowsers

Function ParseBrowsers

osxauditor.py:792–799  ·  view source on GitHub ↗

Call the different functions to parse the browsers

()

Source from the content-addressed store, hash-verified

790 ParseChromeProfile(User, UsersChromePath)
791
792def ParseBrowsers():
793 ''' Call the different functions to parse the browsers '''
794
795 PrintAndLog(u'Browsers', 'SECTION')
796
797 ParseSafari()
798 ParseFirefox()
799 ParseChrome()
800
801def ParsePackagesDir(PackagesDirPath):
802 ''' Parse the packages in a directory '''

Callers 1

MainFunction · 0.85

Calls 4

PrintAndLogFunction · 0.85
ParseSafariFunction · 0.85
ParseFirefoxFunction · 0.85
ParseChromeFunction · 0.85

Tested by

no test coverage detected