fixed typo as noticed in #66

This commit is contained in:
byt3bl33d3r 2015-04-19 23:37:01 +02:00
commit f2466c822a

View file

@ -20,7 +20,7 @@ If MITMf is not in your distros repo or you just want the latest version:
- run the ```setup.sh``` script
- run the command ```pip install -r requirements.txt``` to install all python dependencies
On Kali Linux, if you get an error while installing the pypcap package or when starting MITMf you see: ```ImportError: no module named pcap``` run ```apt-get install python-pycap``` to fix it.
On Kali Linux, if you get an error while installing the pypcap package or when starting MITMf you see: ```ImportError: no module named pcap``` run ```apt-get install python-pypcap``` to fix it.
Availible plugins
=================