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

Developing users enumeration module #19187

Open
sud0Ru opened this issue May 17, 2024 · 1 comment
Open

Developing users enumeration module #19187

sud0Ru opened this issue May 17, 2024 · 1 comment
Labels
question Questions about Metasploit Usage

Comments

@sud0Ru
Copy link

sud0Ru commented May 17, 2024

Hello, I'm trying to develop module depending on my research that will be available soon, the enumeration related to windows domain controller users. The enumeration way doesn't depend on authentication. The user should pass file with usernames and the module will check if the user exist or not. The module is almost ready but I have question, what is the best practice to add the users' file and to use threads? like using usual Ruby to do that or there are already some modules inside metasploit that I should follow?

@sud0Ru sud0Ru added the question Questions about Metasploit Usage label May 17, 2024
@adfoster-r7
Copy link
Contributor

There's login scanners, which have been used kerberos as-rep roasting enumeration over here:

The build blocks are documented over here which should help: https://docs.metasploit.com/docs/development/developing-modules/guides/scanners/creating-metasploit-framework-loginscanners.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions about Metasploit Usage
Projects
None yet
Development

No branches or pull requests

2 participants