Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 176f744

Browse files
committed
Minor cosmetic update
1 parent 696fb65 commit 176f744

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def cmdLineParser():
635635
help="Use short mnemonics (e.g. \"flu,bat,ban,tec=EU\")")
636636

637637
miscellaneous.add_option("--alert", dest="alert",
638-
help="Run shell command(s) when SQL injection is found")
638+
help="Run host OS command(s) when SQL injection is found")
639639

640640
miscellaneous.add_option("--answers", dest="answers",
641641
help="Set question answers (e.g. \"quit=N,follow=N\")")

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ updateAll = False
681681
# Use short mnemonics (e.g. "flu,bat,ban,tec=EU").
682682
mnemonics =
683683

684-
# Run shell command(s) when SQL injection is found.
684+
# Run host OS command(s) when SQL injection is found.
685685
alert =
686686

687687
# Set question answers (e.g. "quit=N,follow=N").

0 commit comments

Comments
 (0)