You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "/src/routersploit/rsf.py", line 28, in routersploit(sys.argv) File "/src/routersploit/rsf.py", line 22, in routersploit rsf.nonInteractive(argv) File "/src/routersploit/routersploit/interpreter.py", line 308, in nonInteractive self.command_set(opt) File "/src/routersploit/routersploit/core/exploit/utils.py", line 177, in wrapper return fn(self, *args, **kwargs) File "/src/routersploit/routersploit/interpreter.py", line 413, in command_set setattr(self.current_module, key, value) File "/src/routersploit/routersploit/core/exploit/option.py", line 41, in set raise OptionValidationError("Invalid address. Provided address is not valid IPv4 or IPv6 address.") routersploit.core.exploit.exceptions.OptionValidationError: Invalid address. Provided address is not valid IPv4 or IPv6 address.
The text was updated successfully, but these errors were encountered:
The exception on valid IPv6 address is:
Traceback (most recent call last): File "/src/routersploit/rsf.py", line 28, in routersploit(sys.argv) File "/src/routersploit/rsf.py", line 22, in routersploit rsf.nonInteractive(argv) File "/src/routersploit/routersploit/interpreter.py", line 308, in nonInteractive self.command_set(opt) File "/src/routersploit/routersploit/core/exploit/utils.py", line 177, in wrapper return fn(self, *args, **kwargs) File "/src/routersploit/routersploit/interpreter.py", line 413, in command_set setattr(self.current_module, key, value) File "/src/routersploit/routersploit/core/exploit/option.py", line 41, in set raise OptionValidationError("Invalid address. Provided address is not valid IPv4 or IPv6 address.") routersploit.core.exploit.exceptions.OptionValidationError: Invalid address. Provided address is not valid IPv4 or IPv6 address.
The text was updated successfully, but these errors were encountered: