Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfidelis/networktools
Common networking throubleshooting tools running in containers
https://github.com/msfidelis/networktools
containers dnsutils docker network network-analysis tcp
Last synced: 14 days ago
JSON representation
Common networking throubleshooting tools running in containers
- Host: GitHub
- URL: https://github.com/msfidelis/networktools
- Owner: msfidelis
- Created: 2019-12-04T00:53:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T12:56:36.000Z (about 5 years ago)
- Last Synced: 2024-12-06T09:26:46.018Z (2 months ago)
- Topics: containers, dnsutils, docker, network, network-analysis, tcp
- Language: Dockerfile
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Tools running in containers!
![logo](.github/logo.png)
## Available Network Tools
* netcat
* host
* dig
* nslookup
* nsupdate
* traceroute
* tcptraceroute
* curl
* wget
* telnet## Example
```bash
docker run -it msfidelis/networktools host nanoshots.com.br
```## Specify a DNS server
```bash
docker run --dns=8.8.8.8 -it msfidelis/networktools host nanoshots.com.br
```