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

Corrected a few spelling mistakes #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RACE
### RACE is a PowerShell module for executing ACL attacks against Windows targets and Active Directory. RACE can be used for persistence and on demand privilege escalationon Windows machines.
### RACE is a PowerShell module for executing ACL attacks against Windows targets and Active Directory. RACE can be used for persistence and on demand privilege escalation on Windows machines.
### By [nikhil_mitt](https://twitter.com/nikhil_mitt)

### Usage
Expand Down Expand Up @@ -59,7 +59,7 @@ Use the above command to modify ACL of 'ALG' service on ops-mssql to allow labus
PS C:\> Set-RemoteServiceAbuse -ComputerName ops-mssql -UserName 'labuser' -ServiceName ALG -Verbose
```
Run the above command as 'labuser' to configure ALG to run as SYSTEM and modify its executable path to add 'labuser'
or other Principal provided in the UserName parameter to the local adminisrators group on the target machines.
or other Principal provided in the UserName parameter to the local administrators group on the target machines.

```powershell
PS C:\> sc.exe \\ops-mssql start ALG
Expand Down Expand Up @@ -89,7 +89,7 @@ PS C:\> Invoke-RegistryAbuse -ComputerName ops-mssql -Method ImageFileExecution
Above command sets payload for sethc (sticky keys) and disables NLA.

### Set-DCOMPermissions and Invoke-DCOMAbuse
Set-DCOMPermissions can be used to modify ACLs of DCOM provide non-admin Princiapls access to DCOM.
Set-DCOMPermissions can be used to modify ACLs of DCOM provide non-admin Principals access to DCOM.

```powershell
PS C:\> Set-DCOMPermissions -UserName labuser -ComputerName ops-mssql -Verbose
Expand Down