小技巧:提取物理mac地址

QQ截图20151117155104.png


提取mac:
mtk:
hexdump -s 4 -n 6 -C /dev/mtd2 | head -n 1 | sed 's/\ \ /:/g' | cut -d: -f 2 | sed 's/\ /:/g' 

71xx:
hexdump -s 130048 -n 6 -C /dev/mtd0|head -n 1|awk '{print$2":"$3":"$4":"$5":"$6":"$7}'


内容版权声明:除非注明,否则皆为本站原创文章。

评论