MITMf/parsers
byt3bl33d3r eea5f53be2 Initial commit for v1.0 using mitmproxy instead of twisted
Added a plugin system to Net-Creds so you can now add your own parsers,
api hook names might change between now and the offcial release
(will submit a PR to the original repo once completed)

The main MITM HTTP Proxy now uses mitmproxy which is a big deal, cuts
the code down by an insane amount, no more twisted! yay!

Basic plugin have been re-wrote for the new proxy engine

Since we are using mitmproxy we have out of the box support for SSL/TLS!
2016-02-06 13:27:08 -07:00
..
__init__.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
ftp.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
imap.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
irc.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
kerberos.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
ntlm.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
parser.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
pop.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
smtp.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
snmp.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00
telnet.py Initial commit for v1.0 using mitmproxy instead of twisted 2016-02-06 13:27:08 -07:00