This commit is contained in:
nick
2018-06-20 10:05:06 +08:00
parent a335523133
commit 02f5f95147
2 changed files with 6 additions and 0 deletions

View File

@ -266,6 +266,10 @@ ls /usr/local/nginx | tee -a test.txt #查看并以追加的形式写入内容
#### nmap 命令
```
nmap ip #查看开放端口
nmap ip -p 端口 #查看指定端口是否开启
nmap -sS -P0 -sV -O ip #查看主机系统信息
```