ernw / static-toolbox

A collection of statically compiled tools like Nmap and Socat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static-toolbox

This repository includes prebuild static binaries and build-recipes for various tools like Nmap and OpenSSH.

The Linux versions are compiled with the musl-cross toolchain and the openssl-pm-snapshot fork of OpenSSL in order to support a wide range of SSL/TLS features (Warning: some of them are insecure!).

Compilation is done automatically with GitHub Actions. The binaries are uploaded to the release section. The artifacts are also available in the artifacts of each GitHub Action. However, there are some limitations:

  • Downloading of build artifacts in GitHub Ations currently requires a GitHub account
  • Blobs in build artifacts are zipped by the GitHub frontend by default, even zip files themselves! Build artifact zips may contain other zip files.
  • Build artifacts will expire after some time.

Therefore, it is recommended to download the binaries from the release section.

Building Status

The following table shows the building status for the current toolset. The following architectures are currently supported:

  • x86
  • x86_64
  • ARMHF
  • AARCH64
Tool Status
Nmap Nmap
OpenSSH OpenSSH
socat socat
GDB & gdbserver GDB & gdbserver
tcpdump tcpdump
strace strace

About

A collection of statically compiled tools like Nmap and Socat.


Languages

Language:Shell 99.7%Language:PowerShell 0.3%