mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 21:13:26 -07:00
removed os specific deps in setup script
This commit is contained in:
parent
af8b741f81
commit
e7a7b0a57f
1 changed files with 0 additions and 3 deletions
3
setup.sh
3
setup.sh
|
@ -4,9 +4,6 @@ if [[ $EUID -ne 0 ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y
|
||||
apt-get install python-twisted-web python-dnspython python-requests python-configobj python-pefile -y
|
||||
pip install pyyaml ua-parser user-agents
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd libs/bdfactory/ && ./install.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue