From 22d7946fec900763835897e7215ff0908e050785 Mon Sep 17 00:00:00 2001 From: 5a43 Date: Wed, 22 Jun 2016 18:04:53 +0800 Subject: [PATCH] fix a typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba0f9d87..1f138240f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Because sqlmap only support GoogleDork. I fork original project and add BaiduDork support. -You can use --use-baidu in cmd line to specify using baidu engine to replace google engine. Other arguments is same with GoogleDork. +You can use --use-baidu in cmd line to specify using baidu engine to replace google engine. Other arguments are same with GoogleDork. ex. python sqlmap.py -g "测试 inurl:jsp?id=" --use-baidu --gpage=8 --smart --beep --batch \ No newline at end of file