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

Directly support extend user details in the Meterpreter API #15701

Open
jmartin-tech opened this issue Sep 23, 2021 · 0 comments
Open

Directly support extend user details in the Meterpreter API #15701

jmartin-tech opened this issue Sep 23, 2021 · 0 comments
Labels
suggestion-feature New feature suggestions

Comments

@jmartin-tech
Copy link
Contributor

Summary

Meterpreter API extension to support user structure details, a specific example would be user and group details for a Linux/Unix environment.

Basic example

(uid=0, gid=0, euid=0, egid=0)

Motivation

The current meterpreter API provides sys.config.getuid which returns a TLV_TYPE_USER_NAME and is utilized to compare String usernames in various places. When this was implemented in the latest generation linux meterpreter (mettle) this was extended to provide these details, however is not really the username. To consolidate the API and still retain this useful data a new method call would be desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion-feature New feature suggestions
Projects
None yet
Development

No branches or pull requests

1 participant