mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
modified binkybears install script
This commit is contained in:
parent
68178140fe
commit
72db92f41f
1 changed files with 11 additions and 0 deletions
11
setup.sh
Executable file
11
setup.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
echo "You must be root" 2>&1
|
||||
exit 1
|
||||
fi
|
||||
|
||||
apt-get install python-pip msgpack-python python-nfqueue python-imaging -y
|
||||
apt-get install python-requests python-configobj python-pefile -y
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd bdfactory/ && ./install.sh
|
Loading…
Add table
Add a link
Reference in a new issue