Jump to content

PSExec, fine, and what about PAExec?


jaclaz

Recommended Posts

I guess everyone is familiar with MS/Sysinternals PSExec:
http://technet.microsoft.com/it-it/sysinternals/bb897553.aspx

but not many are aware of the existence of PAExec:
http://www.poweradmin.com/paexec/

Launch Remote Windows Apps

PAExec lets you launch Windows programs on remote Windows computers without needing to install software on the remote computer first. For example, you could launch CMD.EXE remotely and have the equivalent of a terminal session to the remote server. PAExec is useful for doing remote installs, checking remote configuration, etc.
PAExec - The Redistributable PsExec

Microsoft's PsExec tool (originally by SysInternal's Mark Russinovich) is a favorite of system administrators everywhere. It just has two tiny flaws:

  • PsExec can not be redistributed
  • Sensitive command-line options like username and passwords are sent as clear text
We needed something that would overcome those two issues, and not finding a suitable replacement, decided to write our own.
PAExec

Anyone can download and use PAExec. You can include it in your open source, freeware and even commercial applications. You may distribute it on your website, on CDs, mail to friends, etc. There is no cryptography built in so there aren't any export restrictions that we know of. See the License for all the legalese.


And :thumbup :

Usage

PAExec uses the same command-line options as PsExec, plus a few additonal options of its own .....

PAExec is a freely-redistributable re-implementation of SysInternal/Microsoft's popular PsExec program.  PAExec aims to be a drop in replacement for PsExec, so the command-line usage is identical, with additional options also supported.  This work was originally inspired by Talha Tariq's RemCom.Usage: PAExec [\\computer[,computer2[,...]] | @file][-u user [-p psswd]|[-p@ file [-p@d]]] [-n s] [-l][-s|-e][-x][-i [session]][-c [-f|-v] [-csrc path]][-lo path][-rlo path][-ods][-w directory][-d][-][-a n,n,...][-dfr][-noname][-to seconds] cmd [arguments]....


jaclaz

Link to comment
Share on other sites


Grab it before the MS lawyers do! :)

Naah, it is a rewritten tool, it is not like command switches are subject to copyright.

And, of course there are more really free tools that offer the same (or better) capabilities of corresponding non-redistributable MS command line tools.

A few are here:

http://fstaal01.home.xs4all.nl/downloads-us.html

SWReg - freeware implementation of Microsoft's reg.exe

SWSC - freeware implementation of Microsoft's sc.exe

...

SWXCACLS - a binary implementation of XCACLS.vbs

As a replacement for SRVANY I like this nice tool:

NSSM - the Non-Sucking Service Manager

http://nssm.cc/

jaclaz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...