Trying 54.37.228.22...
Connected to lemnoslife.com.
Escape character is '^]'.
test
```bash
netcat -l
```
```
netcat: missing port number
```
```bash
netcat -l -p 33927
```
```
test
```
Port being chosen randomly.
```bash
telnet lemnoslife.com 33927
```
<details>
<summary>Output:</summary>
```
Trying 54.37.228.22...
Connected to lemnoslife.com.
Escape character is '^]'.
test
```
</details>
Related to [Improve_websites_thanks_to_open_source/issues/494#issuecomment-2425677](https://codeberg.org/Benjamin_Loison/Improve_websites_thanks_to_open_source/issues/494#issuecomment-2425677).
```bash
ls /dev/tcp/127.0.0.1/22
```
```
ls: cannot access '/dev/tcp/127.0.0.1/22': No such file or directory
```
but have a similar output as [the Super User answer 622641](https://superuser.com/a/622641) with `cat`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Tracked at Benjamin_Loison/nmap/issues/3.
Maybe already have opened an issue about it.
Output:
Note:
Port being chosen randomly.
Output:
Related to Improve_websites_thanks_to_open_source/issues/494#issuecomment-2425677.
How to test such a port without interaction?
DuckDuckGo search Linux try to reach a port.
but have a similar output as the Super User answer 622641 with
cat.