nick 7 years ago
parent
commit
feaeb7cc6d
1 changed files with 20 additions and 0 deletions
  1. 20 0
      other.md

+ 20 - 0
other.md

@@ -238,5 +238,25 @@ ab -c 100 -n 200 'url' #压力测试
 
 
 补充:`c` 代表并发数量 `n` 代表请求数量
 补充:`c` 代表并发数量 `n` 代表请求数量
 
 
+#### yes 命令
+
+```
+yes #不指定输出内容默认输出 y
+
+yes xxx #不断输出指定内容
+```
+
+#### nmap 命令
+
+```
+nmap -sS -P0 -sV -O ip #查看主机系统信息
+```
+
+#### sqlmap 命令
+
+```
+
+```
+