20200923 Introduction Routing

課堂資料

大学霸 Kali Linux 安全渗透教程:

routersploit 掃 router 設備漏洞 / 弱點:

課堂練習

駭客模擬攻擊

登入 Linux 帳號密碼

user:root
password

Arpspoof 工具

URL 流量操縱攻擊

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

RouterSploit 掃 router 設備漏洞 / 弱點

開啟 Linux 並 ping 外部網路

ping 8.8.8.8

網路連接測試

ping www.google.com

網站開啟測試

下載 RouterSploit

git clone https://github.com/reverse-shell/routersploit

Last updated