#cybersecurity #coursera #quiz #solution #network #python
Python libraries can be used for privilege escalation since some Python code is run with advanced permissions and libraries can be changed without these permissions.
Accounts vulnerable to compromise are rarely on high-value systems.
Valid Accounts, Boot or Logon Autostart and Event-Triggered Execution can be used for both persistence and privilege escalation.
Third-party dependencies in applications can be exploited for privilege escalation.
Python looks first in the directory of the calling program when importing a library.
Processes executed at boot time have SYSTEM level permissions.
Comments