From 96eb4e2fa6d3c0971c074bba60c23724342a5eba Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 18 Apr 2015 15:08:11 +0200 Subject: [PATCH] added capstone in requirements.txt modified setup and update scripts --- requirements.txt | 1 + setup.sh | 5 ----- update.sh | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 92682db..7de32f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,5 @@ pefile ipy pyopenssl service_identity +capstone pypcap diff --git a/setup.sh b/setup.sh index 5191a97..282b969 100755 --- a/setup.sh +++ b/setup.sh @@ -1,8 +1,3 @@ #!/usr/bin/env bash -if [[ $EUID -ne 0 ]]; then - echo "You must be root" 2>&1 - exit 1 -fi git submodule init && git submodule update --recursive -cd libs/bdfactory/ && ./install.sh diff --git a/update.sh b/update.sh index fa51c12..4781f30 100755 --- a/update.sh +++ b/update.sh @@ -9,4 +9,3 @@ git pull echo 'Updating the-backdoor-factory' cd libs/bdfactory/ git pull origin master -./update.sh