JamesKindon / jkindon.github.io

https://jameskindon.github.io/jkindon.github.io/
Other
0 stars 1 forks source link

Conquering Per User Firewall Rules with Citrix WEM Privilege Elevation #2

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Conquering Per User Firewall Rules with Citrix WEM Privilege Elevation

Conquering Per User Firewall Rules with Citrix WEM Privilege Elevation

https://jkindon.com/conquering-per-user-firewall-rules-with-citrix-wem-privilege-elevation/

YarsinCitrix commented 2 years ago

James, we later added the parameter matching, so in this case we can probably use some command line matching for powershell.exe (like powershell.exe C:\test\scripts.ps1) to run the scripts, saving the effort to make it an exe. However, in that case the if the scripts file is alterable for the user, then it leaves a hole, and the exe way will be better.

For the batch logon case, we have later added network logon if the batch logon fails, which gives user another opportunity.

JamesKindon commented 2 years ago

Thank you Yarsin, this is good to know - will give this a crack next time round