赞
踩
目录
修改IP地址:vim /etc/network/interfaces
auto eth0 #kali默认网卡为eth0
iface eth0 inet static #配置eth0使用静态地址/dhcp 动态
address 192.168.202.100 #配置eth0的固定ip地址
netmask 255.255.255.0 #配置子网掩码
gateway 192.168.202.2 #配置网关
重启网络:systemctl restart networking
1.监听IP地址端口:nmap -s$ -Pn IP地址
2.启动msf
3.监听一下自己校园网IP地址
4.搜索:search ms17 ----> 寻找序列号 ---> 搜索目标IP地址:set rhosts IP地址
5.扫描漏洞:run 返回:back
6.搜索漏洞:search 漏洞序列号
扫描嗅探本地WLAN下所有设备的IP地址:
fping -asg 本机IP地址/24
攻击受害者IP地址:
arpspoof -i eth0(我的网卡名称) -t 攻击目标的IP地址 攻击目标的网关地址
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。