Skip to content

Yikez978/winexe

 
 

Repository files navigation

winexe

Remote Windows command on Linux System

Repository

yum install autoconf

yum install gcc

yum install python

yum install python-devel

How to install:

You can download the source package from here [Current version is winexe-1.00.tar.gz]

  1. tar -xvf winexe-1.00.tar.gz

  2. cd winexe-1.00/source4/

  3. ./autogen.sh

  4. ./configure

  5. make basics bin/winexe

  6. make “CPP=gcc -E -ffreestanding” basics bin/winexe (For X64 bit)

Sample Usage

./winexe -A credentials.cfg //192.168.1.100 'cmd.exe /c ipconfig /all'

About

Remote Windows command on Linux System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.3%
  • Objective-C 4.5%
  • Python 1.6%
  • Perl 1.3%
  • Makefile 0.8%
  • Shell 0.7%
  • Other 1.8%