From feaeb7cc6d7469aff8e193ea924d9c9cb8bdc93c Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 25 May 2018 09:18:27 +0800 Subject: [PATCH] update --- other.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/other.md b/other.md index faf6e53..29dc692 100644 --- a/other.md +++ b/other.md @@ -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 命令 + +``` + +``` +