微信开发者工具提示 - [ project.config.json 文件内容错误] project.config.json: [pluginRoot] 不能为空
这是由于开发模式为 插件模式 的原因, 将其改为 小程序模式 即可.
nmap小技巧
探测目标主机操作系统类型
示例1
nmap aliyun.com -O
Starting Nmap 7.91 ( https://nmap.org ) at 2020-11-26 20:04 ?D1ú±ê×?ê±??
Nmap scan report for aliyun.com (106.11.248.144)
Host is up (0.025s latency).
Other addresses for aliyun.com (not scanned): 106.11.172.56 106.11.172.51 106.11.172.9 140.205.135.3 140.205.60.46 106.11.253.86 106.11.253.83 106.11.249.99 106.11.248.146
Not shown: 998 filtered ports
PORT STATE SERVICE
80/tcp open http
443/tcp open https
Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port
Device type: proxy server
Running (JUST GUESSING): Blue Coat embedded (86%)
OS CPE: cpe:/h:bluecoat:packetshaper
Aggressive OS guesses: Blue Coat PacketShaper appliance (86%)
No exact OS matches for host (test conditions non-ideal).OS detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 10.86 seconds
探测扫描结果:
Aggressive OS guesses: Blue Coat PacketShaper appliance (86%)
ssh端口开放,却无法连接
在使用nmap扫描目标主机时:
nmap –osscan-guess www.minzhuokj.com
Starting Nmap 7.91 ( https://nmap.org ) at 2020-11-26 19:44 ?D1ú±ê×?ê±??
Nmap scan report for www.minzhuokj.com (39.96.251.199)
Host is up (0.025s latency).PORT STATE SERVICE
1/tcp open tcpmux
3/tcp open compressnet
4/tcp open unknown
6/tcp open unknown
7/tcp open echo
9/tcp open discard
13/tcp open daytime
17/tcp open qotd
19/tcp open chargen
20/tcp open ftp-data
21/tcp open ftp
22/tcp open ssh
23/tcp open telnet
24/tcp open priv-mail
25/tcp open smtp
26/tcp open rsftp
发现 ssh 的 22 号端口开放, 于是尝试连接:
ssh.exe 39.96.251.199
ssh_exchange_identification: read: Connection reset
正常情况应该是提示输入用户名密码.
CentOS搭建gitblit
AMD Radeon安装失败 1603
自用 hexo 博客搭建步骤
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.