Windows 7

From Hack Sphere Labs Wiki
Jump to: navigation, search

WMI Pull Event Logs

  • Enable WMI Through Firewall on Windows
wmic -U DOMAIN/USERNAME%PASSWORD //HostnameorIP "Select * from Win32_NTLogEvent Where LogFile='Security'" | grep .*\.exe|grep 'New Process Name' > output.temp
sed 's/\sNew Process Name:\s//g' output.temp
cat output.temp | sed 's/\sNew Process Name:\s//g' | sort | uniq
./winexe-static --debuglevel=1 -U IT%3c4bhkec //HostnameorIP "wevtutil cl Security"
awk 'NR==FNR { a[$0]; next } !($0 in a)' whitelist checklist

Notes

nett localgroup add
net rpc

winexe

git clone git://git.code.sf.net/p/winexe/winexe-waf winexe-winexe-waf
apt-get install gcc-mingw32 mingw32-binutils mingw-w64 comerr-dev libpopt-dev libbsd-dev zlib1g-dev libc6-dev python-dev
cd source #directory winexe
git clone git://git.samba.org/samba.git samba
./waf configure --samba-dir=../samba
./waf
cd build
./winexe-static

winexe service install

sc create winexesvc binPath= C:\WINDOWS\WINEXESVC.EXE start= auto DisplayName= winexesvc
sc description winexesvc "Remote command provider for Zenoss monitoring"

Notes


App not responding/application stopped working