mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-22 14:24:46 -07:00
- Logging is now seperate for each module
- added DNSChef submodule - Code style improvements - modified config file name , and options - Changed requirements and README
This commit is contained in:
parent
eb7e797ded
commit
d4c6b7d5b6
28 changed files with 317 additions and 242 deletions
15
README.md
15
README.md
|
@ -11,13 +11,9 @@ This tool is based on [sergio-proxy](https://github.com/supernothing/sergio-prox
|
|||
|
||||
Dependency change!
|
||||
===================
|
||||
As of v0.9.5 DNS tampering support needs NetfilterQueue v0.6 which is currently a fork, so it *cannot* be installed via pip or easy_install.
|
||||
As of v0.9.5, DNS tampering support needs NetfilterQueue v0.6 which is currently a fork, so it *cannot* be installed via pip or easy_install.
|
||||
|
||||
Download it from here https://github.com/fqrouter/python-netfilterqueue and manually install it.
|
||||
|
||||
Installation
|
||||
============
|
||||
If MITMf is not in your distribuitions repo, or you just want the latest version, clone the repo run the ```setup.sh``` script and install all python dependencies in the ```requirements.txt``` file
|
||||
**Please read the [install](#installation) guide for details**
|
||||
|
||||
Availible plugins
|
||||
=================
|
||||
|
@ -64,6 +60,13 @@ Changelog
|
|||
|
||||
- Addition of the app-cache poisoning attack by [Krzysztof Kotowicz](https://github.com/koto/sslstrip) (blogpost explaining the attack here http://blog.kotowicz.net/2010/12/squid-imposter-phishing-websites.html)
|
||||
|
||||
Installation
|
||||
============
|
||||
If MITMf is not in your distros repo or you just want the latest version, clone this repository run the ```setup.sh``` script and install all python dependencies in the ```requirements.txt``` file using ```pip```.
|
||||
|
||||
Then, download the ```python-netfilterqueue``` library from here
|
||||
https://github.com/fqrouter/python-netfilterqueue and manually install it.
|
||||
|
||||
Submitting Issues
|
||||
=================
|
||||
If you have *questions* regarding the framework please email me at byt3bl33d3r@gmail.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue