Update README.md
This commit is contained in:
parent
6cc6e0e86b
commit
a3ecccc8a5
11
README.md
11
README.md
@ -32,9 +32,14 @@ Hardensysvol can be used for AD audits or pentesting, complementing existing sol
|
|||||||
- **Compatibility**: Works with Windows Server environments and Windows 10/11
|
- **Compatibility**: Works with Windows Server environments and Windows 10/11
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
To install Run the following command in PowerShell:
|
||||||
### Install via PowerShell Gallery
|
```powershell
|
||||||
To install directly from PowerShell Gallery, run:
|
Install-Module -Name HardenSysvol -Scope CurrentUser -Force
|
||||||
|
````
|
||||||
|
### To launch the scan
|
||||||
|
```powershell
|
||||||
|
Invoke-HardenSysvol
|
||||||
|
````
|
||||||
|
|
||||||
### Magic number default check :
|
### Magic number default check :
|
||||||
doc, xls, msi, ppt, vsd, docx, xlsx, pptx, odp, ods, jar, odt, zip, ott, vsdx, exe, dll, rar, zip, 7z, png, pdf, jpg, jpeg, gif, tif, ico, class, msu, cab, bmp, p7b, p7c, cer, pfx, der, pem, p7b, otf, webp, mp3, gz, tar, jp2, rtf
|
doc, xls, msi, ppt, vsd, docx, xlsx, pptx, odp, ods, jar, odt, zip, ott, vsdx, exe, dll, rar, zip, 7z, png, pdf, jpg, jpeg, gif, tif, ico, class, msu, cab, bmp, p7b, p7c, cer, pfx, der, pem, p7b, otf, webp, mp3, gz, tar, jp2, rtf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user