内容收集于网络
1
find all active hosts within a network(works fine even if you turn off the icmp echo )
nmap -sP 192.168.1.*
2
get your public IP
curl ifconfig.me
3
Display BIOS info:
# dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8
阅读(1268) | 评论(0) | 转发(0) |