This commit is contained in:
nick 2018-05-25 09:18:27 +08:00
parent 570fb11253
commit feaeb7cc6d

View File

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