🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Initial reconnaissance on binaries including checksec, file analysis, strings, and symbols. First step for any new target.
First-look analysis of any new binary target. Run these checks before deeper analysis.
file target
checksec target
nm target
readelf -s target
strings target | grep -i flag\|win\|shell
objdump -M intel -d target > target.asm
win
get_flag
shell
backdoor
flag
/bin/sh
cat flag
system()
execve()
Produce context/binary-info.md using the template.
context/binary-info.md