Code Monkey home page Code Monkey logo

static-toolbox's Introduction

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 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!).

Release Packages

Precompiled and packaged releases are available in the tags/release section.

Nmap

Precompiled versions of Nmap are available for the following operating systems/architectures:

  • Linux x86 (nmap, ncat, nping)
  • Linux x86_64 (nmap, ncat, nping)
  • Linux armhf (nmap, ncat, nping)
  • Linux aarch64 (nmap, ncat, nping)
  • Windows x86 (nmap)

Socat

Precompiled versions of socat are available for the following operating systems/architectures:

  • Linux x86
  • Linux x86_64

GDB

Precompiled versions of gdb and gdbserver are available for the following operating systems/architecturs:

  • Linux x86
  • Linux x86_64
  • Linux armhf
  • Linux aarch64

Building with Vagrant

The recipes are supposed to be built in Docker containers. In case Docker is not available, it is recommended to use Vagrant to built everything in a VM, e.g. Nmap for Linux x86:

vagrant up
vagrant ssh
cd /vagrant/recipes/nmap/linux_x86
sudo docker build -t static-toolbox-nmap-x86 .
sudo docker run -v $(pwd)/output:/output static-toolbox-nmap-x86

This is also the recommended way to run the build scripts without Docker without creating directories like /build and /output on your host system.

static-toolbox's People

Contributors

sven-ernw avatar takeshixx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.