static-toolbox
static-toolbox copied to clipboard
A collection of statically compiled tools like Nmap and Socat.
The statically compiled `nmap` is especially useful in restricted environments, like containers. However, the `run-nmap.sh` script only works when `bash` is available, which isn't always the case. Especially in the...
It would be awesome if you could add hydra (https://github.com/vanhauser-thc/thc-hydra) to the list of binaries!
if you could add strace to the list of binaries - that would be awesome! :)
- [ ] macOS x86_64 - [ ] macOS Apple Silicon - [ ] Windows x86_64 - [ ] Windows ARM
Hi, thanks for the project. This MR fixes issues with running several actions. I tested this in my repository, you can see that nmap. sockat, strace and tcpdump now run...
Socat has deprectated the use of the openssl-method option to choose which version of SSL/TLS to use. The intended replacement is openssl-min-proto-version and openssl-max-proto-version, but it's not available with openssl...