Skip to content

Commit e26aa7a

Browse files
authored
Update README to reflect PowerSploit requirement
1 parent 82fbe9e commit e26aa7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ This uses PowerSploit. Ergo better to use in PowerShell 5.1 (just run powershell
345345
Creates a report file for you.
346346

347347
---
348-
### `GpoAclAudit.ps1` (Requires PowerView!)
348+
### `GpoAclAudit.ps1` (Requires PowerSploit!)
349349

350350
Audit powerful rights over GPOs. Inactive accounts are shown in red.
351351

@@ -358,9 +358,9 @@ Use like so:
358358
Will generate a spreadsheet (AD-UserComputer-Audit.csv) for all users in your AD with computer they manage.
359359

360360
---
361-
### `test_shares_read_write.ps1` (Requires PowerView!)
361+
### `test_shares_read_write.ps1`
362362

363-
Given the output from:
363+
Given the output from the PowerSploit:
364364
`Invoke-ShareFinder | Export-Csv .\shared_folders.csv -NoTypeInformation`
365365

366366
This script will read the file "shared_folders.csv" and generate "ShareSecurityReport.csv".

0 commit comments

Comments
 (0)