Initial commit
This commit is contained in:
parent
4ae8082081
commit
4cee679bdb
802 changed files with 2840 additions and 1 deletions
25
README.md
25
README.md
|
@ -1 +1,24 @@
|
|||
ewqergfwergwergwergwer
|
||||
# static-toolbox
|
||||
|
||||
This repository includes prebuild static binaries and build-recipes for various tools like Nmap.
|
||||
|
||||
The Linux versions are compiled with the [musl-cross](https://github.com/takeshixx/musl-cross) toolchain and the [openssl-pm-snapshot](https://github.com/drwetter/openssl-pm-snapshot) fork of OpenSSL in order to support a wide range of SSL/TLS features (Warning: some of them are insecure!).
|
||||
|
||||
## Nmap
|
||||
|
||||
Precompiled versions of Nmap are available for the following operating systems/architectures:
|
||||
|
||||
* [Linux x86](bin/linux/x86) (nmap, ncat, nping)
|
||||
* [Linux x86_64](bin/linux/x86_64) (nmap, ncat, nping)
|
||||
* [Windows x86](bin/windows/x86) (nmap)
|
||||
|
||||
### Packaged Archives
|
||||
|
||||
For Nmap it is recommended to use one of the [packaged](packaged/) archives. These include the nmap, ncat and nping binaries and also the Nmap data directory that contains service probes and NSE scripts.
|
||||
|
||||
## Socat
|
||||
|
||||
Precompiled versions of socat are available for the following operating systems/architectures:
|
||||
|
||||
* [Linux x86](bin/linux/x86)
|
||||
* [Linux x86_64](bin/linux/x86_64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue