mirror of
https://github.com/carlospolop/PEASS-ng
synced 2024-11-20 12:39:21 +01:00
5 lines
233 B
PowerShell
5 lines
233 B
PowerShell
$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
|
$filePath = Join-Path $scriptDir "regexes.yaml"
|
|
$url = "https://raw.githubusercontent.com/JaimePolop/RExpository/main/regex.yaml"
|
|
|
|
Invoke-WebRequest $url -OutFile $filePath |