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

New Parser: net localgroup and net user on windows #600

Open
joehacksalot opened this issue Sep 26, 2024 · 1 comment · May be fixed by #602
Open

New Parser: net localgroup and net user on windows #600

joehacksalot opened this issue Sep 26, 2024 · 1 comment · May be fixed by #602

Comments

@joehacksalot
Copy link
Contributor

joehacksalot commented Sep 26, 2024

I found myself needing to parse this information and thought it was better for the community if it were a jc parser than a one off in my application.

This issue is to introduce new parsers to handle parsing the following commands:

net-localgroup parser:
net localgroup
net localgroup /domain
net localgroup Administrators
net localgroup Administrators /domain

net-user parser:
net user
net user /domain
net user User1
net user User1 /domain

route-print parser:
route print

If interested, I will post the PR after I'm through with testing.

@kellyjonbrazil
Copy link
Owner

Excellent! Yes, pleas submit a PR when you get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants