From 176f744ac67ab666f26e49204fa2fefd22e8d5fd Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 11 Sep 2013 15:05:37 +0200 Subject: [PATCH] Minor cosmetic update --- lib/parse/cmdline.py | 2 +- sqlmap.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 2ac9fa0fa..b8a78fb24 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -635,7 +635,7 @@ def cmdLineParser(): help="Use short mnemonics (e.g. \"flu,bat,ban,tec=EU\")") miscellaneous.add_option("--alert", dest="alert", - help="Run shell command(s) when SQL injection is found") + help="Run host OS command(s) when SQL injection is found") miscellaneous.add_option("--answers", dest="answers", help="Set question answers (e.g. \"quit=N,follow=N\")") diff --git a/sqlmap.conf b/sqlmap.conf index 9636e3af5..194046da2 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -681,7 +681,7 @@ updateAll = False # Use short mnemonics (e.g. "flu,bat,ban,tec=EU"). mnemonics = -# Run shell command(s) when SQL injection is found. +# Run host OS command(s) when SQL injection is found. alert = # Set question answers (e.g. "quit=N,follow=N").