Fix Metasploit mistake “The next options failed to validate: RHOSTS”
The Metasploit Project is a figurer safety projection that provides data nearly safety vulnerabilities together with aids inwards penetration testing together with IDS signature development.
Its best-known sub-project is the opened upwards origin Metasploit Framework, a tool for developing together with executing exploit code against a remote target machine. Other of import sub-projects include the Opcode Database, shellcode archive together with related research.
The Metasploit Project is good known for its anti-forensic together with evasion tools, about of which are built into the Metasploit Framework.
Some users become this mistake “The next options failed to validate: RHOSTS”
NOTE: This is non an mistake inwards Metasploit or inwards Kali Linux, it’s rather a syntax mistake on users end. Quite trivial, only an mistake nevertheless.
When setting RHOSTS yous powerfulness meet this error.
msf auxiliary(syn) > laid RHOST 10.10.0.7
RHOST => 10.10.0.7
msf auxiliary(syn) > run
[-] Auxiliary failed: Msf::OptionValidateError The next options failed to validate: RHOSTS.
It’s because you’re using RHOST instead of RHOSTS. Even if yous bring unmarried IP instead of multiple, you’ll bring to purpose RHOSTS together with it volition run fine.
msf (syn) > laid RHOSTS 10.10.0.7
msf (syn) > run
This should fix this piffling error. Hope that helps someone. Thanks for reading, delight share.
