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

Fix small mistake in net.py output #1625

Closed
wants to merge 1 commit into from
Closed

Conversation

laxa
Copy link
Contributor

@laxa laxa commented Oct 3, 2023

When adding or removing a user from a group using net.py, the current output is displayed:

$ net.py 'administrator:[email protected]' localgroup -name Administrators -join test
Impacket v0.12.0.dev1+20230928.173259.06217f05 - Copyright 2023 Fortra

[*] Adding user account 'Administrators' to group 'test'
[+] User account added to Administrators succesfully!
$ net.py 'administrator:[email protected]' localgroup -name Administrators -unjoin test
Impacket v0.12.0.dev1+20230928.173259.06217f05 - Copyright 2023 Fortra

[*] Removing user account 'Administrators' from group 'test'
[+] User account removed from Administrators succesfully!

This PR fixes this mistake.

@anadrianmanrique
Copy link
Contributor

duplicated of #1616

@laxa laxa deleted the Fix_net.py branch March 21, 2024 17:26
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