The PenTesters Framework (PTF): A Python 2 Script to Create a Similar and Familiar Distro for PenTesters

The PenTesters Framework (PTF) - A Python script designed for Debian/Ubuntu/ArchLinux based distributions to create a similar and familiar distribution for Penetration Testing

Instructions:
   First check out the config/ptf.config file which contains the base location of where to install everything. By default this will install in the /pentest directory. Once you have that configured, move to running PTF by typing python ptf.

   This will put you in a Metasploitesque type shell which has a similar look and feel for consistency. Show modules, use , etc. are all accepted commands. First things first, always type help or ? to see a full list of commands.

   For a video tutorial on how to use PTF, Check out the HackerSploit video:

Install framework:
Install and use modules (or hacking tools):
   Use this command to show all modules (or hackinng tools): show modules
   To search a module (or hacking tool) let use this command: search [keyword]

   Install module (hacking tool):
Update all modules:
The PenTesters Framework (PTF) - Install Hacking tools easier for PenTesters
   A TrustedSec Project - Copyright 2018
   Written by: David Kennedy (@HackingDave)
   Website: https://www.trustedsec.com
   Twitter: @TrustedSec, @HackingDave

   The PenTesters Framework (PTF) is a Python script designed for Debian/Ubuntu/ArchLinux based distros to create a similar and familiar distribution for Penetration Testing. As pentesters, we've been accustom to the /pentest/ directories or our own toolsets that we want to keep up-to-date all of the time. We have those "go to" tools that we use on a regular basis, and using the latest and greatest is important.

   PTF attempts to install all of your penetration testing tools (latest and greatest), compile them, build them, and make it so that you can install/update your distribution on any machine. Everything is organized in a fashion that is cohesive to the Penetration Testing Execution Standard (PTES) and eliminates a lot of things that are hardly used. PTF simplifies installation and packaging and creates an entire pentest framework for you. Since this is a framework, you can configure and add as you see fit. We commonly see internally developed repos that you can use as well as part of this framework. It's all up to you.

   The ultimate goal is for community support on this project. We want new tools added to the GitHub repository. Submit your modules. It's super simple to configure and add them and only takes a few minute.