update word list for rule 932125 (RCE Windows command injection - PowerShell aliases) · Issue #2693 · coreruleset/coreruleset · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PowerShell aliases can be obtained by running Get-Alias in a PSH terminal. We would like to get those as a simple one-liner so we don't depend on having a Windows installation.
The text was updated successfully, but these errors were encountered:
fzipi
changed the title
update word list for rule 932120 (RCE Windows command injection - PowerShell aliases)
update word list for rule 932125 (RCE Windows command injection - PowerShell aliases)
Jul 20, 2022
Thanks to the help of the Azure team (in particular Eric Schwabe), we got this one-liner to update this list: curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/src/System.Management.Automation/engine/InitialSessionState.cs -o - | awk -F\" '/new SessionStateAliasEntry\("/ { print $2; }'
Uh oh!
There was an error while loading. Please reload this page.
PowerShell aliases can be obtained by running
Get-Alias
in a PSH terminal. We would like to get those as a simple one-liner so we don't depend on having a Windows installation.The text was updated successfully, but these errors were encountered: