mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 21:42:17 -07:00
updated README with nfqueue instructions
This commit is contained in:
parent
fc3cbb56ef
commit
2f194628ab
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
MITMf
|
MITMf V0.7
|
||||||
=====
|
==========
|
||||||
|
|
||||||
Framework for Man-In-The-Middle attacks
|
Framework for Man-In-The-Middle attacks
|
||||||
|
|
||||||
|
@ -44,3 +44,7 @@ https://github.com/secretsquirrel/the-backdoor-factory and code from BDFProxy ht
|
||||||
<h3>How to install on Kali</h3>
|
<h3>How to install on Kali</h3>
|
||||||
|
|
||||||
Run setup.sh as root to install all submodules and python libraries.
|
Run setup.sh as root to install all submodules and python libraries.
|
||||||
|
|
||||||
|
If you get an error similar to ```TypeError: nfqueue_callback() takes exactly 3 arguments (2 given)```
|
||||||
|
Then you need to manually compile the python bindings for nfqueue.
|
||||||
|
You can download the latest version at https://www.wzdftpd.net/redmine/projects/nfqueue-bindings/wiki
|
||||||
|
|
2
setup.sh
2
setup.sh
|
@ -4,7 +4,7 @@ if [[ $EUID -ne 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y
|
apt-get install python-scapy python-dns python-pip msgpack-python python-imaging -y
|
||||||
apt-get install python-twisted-web 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 init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue