Nikto is an open-source command line tool for web server scanning. This tool runs many tests against web server to find security vulnerabilities such as server misconfiguration, outdated software, insecure...
Curl is a command line tool which allows transferring data from or to a server. This tool supports various network protocols such as HTTP, HTTPS, FTP, SFTP, SCP, etc. Curl...
The bandwhich is a command line tool for monitoring network bandwidth. This tool listens to the network traffic on a given interface and prints bandwidth usage by process, connection and...
Ddosify is an open-source HTTP load testing tool. It allows to test web application against DDoS attacks by sending specified number of requests in a given amount of time. Ddosify...
The btop++ is a tool for monitoring system resources and running processes via command line. This tool shows CPU, RAM, disk, and network usage. The btop++ is written using C++...
Lazygit is a terminal based UI tool for Git commands. This tool allows to view commit history, pull or push changes, resolve merge conflicts, checkout recent branches, and more.
This...
PlatformIO Core is a command line tool to develop applications for embedded systems. This tool allows to manage libraries, build projects, upload firmware to development boards, and more.
This tutorial...
Arduino CLI is a command line tool that allows to manage libraries, compile, verify and upload sketches to Arduino boards, or perform other operations related with Arduino ecosystem.
This tutorial...
The yq is a command line based YAML processor which allows manipulating and extracts values from YAML data.
This tutorial demonstrates how to install yq on Ubuntu 24.04.
Install yq...
The dive is a command line tool for analyzing a Docker image. This tool shows image contents broken down by layer. It can used to explore image structure in order...