readme.hex2bin

来自「网络流量生成工具,开源软件,也可以作为网络流量检测软件使用」· HEX2BIN 代码 · 共 21 行

HEX2BIN
21
字号
hex2bin is an utility to convert a string in hexadecimal format like"2b2b2b415448300d" (an example to test a stupid modem vulnerability)in the binary equivalent. For example:# echo -n "2b2b2b415448300d" | ./hex2bin > modem.string# cat modem.string+++ATH0
# ls -l modem.string-rw-r--r--   1 antirez  users           8 Nov 17 16:01 modem.string# hping2 --file ./modem.string -d 8 --icmp target.host.orgusing switch '-r' hex2bin perform exactly the inverse operation.for example:echo "antirez" | ./hex2bin -r616e746972657a0a

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?