Skip to content

Commit 243ec5f

Browse files
committed
Land rapid7#7982, Fix typo in smtp fuzzer
2 parents dad21b1 + 49da628 commit 243ec5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/fuzzers/smtp/smtp_fuzzer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize
3030

3131
register_options([
3232
Opt::RPORT(25),
33-
OptInt.new("STARTLEN", [true, "Lenght of the string - start number", 100] ),
33+
OptInt.new("STARTLEN", [true, "Length of the string - start number", 100] ),
3434
OptInt.new("INTERACTIONS", [false, "Number of interactions to run", 100] ),
3535
OptBool.new("RESPECTORDER", [false, "Respect order of commands", true] ),
3636
OptEnum.new("CMD", [true,"Command to fuzzer",'EHLO',

0 commit comments

Comments
 (0)