May 12, 2015
                
              
                                                                New Tool: The PenTesters Framework (PTF) Released
                
                  Written by
                                                            David Kennedy
                                                      
              
            
            
            
            
            
                              
                    TrustedSec is proud to announce the release of the PenTesters Framework (PTF). PTF is a Python script designed for Debian/Ubuntu (plans on expanding to more) based distributions 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 use modules/install_update_all run


AFTER_COMMANDS="cp config/dict/rockyou.txt {INSTALL_LOCATION}"
For 'After Commands' that do self install (don't require user interaction) - place an exit after your commands so it exits the shell.
This is still an early release and a work in progress. The hope would be to get a lot of community support for additional module development and continue to add on.
In order to download PTF, head over to github or clone it.
git clone https://github.com/trustedsec/ptf
TODO:
* Add ability to support SVN, and FILE download.
* Support other operating systems aside from Kali, Ubuntu, Debian