From 6c8598b6bfdb268a5ae5af23b31bbf79ab4f8383 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sat, 8 Aug 2015 23:17:39 -0700 Subject: [PATCH 1/2] Updated setup.txt to correct missing /opt The step to install the back door factory tool was missing the leading /opt directory. Added it. --- setup.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.txt b/setup.txt index 0117c8c..fe601d2 100644 --- a/setup.txt +++ b/setup.txt @@ -36,7 +36,7 @@ Tool Installation The Backdoor Factory: ● Patch PE, ELF, Mach-O binaries with shellcode. ● git clone https://github.com/secretsquirrel/the-backdoor-factory /opt/the-backdoor-factory -● cd the-backdoor-factory +● cd /opt/the-backdoor-factory ● ./install.sh HTTPScreenShot From 9fb7b4725008f2cdf711902f012950eefddffdab Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sun, 9 Aug 2015 01:28:52 -0700 Subject: [PATCH 2/2] Update setup.txt Added a call to apt-get update as I was unable to install the python-elixir package until after doing so. --- setup.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.txt b/setup.txt index fe601d2..14b693b 100644 --- a/setup.txt +++ b/setup.txt @@ -143,6 +143,7 @@ DSHashes: SPARTA: ● A python GUI application which simplifies network infrastructure penetration testing by aiding the penetration tester in the scanning and enumeration phase. ● git clone https://github.com/secforce/sparta.git /opt/sparta +● apt-get update (This prevents failure when attempting to retrieve python-elixir - May not be required in all cases) ● apt-get install python-elixir ● apt-get install ldap-utils rwho rsh-client x11-apps finger