From 4f7ce4145ba1ff0752378a3ce2ef8a6a1d340a40 Mon Sep 17 00:00:00 2001 From: Jeepler Date: Tue, 14 Jun 2016 08:52:17 -0500 Subject: [PATCH] added reason in PTF for installing Debian testing first --- customization/dark-theme.md | 4 +++- managing-os/pentesting/ptf.md | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/customization/dark-theme.md b/customization/dark-theme.md index 4dada153..91bd5e58 100644 --- a/customization/dark-theme.md +++ b/customization/dark-theme.md @@ -1,6 +1,6 @@ --- layout: doc -title: Qubes OS Dark Theme +title: Dark Theme in Dom0 and DomU permalink: /doc/dark-theme/ --- @@ -8,5 +8,7 @@ Dark KDE in dom0 ---------------- + + Dark Qube (VM) -------------- diff --git a/managing-os/pentesting/ptf.md b/managing-os/pentesting/ptf.md index d1597f25..7f2f2abc 100644 --- a/managing-os/pentesting/ptf.md +++ b/managing-os/pentesting/ptf.md @@ -11,6 +11,11 @@ How to create Penetration Testers Framework (PTF) VM 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." (source [PTF Readme](https://github.com/trustedsec/ptf/blob/master/README.md)) +**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 +---------------------------------------------------- + 1 - Create PTF template 1. Follow the [Create Debian Based Kali Template](/doc/kali/) till step 7.