Syft is an open-source command line tool used to analyze container images and filesystems to generate a Software Bill of Materials (SBOM). An SBOM is a comprehensive list of all...
The capa is a static analysis tool used to identify capabilities within executable files, particularly those related to malware. It analyzes an executable and detects functionalities by matching known patterns...
Binsider is a command line tool designed for analyzing ELF (Executable and Linkable Format) binaries, particularly used in Linux systems. It allows both static and dynamic analysis, providing a detailed...
GoAWK is a command line tool that serves as an alternative to the traditional awk command. Written in the Go programming language, it provides a portable and efficient way to...
FileZilla Client is an open-source and cross-platform application used to transfer files between a local computer and a remote server over the network. It supports several file transfer protocols, including...
Pigo is a high-performance, open-source face detection library and command line tool written in Go programming language without any bindings to C/C++ libraries. This tutorial demonstrates how to install Pigo...
The wrk is an HTTP benchmarking tool used to test the performance of web servers by generating a significant load. It allows users to measure how many requests per second...
The fio (Flexible I/O Tester) is a benchmarking and testing tool designed to measure and analyze the performance of storage systems. It is widely used for testing the input/output performance...
IOzone is a popular benchmarking tool designed to measure and analyze the performance of file system input/output (I/O) operations. It helps in evaluating various file system performance aspects, such as...
OSV-Scanner is an open-source vulnerability scanner developed by Google that helps developers and security teams identify vulnerabilities in their open-source dependencies. It works by scanning software projects for known security...