mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 21:43:28 -07:00
added capstone in requirements.txt
modified setup and update scripts
This commit is contained in:
parent
a766c685b1
commit
96eb4e2fa6
3 changed files with 1 additions and 6 deletions
|
@ -13,4 +13,5 @@ pefile
|
|||
ipy
|
||||
pyopenssl
|
||||
service_identity
|
||||
capstone
|
||||
pypcap
|
||||
|
|
5
setup.sh
5
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
|
||||
|
|
|
@ -9,4 +9,3 @@ git pull
|
|||
echo 'Updating the-backdoor-factory'
|
||||
cd libs/bdfactory/
|
||||
git pull origin master
|
||||
./update.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue