Skip to content

Instantly share code, notes, and snippets.

@Stary2001
Created September 15, 2016 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stary2001/394d3dc07074734350804df742e88da0 to your computer and use it in GitHub Desktop.
Save Stary2001/394d3dc07074734350804df742e88da0 to your computer and use it in GitHub Desktop.
a thing
function fbi
{
if [[ $# < 2 ]]; then
echo "Usage: fbi [cia] [ip]"
return
fi
printf '0 00000001 %016X' `stat -c '%s' "$1"` | xxd -r | cat -- - "$1" | nc $2 5000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment