Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mez-0/winrmdll

C++ WinRM API via Reflective DLL
https://github.com/mez-0/winrmdll

cobalt-strike cpp lateral-movement reflective-dll winrm

Last synced: 21 days ago
JSON representation

C++ WinRM API via Reflective DLL

Awesome Lists containing this project

README

        

# WinRMDLL

A while ago I produced [CSharpWinRM](https://github.com/mez-0/CSharpWinRM) which was alright, but I wanted to look at the [WinRM C++ API](https://docs.microsoft.com/en-us/windows/win32/winrm/winrm-c---api) properly.

The project comes with an [Aggressor Script](dist/winrmdll.cna) for easy use:

![](images/help-winrmdll.PNG)

**Using credentials**:

![](images/winrmdll-creds.PNG)

**Without credentials**:

![](images/winrmdll-no-creds.PNG)

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