Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using IPv6 address 2a09:9ec0:0:c000::c:a3f3 generates exception that is not valid #869

Open
marrpavel opened this issue Jan 30, 2025 · 0 comments

Comments

@marrpavel
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant