mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
6 lines
339 B
Bash
Executable file
6 lines
339 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
git submodule init && git submodule update --recursive
|
|
apt-get install -y python-capstone python-twisted python-requests python-scapy python-dnspython python-cryptography python-crypto
|
|
apt-get install -y python-msgpack python-configobj python-pefile python-ipy python-openssl python-pypcap
|
|
pip install Pillow mitmflib
|