File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ def cmdLineParser():
532532
533533 general .add_option ("--save" , dest = "saveCmdline" ,
534534 action = "store_true" ,
535- help = "Save options on a configuration INI file" )
535+ help = "Save options to a configuration INI file" )
536536
537537 general .add_option ("--tor" , dest = "tor" ,
538538 action = "store_true" ,
@@ -556,7 +556,7 @@ def cmdLineParser():
556556
557557 miscellaneous .add_option ("--beep" , dest = "beep" ,
558558 action = "store_true" ,
559- help = "Alert when sql injection found" )
559+ help = "Sound alert when SQL injection found" )
560560
561561 miscellaneous .add_option ("--check-payload" , dest = "checkPayload" ,
562562 action = "store_true" ,
Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ updateAll = False
595595
596596[Miscellaneous]
597597
598- # Alert with audio beep when sql injection found.
598+ # Sound alert when SQL injection found.
599599beep = False
600600
601601# Offline WAF/IPS/IDS payload detection testing.
You can’t perform that action at this time.
0 commit comments