Skip to content

Commit

Permalink
Added rstudio in the common username list
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-doyensec committed Apr 19, 2024
1 parent 76b2fa2 commit d682712
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public final class Top100Passwords extends CredentialProvider {
"ec2-user",
"vagrant",
"azureuser",
"cisco");
"cisco",
"rstudio");

private static final ImmutableList<String> TOP_100_PASSWORDS =
ImmutableList.of(
Expand Down

0 comments on commit d682712

Please sign in to comment.