Discussion:
Explanation of batch script
(too old to reply)
Dan Purgert
2021-07-07 18:21:19 UTC
Permalink
Can you explain HOW this batch script circumvents UAC?
https://github.com/cmdwhoami/whoami_vpn_killswitch.bat
--
|_|O|_|
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: 05CA 9A50 3F2E 1335 4DC5 4AEE 8E11 DDF3 1279 A281
Kerr-Mudd, John
2021-07-07 21:43:20 UTC
Permalink
On Wed, 7 Jul 2021 18:21:19 +0000 (UTC)
Post by Dan Purgert
Can you explain HOW this batch script circumvents UAC?
https://github.com/cmdwhoami/whoami_vpn_killswitch.bat
It uses "runas" to run in a cmd shell. HTH
--
Bah, and indeed Humbug.
JJ
2021-07-07 22:57:43 UTC
Permalink
Post by Kerr-Mudd, John
On Wed, 7 Jul 2021 18:21:19 +0000 (UTC)
Post by Dan Purgert
Can you explain HOW this batch script circumvents UAC?
https://github.com/cmdwhoami/whoami_vpn_killswitch.bat
It uses "runas" to run in a cmd shell. HTH
For clarification, it's the `RunAs()` function of Windows Scripting Host,
executed using VBScript. Not the `runas.exe`.

Loading...