Skip to content

Commit bf1466d

Browse files
authored
Fixed links
2 parents 66ccc20 + c519225 commit bf1466d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Use Cobalt Strike's `execute-assembly` command to launch the `NoPowerShell.exe`.
3232
Optionally `NoPowerShell.cna` can be used to add the `nps` alias to Cobalt Strike.
3333

3434
## Use in Cobalt Strike via BOF.NET
35-
1. Install the BOF.NET BOF from [https://github.com/CCob/BOF.NET]
35+
1. Install the BOF.NET BOF from https://github.com/CCob/BOF.NET
3636
2. Load the BOF.NET runtime: `bofnet_init`
3737
3. Load the NoPowerShell module: `bofnet_load /path/to/NoPowerShell.dll`
3838
4. Execute NoPowerShell cmdlets: `bofnet_execute NoPowerShell.Program Get-Command`
3939

4040
## Use in Cobalt Strike using @williamknows fork of BOF.NET
4141
This fork allows running regular .NET executables
42-
1. Obtain and compile @williamknows' fork of the BOF.NET from [https://github.com/williamknows/BOF.NET]
42+
1. Obtain and compile @williamknows' fork of the BOF.NET from https://github.com/CCob/BOF.NET
4343
2. Load the BOF.NET runtime: `bofnet_init`
4444
3. Load the NoPowerShell module: `bofnet_load /path/to/NoPowerShell.exe`
4545
4. Execute NoPowerShell cmdlets: `bofnet_executeassembly NoPowerShell Get-Command`
@@ -138,6 +138,7 @@ Authors of additional NoPowerShell cmdlets are added to the table below. Moreove
138138
| Write-Output | Utility | |
139139
| Invoke-WebRequest | Utility | |
140140
| Measure-Object | Utility | |
141+
141142
Also make sure to check out the [Cheatsheet](https://github.com/bitsadmin/nopowershell/blob/master/CHEATSHEET.md) for examples on how to use these cmdlets.
142143

143144
# Acknowledgements

0 commit comments

Comments
 (0)