Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

To iterate is human, to recurse, divine. -- Robert Heller


devel / alt.msdos.batch / Explanation of batch script

SubjectAuthor
* Explanation of batch scriptDan Purgert
`* Re: Explanation of batch scriptKerr-Mudd, John
 `- Re: Explanation of batch scriptJJ

1
Explanation of batch script

<1tyubfgggic36$.dlg@djph.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=66&group=alt.msdos.batch#66

  copy link   Newsgroups: alt.msdos.batch
Path: i2pn2.org!i2pn.org!aioe.org!Pz2cB3YOpF2FePuYArfUKA.user.gioia.aioe.org.POSTED!not-for-mail
From: dan...@djph.net (Dan Purgert)
Newsgroups: alt.msdos.batch
Subject: Explanation of batch script
Date: Wed, 7 Jul 2021 18:21:19 +0000 (UTC)
Organization: Aioe.org NNTP Server
Lines: 6
Message-ID: <1tyubfgggic36$.dlg@djph.net>
NNTP-Posting-Host: Pz2cB3YOpF2FePuYArfUKA.user.gioia.aioe.org
X-Complaints-To: abuse@aioe.org
User-Agent: slrn/1.0.3 (Linux)
X-Notice: Filtered by postfilter v. 0.9.2
 by: Dan Purgert - Wed, 7 Jul 2021 18:21 UTC

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

Re: Explanation of batch script

<20210707224320.6cb39c3dc88e9344055b8b97@127.0.0.1>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=67&group=alt.msdos.batch#67

  copy link   Newsgroups: alt.msdos.batch
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: adm...@127.0.0.1 (Kerr-Mudd, John)
Newsgroups: alt.msdos.batch
Subject: Re: Explanation of batch script
Date: Wed, 7 Jul 2021 22:43:20 +0100
Organization: Dis
Lines: 12
Message-ID: <20210707224320.6cb39c3dc88e9344055b8b97@127.0.0.1>
References: <1tyubfgggic36$.dlg@djph.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="dbf864aad1beed7c78b22a72c1f7be1b";
logging-data="18351"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18JgZwmZx6AHGft0u9ZT3w5O5XPEhnMLx4="
Cancel-Lock: sha1:Y6SpNCq6mz7NWd+oKcT4/SPkvXA=
X-Newsreader: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
;X-no-Archive: Maybe
GNU: Terry Pratchett
 by: Kerr-Mudd, John - Wed, 7 Jul 2021 21:43 UTC

On Wed, 7 Jul 2021 18:21:19 +0000 (UTC)
Dan Purgert <dan@djph.net> wrote:

> 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.

Re: Explanation of batch script

<vo0u7jya8vyr.1nplnczkrjkgy$.dlg@40tude.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=68&group=alt.msdos.batch#68

  copy link   Newsgroups: alt.msdos.batch
Path: i2pn2.org!i2pn.org!aioe.org!gGLsN5MUWSH9/583YumYHQ.user.gioia.aioe.org.POSTED!not-for-mail
From: jj4pub...@gmail.com (JJ)
Newsgroups: alt.msdos.batch
Subject: Re: Explanation of batch script
Date: Thu, 8 Jul 2021 05:57:43 +0700
Organization: Aioe.org NNTP Server
Lines: 11
Message-ID: <vo0u7jya8vyr.1nplnczkrjkgy$.dlg@40tude.net>
References: <1tyubfgggic36$.dlg@djph.net> <20210707224320.6cb39c3dc88e9344055b8b97@127.0.0.1>
NNTP-Posting-Host: gGLsN5MUWSH9/583YumYHQ.user.gioia.aioe.org
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@aioe.org
User-Agent: 40tude_Dialog/2.0.15.84
X-Notice: Filtered by postfilter v. 0.9.2
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
 by: JJ - Wed, 7 Jul 2021 22:57 UTC

On Wed, 7 Jul 2021 22:43:20 +0100, Kerr-Mudd, John wrote:
> On Wed, 7 Jul 2021 18:21:19 +0000 (UTC)
> Dan Purgert <dan@djph.net> wrote:
>
>> 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`.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor