【kali Linux】kali工具入门”
#span1 a{
color:red;
font-weight: bold;
}
.sp a{
color:red;
font-weight: bold;
}
.sp2 a{
color:red;
font-weight: bold;
font-size: 18px
}
.sp2{
color:red;
font-weight: bold;
font-size: 17px
}
#br1{
color: indianred;
background-color: dimgrey;
}
信息收集发现主机traceroute
获取目标主机的路由条目,确定网络拓扑。每一跳表示一个网关,星号可能为防火墙导致。
扫描主机
nmap
1nmap -sP ip/ip段
对目标主机实施ping扫描,探测主机是否在线 ...
树莓派到底可以用来做什么
树莓派虽小,但五脏俱全和普通电脑无异。
电脑能做的大部分事情,在树莓派上都能做,而树莓派以其低能耗、移动便携性、GPIO等特性,很多在普通电脑上难以做好的事情,用树莓派却是很适合的。
树莓派是什么树莓派是一系列为编程教育而设计的只有信用卡大小的微型电脑(单板计算机),拥有丰富的硬件接口,能够安装任何_ARM_平台的操作系统,比如Linux的一些发行版、Android、Windows IoT等。下图是当下的一款RaspberryPi 4 Model B 图片来源:
作为一台个人电脑,树莓派可以…树莓派4B出来的时候,某些标题党自媒体宣传“替代PC”,但Linux系统的PC市场份额很低,桌面软件生态不完善,作为PC用途而言,注定只是一个小众选择。我其中一台树莓派4B来当PC用,总体体验不错,下面从一个软件开发者的使用角度一一分析。
办公用途阿特伍德定律告诉我们:一切可以用Javascript写的东西最终都会用Javascript写,推导一下就是:一切以前在客户端做的事情,最终都将可以在浏览器上做。
各种软件的Web化,让浏览器成为操作系统之上的“操作系统”,树莓派3B+就可以比较流畅地运 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment