Chinaunix首页 | 论坛 | 博客
  • 博客访问: 444818
  • 博文数量: 293
  • 博客积分: 4204
  • 博客等级: 上校
  • 技术积分: 3060
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-21 10:27
个人简介

nobody

文章分类

全部博文(293)

文章存档

2014年(27)

2013年(105)

2012年(41)

2011年(109)

2010年(11)

分类: Python/Ruby

2011-06-28 16:49:13

内容收集于网络
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

Display BIOS info:
# dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8



阅读(1237) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~