mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
added twisted to setup script
This commit is contained in:
parent
b671873a3a
commit
fc3cbb56ef
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -5,7 +5,7 @@ if [[ $EUID -ne 0 ]]; then
|
|||
fi
|
||||
|
||||
apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y
|
||||
apt-get install python-dnspython python-requests python-configobj python-pefile -y
|
||||
apt-get install python-twisted-web python-dnspython 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