Closed conradekisa closed 2 years ago
Afew abit of troubleshooting, I noticed that if the default set ACTION seems to work, but modifying the ACTION returns the above error.
As a workaround, I change the default ACTION
in the console with pymetasploit using the msfconsole command setg ACTION READ_INPUT_REGISTERS
.
This seems to get the module to work. It also means that you need to run that command for every ACTION
change you require. Best to write a simple function for that. Take note to use the correct console ID when doing this.
Hi,
There seems to be an issue with specifically the
auxiliary/scanner/scada/modbusclient
module. When I try to use pymetasploit3 to set theACTION
, below is the error I get:There seems to be a data type mismatch most likely somewhere in the
msfrpc.py
assertions that are causing that error.