Skip to content

Commit fe2962b

Browse files
committed
Single char args winbf
1 parent 204d28a commit fe2962b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/meterpreter/winbf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"-h" => [ false, "\tHelp menu."],
1313
"-t" => [ true, "\tTarget IP Address"],
1414
"-p" => [ true, "\tPassword List"],
15-
"-cp" => [ false, "\tCheck Local Machine Password Policy"],
15+
"-c" => [ false, "\tCheck Local Machine Password Policy"],
1616
"-L" => [ true, "\tUsername List to be brute forced"],
1717
"-l" => [ true, "\tLogin name to be brute forced"]
1818
)
@@ -164,7 +164,7 @@ def unsupported
164164
userlist = val
165165
ulopt = 1
166166

167-
when "-cp"
167+
when "-c"
168168
chkpolicy(session)
169169
exit
170170
when "-p"

0 commit comments

Comments
 (0)