mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-15 09:33:53 -07:00
updated README.md
This commit is contained in:
parent
9a1c3b0ec4
commit
9bd6458a72
2 changed files with 12 additions and 11 deletions
22
README.md
22
README.md
|
@ -9,11 +9,16 @@ This tool is based on [sergio-proxy](https://github.com/supernothing/sergio-prox
|
||||||
|
|
||||||
**Before submitting issues please read the appropriate [section](#submitting-issues).**
|
**Before submitting issues please read the appropriate [section](#submitting-issues).**
|
||||||
|
|
||||||
Dependency change!
|
(Another) 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.6, the fork of the ```python-netfilterqueue``` library is no longer required.
|
||||||
|
|
||||||
**Please read the [install](#installation) guide for details**
|
Installation
|
||||||
|
============
|
||||||
|
If MITMf is not in your distros repo or you just want the latest version:
|
||||||
|
- clone this repository
|
||||||
|
- run the ```setup.sh``` script
|
||||||
|
- install all python dependencies in the ```requirements.txt``` file using ```pip```
|
||||||
|
|
||||||
Availible plugins
|
Availible plugins
|
||||||
=================
|
=================
|
||||||
|
@ -37,6 +42,8 @@ Availible plugins
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
- Addition of [DNSChef](https://github.com/iphelix/dnschef), which acts as an internal DNS server for the framework!
|
||||||
|
|
||||||
- Addition of the Sniffer plugin which integrates [Net-Creds](https://github.com/DanMcInerney/net-creds) currently supported protocols are:
|
- Addition of the Sniffer plugin which integrates [Net-Creds](https://github.com/DanMcInerney/net-creds) currently supported protocols are:
|
||||||
FTP, IRC, POP, IMAP, Telnet, SMTP, SNMP (community strings), NTLMv1/v2 (all supported protocols like HTTP, SMB, LDAP etc..) and Kerberos
|
FTP, IRC, POP, IMAP, Telnet, SMTP, SNMP (community strings), NTLMv1/v2 (all supported protocols like HTTP, SMB, LDAP etc..) and Kerberos
|
||||||
|
|
||||||
|
@ -60,13 +67,6 @@ 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)
|
- 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
|
Submitting Issues
|
||||||
=================
|
=================
|
||||||
If you have *questions* regarding the framework please email me at byt3bl33d3r@gmail.com
|
If you have *questions* regarding the framework please email me at byt3bl33d3r@gmail.com
|
||||||
|
|
|
@ -3,6 +3,7 @@ requests
|
||||||
scapy
|
scapy
|
||||||
msgpack-python
|
msgpack-python
|
||||||
dnspython
|
dnspython
|
||||||
|
dnslib
|
||||||
user-agents
|
user-agents
|
||||||
configobj
|
configobj
|
||||||
pyyaml
|
pyyaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue