static-toolbox/README.md

43 lines
1.6 KiB
Markdown
Raw Normal View History

2018-02-22 12:54:13 +00:00
# static-toolbox
This repository includes prebuild static binaries and build-recipes for various tools like Nmap and OpenSSH.
2018-02-22 12:54:13 +00:00
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!).
2018-02-22 12:54:13 +00:00
Compilation is done automatically with GitHub Actions.
2018-04-20 08:17:26 +00:00
## Tools
2018-04-20 08:17:26 +00:00
### Nmap
2018-02-22 12:54:13 +00:00
2020-07-15 20:23:12 +00:00
![Nmap x86_64](https://github.com/ernw/static-toolbox/workflows/Nmap%20x86_64/badge.svg)
2018-02-22 12:54:13 +00:00
2020-07-15 20:23:12 +00:00
![Nmap x86](https://github.com/ernw/static-toolbox/workflows/Nmap%20x86/badge.svg)
2018-02-22 12:54:13 +00:00
2020-07-15 20:23:12 +00:00
![Nmap ARMHF](https://github.com/ernw/static-toolbox/workflows/Nmap%20ARMHF/badge.svg)
2018-02-22 12:54:13 +00:00
2020-07-15 20:23:12 +00:00
![Nmap AARCH64](https://github.com/ernw/static-toolbox/workflows/Nmap%20AARCH64/badge.svg)
2018-02-22 12:54:13 +00:00
### OpenSSH
2020-07-15 20:23:12 +00:00
![OpenSSH x86_64](https://github.com/ernw/static-toolbox/workflows/OpenSSH%20x86_64/badge.svg)
2018-04-19 21:32:21 +00:00
2020-07-15 20:23:12 +00:00
![OpenSSH x86](https://github.com/ernw/static-toolbox/workflows/OpenSSH%20x86/badge.svg)
2018-04-19 21:32:21 +00:00
2020-07-15 20:23:12 +00:00
![OpenSSH ARMHF](https://github.com/ernw/static-toolbox/workflows/OpenSSH%20ARMHF/badge.svg)
2018-04-19 21:32:21 +00:00
2020-07-15 20:23:12 +00:00
![OpenSSH AARCH64](https://github.com/ernw/static-toolbox/workflows/OpenSSH%20AARCH64/badge.svg)
### socat
2020-07-15 20:23:12 +00:00
![socat x86_64](https://github.com/ernw/static-toolbox/workflows/socat%20x86_64/badge.svg)
2020-07-15 20:23:12 +00:00
![socat x86](https://github.com/ernw/static-toolbox/workflows/socat%20x86/badge.svg)
2020-07-15 20:23:12 +00:00
![socat ARMHF](https://github.com/ernw/static-toolbox/workflows/socat%20ARMHF/badge.svg)
2020-07-15 20:23:12 +00:00
![socat AARCH64](https://github.com/ernw/static-toolbox/workflows/socat%20AARCH64/badge.svg)
### GDB
2020-07-15 20:23:12 +00:00
![GDB x86_64](https://github.com/ernw/static-toolbox/workflows/GDB%20x86_64/badge.svg)