Files
metasploit-gs/modules/auxiliary/scanner
NeffIsBack 0873d4db19 Fix #15717, replacing 'RHOSTS' with 'rhost'
As seen in the json file the `RHOSTS` parameter, which is set in Metasploit, is passed as `rhost` to the python script. Therefore `RHOSTS` is not a valid index in the `args` json file, causing the python script to crash as seen in #15717.

`{
   "WORKSPACE":"",
   "VERBOSE":"false",
   "THREADS":"1",
   "ShowProgress":"true",
   "ShowProgressPercent":"10",
   "targeturi":"/RDWeb/Pages/en-US/login.aspx",
   "rport":"443",
   "domain":"",
   "username":"********",
   "password":"",
   "timeout":"1250",
   "enum_domain":"true",
   "verify_service":"true",
   "user_agent":"Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0",
   "UNPARSED_RHOSTS":"***.***.***.***",
   "**rhost**":"***.***.***.***"
}`
2021-09-29 15:49:09 +02:00
..
2021-02-08 12:24:12 +00:00
2020-10-02 21:00:37 +01:00
2020-10-02 21:00:37 +01:00
2020-12-07 10:31:45 +00:00
2021-02-08 12:24:12 +00:00
2020-10-08 13:51:44 +03:00
2021-08-27 17:19:43 +01:00
2021-02-08 12:24:12 +00:00
2020-10-02 21:00:37 +01:00
2020-10-02 21:00:37 +01:00