Giter VIP home page Giter VIP logo

static-toolbox's People

Contributors

hnzlmnn-ernw avatar nschiess avatar sven-ernw avatar takeshixx avatar ttdennis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

static-toolbox's Issues

whishlist: strace

if you could add strace to the list of binaries - that would be awesome!
:)

patch command missing during build

I saw this error in the artifacts - seems like the patch command is now in a different install package:

patch /aarch64-linux-musl-cross/aarch64-linux-musl/include/asm/sigcontext.h < $GITHUB_WORKSPACE/patches/gdb/gdb-aarch64-header-sigcontext-fix.patch
/__w/_temp/c372c6a4-254c-4f75-8585-9671bf781585.sh: line 1: patch: not found

`run-nmap.sh` depends on bash

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 mentioned restricted environments, like for example in an Alpine container.

So I think it is useful to have the wrapper script being compatible with /bin/sh like this:

#!/bin/sh
SCRIPT_DIR="$(dirname "$(readlink -f -- "$0")")"
NMAPDIR="$SCRIPT_DIR/data" "$SCRIPT_DIR/nmap" "$@" 

I don't know if this repository is still maintained and welcomes patches? If yes, I would be happy to submit a PR.

tar missing 'z'

gdb build:

Run /bin/sh -c "cd / && curl -so ${ARCH}-cross.tgz ${HOST}/${ARCH}-cross.tgz && tar -xf ${ARCH}-cross.tgz && rm ${ARCH}-cross.tgz && cd ${ARCH}-cross"

needs to be tar -xzf

Nmap executable

┌──(user㉿pentest)-[~/test]
└─$ cd nmap-7.80SVN-x86_64-a36a34aa6-portable

┌──(user㉿pentest)-[~/test/nmap-7.80SVN-x86_64-a36a34aa6-portable]
└─$ file nmap
nmap: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

┌──(user㉿pentest)-[~/test/nmap-7.80SVN-x86_64-a36a34aa6-portable]
└─$ cd ../

┌──(user㉿pentest)-[~/test]
└─$ cd nmap-7.80SVN-x86-a36a34aa6-portable

┌──(user㉿pentest)-[~/test/nmap-7.80SVN-x86-a36a34aa6-portable]
└─$ file nmap
nmap: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

The x86 bit version doesn't run on 32 bit linux system. So i tested both and they say its a ELF 64 bit executable. (I downloaded both zip files, not the tar ones). Not sure if there is an mistake or its correct.

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.