mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 05:23:28 -07:00
added more deps to setup.sh
This commit is contained in:
parent
e2b12af987
commit
b671873a3a
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -4,8 +4,8 @@ if [[ $EUID -ne 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get install python-pip msgpack-python python-nfqueue python-imaging -y
|
apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y
|
||||||
apt-get install python-requests python-configobj python-pefile -y
|
apt-get install python-dnspython python-requests python-configobj python-pefile -y
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
cd bdfactory/ && ./install.sh
|
cd bdfactory/ && ./install.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue