From 808df8591f9e27e75b281e19dc9c09072cea2e90 Mon Sep 17 00:00:00 2001 From: Jeepler Date: Tue, 14 Jun 2016 09:09:21 -0500 Subject: [PATCH] added image to PTF --- managing-os/pentesting/ptf.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/managing-os/pentesting/ptf.md b/managing-os/pentesting/ptf.md index 7f2f2abc..43dd9643 100644 --- a/managing-os/pentesting/ptf.md +++ b/managing-os/pentesting/ptf.md @@ -13,8 +13,8 @@ PTF attempts to install all of your penetration testing tools (latest and greate **Note** PTF works on Debian testing as well as on Debian 8. PTF itself works with Debian 8, but the software tools will have missing dependencies. Metasploit for examples requires a newer Ruby version than Debian 8 has in the repositories. Therefor the best way to install PTF is by upgrading a Debian 8 into Debian testing with additional Kali repositories. Instead of installing the tools from Kali, PTF will install and update the newest tools. -How to create Penetration Testers Framework (PTF) VM ----------------------------------------------------- +Create Debian Based Penetration Testers Framework (PTF) Template +---------------------------------------------------------------- 1 - Create PTF template @@ -67,6 +67,8 @@ PTF will put itself into `/usr/local/bin/ptf`. You can use `ptf` from now on. sudo ptf ~~~ + ![PTF start banner](/attachment/wiki/Pentesting/PTF/ptf-banner.png) + 2. Show available modules (tools) ~~~