Skip to content

Commit

Permalink
Add telnet
Browse files Browse the repository at this point in the history
Closes #40
  • Loading branch information
jonlabelle committed Jan 25, 2024
1 parent 9ecd708 commit 5e6aa81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN apk -U upgrade \
hping3 \
&& apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community/ --no-cache \
arp-scan \
inetutils-telnet \
kcat \
&& rm -rf /var/cache/apk/* \
&& echo 'export PS1="[network-tools]\$ "' >> /root/.bash_profile
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ docker run --rm -it jonlabelle/network-tools nmap -v 10.0.10.0/24
| [`openssl`](https://www.openssl.org/) | Toolkit for Transport Layer Security (TLS). | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/openssl.md) |
| [`socat`](http://www.dest-unreach.org/socat/) | Multipurpose relay for binary protocols. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/socat.md) |
| [`ssh`](https://www.openssh.com/portable.html) | OpenBSD's SSH client. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/ssh.md) |
| [`telnet`](https://www.gnu.org/software/inetutils/) | Telnet client from GNU network utilities | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/telnet.md) |
| `tftpd` | IPv4 Trivial File Transfer Protocol client. | - |

### Tracing
Expand Down

0 comments on commit 5e6aa81

Please sign in to comment.