← Back to search

Check Python Availability

enumerationlinuxchecklist

Summary

Knowing if Python exists helps with shell upgrades and exploit delivery.

Walkthrough

Check whether Python is installed for shell upgrades and tooling.

Commands

bash

python -V 2>&1
python3 -V 2>&1