Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created RStudio Weak Credentials Plugin #10

Merged
merged 9 commits into from
Aug 12, 2024

Conversation

leonardo-doyensec
Copy link

The following PR adds the weak credential tester for RStudio Server.

Some notes on the current version of the rstudio server credential tester.

  • does a custom fingerprint in the canAccept() method since rstudio is not correctly recognized from nmap
  • tests the credentials using RSA encryption, which is the default in rstudio
  • since RSA is used the plugin is a bit slow, due to the fact that rstudio takes some time to verify the credentials

@ikkisoft ikkisoft merged commit 5c1aadb into master Aug 12, 2024
6 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants