Every sysadmin and network admin ends up with a core set of tools they reach for without thinking.
Here’s my shortlist, not installed by default, so I grap what I need. Most of these are already in Debian’s repos, so nothing exotic. If you work with web apps some of these are useful. So list is not just limited to network and system security.
Side note, the Kali tools page is a decent directory to peruse regardless of the distro you are on.
Thank you, as someone relatively unfamiliar with network tools and recently found the need to dabble in that area a bit more often, this is very useful
Well, yes, however, the list is for “sysadmins and network admins” generally should already be using ping, etc.
But they are included in the more extended 90+ commands link listed above. They are still backbone, go to commands we learn early and keep using. Thanks.
Yeah, those are classic tools.
The “more modern list” of tools that @hydn cites is fine. For me, my systems are minimal and tools like those you mention are among the standard ones I have available too.
When I run into an issue or I need to fine tune something, I see if what I need is available; if not, I search and decide which tool or tools are needed to have available in addition to what I have present.
I’m going to look at a few that @hydn mentions and possibly add them to one of my “fuller” distributions installed: EndeavourOS, Slackware or MX Linux. EndeavourOS may be a good place to start; Slackware has a decent set of tools, but not always the latest and greatest; they can be added in, but it may be easier to put them in place if EndeavourOS has existing packages available.
So far I added fping and searchsploit to the tools on EndeavourOS. I’m about to add gvm-start; it’s not included in the repos so I’ll see if there is a convenient way to install it. It does install as gvm. Apparently gvm-start is a command once gvm is installed.
I tried installing autopsy; still need some more packages to configure it, so I’ll keep incrementally adding a few packages on this system.
Nice thread. One I’d add to the mix: for domain and IP investigation work (bulk WHOIS lookups, DNS records, IP geolocation), the built-in whois command gets slow for anything at scale, so I ended up scripting a few small Bash CLI wrappers around WhoisFreaks for this. Put the CLI tools up here if anyone wants to poke around: GitHub - Furqan-Ashraf/apifreaks-cli-tools · GitHub
Also agree with the ping/traceroute/tracepath basics, still the first thing I reach for before anything fancier.