mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 14:18:38 +01:00
Add chapter about security
This commit is contained in:
parent
e2cb179266
commit
c381334679
@ -32,6 +32,13 @@ How to get PowerShell?
|
|||||||
$ ln -s /snap/bin/pwsh /usr/bin/pwsh
|
$ ln -s /snap/bin/pwsh /usr/bin/pwsh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
What about Security?
|
||||||
|
--------------------
|
||||||
|
* execute scripts only that you trust (and/or where you have checked the code before)!
|
||||||
|
* prefer SSH Remoting instead of PowerShell Remoting
|
||||||
|
* more recommendations by the NSA and cyber security centers in the U.S. (CISA), New Zealand (NZ NCSC), and the U.K. (NCSC-UK) can be found here: https://media.defense.gov/2022/Jun/22/2003021689/-1/-1/1/CSI_KEEPING_POWERSHELL_SECURITY_MEASURES_TO_USE_AND_EMBRACE_20220622.PDF
|
||||||
|
|
||||||
|
|
||||||
How to get the PowerShell Scripts?
|
How to get the PowerShell Scripts?
|
||||||
----------------------------------
|
----------------------------------
|
||||||
* Git users execute: `$ git clone https://github.com/fleschutz/PowerShell`
|
* Git users execute: `$ git clone https://github.com/fleschutz/PowerShell`
|
||||||
|
Loading…
Reference in New Issue
Block a user