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

The tool doesn't support telnet protocol #23

Open
Bubble-mt opened this issue Oct 8, 2021 · 1 comment
Open

The tool doesn't support telnet protocol #23

Bubble-mt opened this issue Oct 8, 2021 · 1 comment

Comments

@Bubble-mt
Copy link

I see there is telnet connection in Fuzzowski class, but the tool's --protocol parameter doesn't support telnet yet, so if I want to test telnet, it wouldn't create TelnetConnection.
1633681818(1)
1633681835(1)

@gry
Copy link
Collaborator

gry commented Jan 12, 2022

The main problem with that connection, is that it depends on the implementation and right now we are not passing any kind of argument to set the username and password, so in many cases it would need the TelnetConnection code to be modified.

However if you need it, that is already pushed in the dev branch (but it changes the command line options)

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

2 participants