def get_modules():
    module_names = [
        ClawsMail(),
        Thunderbird(),
        DbVisualizer(),
        Env_variable(),
        Filezilla(),
        Fstab(),
        # Mozilla(),
        Opera(),
        Chrome(),
        Pidgin(),
        Shadow(),
        Aws(),
        Docker(),
        Ssh(),
        Cli(),
        SQLDeveloper(),
        Squirrel(),
        Wifi(),
        Wpa_supplicant(),
        Kde(),
        Libsecret(),
        Mimipy()
    ]

    # very long to execute
    # try:
    # 	module_names.append(MemoryDump())
    # except:
    # 	pass

    return module_names + firefox_browsers
Esempio n. 2
0
def get_modules():
    moduleNames = [
        ClawsMail(),
        DbVisualizer(),
        Env_variable(),
        Filezilla(),
        Gnome(),
        Jitsi(),
        Mozilla(),
        Opera(),
        Pidgin(),
        Shadow(),
        SQLDeveloper(),
        Squirrel(),
        Wifi(),
        Wpa_supplicant(),
        kde()
    ]
    return moduleNames
Esempio n. 3
0
def get_modules():
	moduleNames = [
		ClawsMail(),
		DbVisualizer(),
		Env_variable(),
		Filezilla(),
		Gnome(),
		Jitsi(),
		Mozilla(),
		# MemoryDump(),	 # very long to execute
		Mimipy(),
		Opera(),
		Pidgin(),
		Shadow(),
		SQLDeveloper(),
		Squirrel(),
		Wifi(),
		Wpa_supplicant(),
		kde(),
		libsecret()
	]
	return moduleNames
Esempio n. 4
0
def get_modules():
    moduleNames = [
        ClawsMail(),
        DbVisualizer(),
        # Env_variable(),
        # Filezilla(),
        Gnome(),
        Jitsi(),
        Mozilla(),
        Opera(),
        Chrome(),
        Pidgin(),
        Shadow(),
        Aws(),
        Docker(),
        Ssh(),
        Cli(),
        SQLDeveloper(),
        Squirrel(),
        Wifi(),
        Wpa_supplicant(),
        kde(),
        libsecret()
    ]

    try:
        moduleNames.append(Mimipy())
    except:
        pass

    # very long to execute
    # try:
    # 	moduleNames.append(MemoryDump())
    # except:
    # 	pass

    return moduleNames