From 1e9e0a460c22f83852ef2165614234c1314a265c Mon Sep 17 00:00:00 2001 From: binkybear Date: Fri, 17 Oct 2014 18:37:19 -1000 Subject: [PATCH] Install script Update in bdfactory still puts out missing capstone folder but this should be all the required files for kali. --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..3b2f24e --- /dev/null +++ b/install.sh @@ -0,0 +1,7 @@ +#!/bin/bash +sudo apt-get install python-pip msgpack-python python-nfqueue python-imaging capstone -y +sudo apt-get install python-requests python-configobj python-pefile -y +pip install capstone +./update.sh +./install-bdfactory.sh +./bdfactory/update.sh