mez-0 / winrmdll

C++ WinRM API via Reflective DLL

Home Page:https://mez0.cc/posts/winrm-reflective-dll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinRMDLL

A while ago I produced CSharpWinRM which was alright, but I wanted to look at the WinRM C++ API properly.

The project comes with an Aggressor Script for easy use:

Using credentials:

Without credentials:

Don't do what I did and put the command at the end and spend an hour being confused as to why the username was now whoami...

About

C++ WinRM API via Reflective DLL

https://mez0.cc/posts/winrm-reflective-dll/

License:MIT License


Languages

Language:C++ 84.5%Language:C 15.5%