Check Installed Packages
enumerationlinuxchecklist
Summary
Outdated or unusual packages may have known exploits.
Walkthrough
Enumerate installed system and Python packages to spot vulnerable versions.
Commands
bash
pip3 list
bash
dpkg -l
Outdated or unusual packages may have known exploits.
Enumerate installed system and Python packages to spot vulnerable versions.
bash
pip3 list
bash
dpkg -l