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
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: