-
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.
-
cURL 8.11.0 has been released, fixing [CVE-2024-9681](https://curl.se/docs/CVE-2024-9681.html). Given that is a low severity issue, it *might* not be necessary to update stable branches right away (sh…
-
When trying to connect, i am getting connection error. I tried different ports as well. Also tired after turning off the firewall.
![image](https://github.com/user-attachments/assets/160f0a46…
-
### Feedback
### In the Documentation under the **Options** section these options are listed:
**Consider home**
Number of seconds that must elapse before considering a disconnected device not at ho…
-
All my HTTP/3 connections error out with "SSL routines::no cipher match" / "Out of memory" on the `8.11.0` release.
Logs:
```
$ curl-8.11.0 --version
curl 8.11.0 (aarch64-pc-linux-gnu) libcurl…
-
the idea to use docker is quite brilliant! I built cowrie on vultr but all the commands are simulated by python, so I can only catch the virus but can't see steps after wget.I notice on cowrie that te…
walio updated
5 years ago
-
Using wsl1 (Ubuntu) on windows 10N, I get the following:
```bash
[cnd:~/Downloads]$ trzsz telnet 192.168.1.106
spawn pty failed: fork/exec /usr/bin/telnet: invalid argument
[cnd:~/Downloads]$ …
-
Wondering if it might be possible to support importing from PuTTY/KiTTY (KiTTY being a fork of PuTTY).
The settings are stored within the registry at the below locations:
KiTTY: HKEY_CURRENT_USE…
-
Mikrotik uses salted MD5 for authentication,
an explanation of the protocol can be found here:
https://omniflux.com/devel/mikrotik/Mikrotik_MAC_Telnet_Procotol.txt
see also https://wiki.wireshar…
-
hi, with following code,I get the error timeout:
```
conn = Telnet()
conn.connect(ip, port)
conn.login(read_login())
conn.execute('uname -a')
```
but using terminal,input telnet ip port,I can…