Volevo eseguire il test dello stress sul mio router utilizzando Metasploit per eseguire un attacco TCP Synology of Service . Ho usato i seguenti comandi:
use auxiliary/dos/tcp/synflood
set rhost 192.168.65.204
(questo è il mio router ip)
show options
ha mostrato questo:
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
E quando ho eseguito il comando run
si è verificato il seguente errore:
[-] Auxiliary failed: Msf::OptionValidateError The following options failed to validate: GATEWAY_PROBE_HOST.
Qualcuno può spiegare cosa significa e come correggere questo errore?