Skip to content

Instantly share code, notes, and snippets.

@bgrewell
Last active February 5, 2024 22:11
Show Gist options
  • Save bgrewell/d0ed067594bcbd12951478dc03764cf9 to your computer and use it in GitHub Desktop.
Save bgrewell/d0ed067594bcbd12951478dc03764cf9 to your computer and use it in GitHub Desktop.
Steps required to install and setup PenTesters Framework (PTF) from TrustedSec
## run in terminal ##
sudo su -
apt-get update
apt-get install python
git clone https://github.com/trustedsec/ptf /opt/ptf
cd /opt/ptf
./ptf
## run inside PTF ##
use modules/exploitation/install_update_all
use modules/intelligence-gathering/install_update_all
use modules/post-exploitation/install_update_all
use modules/powershell/install_update_all
use modules/vulnerability-analysis/install_update_all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment