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