Last active
February 5, 2024 22:11
-
-
Save bgrewell/d0ed067594bcbd12951478dc03764cf9 to your computer and use it in GitHub Desktop.
Steps required to install and setup PenTesters Framework (PTF) from TrustedSec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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