Jump to content

"Mulit/handler" how do it works ?


pierre

Recommended Posts

Hello,

Habitually with Metasploit, i do this:

1.Pick an exploit

2.Setting exploit options

3.Pick a payload

4.Setting payload options

5.Run exploit

6.Connecting to the remote

7.Performing post-exploitation process

But then I discovered that I can do this:

1.Create a .exe payload with options

2."use multi/handler" in metasploit

3.Setting handler options

4.Wait for a vitcim payload execution

6.Connecting to the remote

7.Performing post-exploitation process

 

What is "multi/handler" ??

Link to comment
Share on other sites

Multi handler just starts the payload receiver and waits for a connection or connects out.

It is used when you are connecting in from things like exe's or web shells.

Link to comment
Share on other sites

a buffer over flow for a ftp server for example, you have to configure the exploit module and include a payload. 

The exploit module will craft a large packet that will trigger the buffer overflow, metasploit will generate the payload and place the shellcode inside this Large packet and send it off...

the exploit module will launch the packet onto the network using the ftp protocal and also configure the payload multi handler to handle the payload with metasploit sockets.

multi handler is simply a module that can be configured to handle payloads.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...