leviathan
leviathan copied to clipboard
wide range mass audit toolkit
`ImportError: No module named googleapiclient.discovery` After installing the framework with the shell script for Ubuntu. Tried to install and search for a module by that name via pip but it...
flake8 testing of https://github.com/leviathan-framework/leviathan on Python 2.7.13 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./lib/brute_forcer.py:87:17: F821 undefined name 'cracked_list' cracked_list.append(ip+" "+username+" "+password) ^ ./lib/brute_forcer.py:88:72: F821 undefined name 'discovery_id' ncrack_file_name...