Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daschr/remsess_inject

Injects powershell commands into all running sessions (explorer.exe) of the current user.
https://github.com/daschr/remsess_inject

malware powershell windows

Last synced: 2 days ago
JSON representation

Injects powershell commands into all running sessions (explorer.exe) of the current user.

Awesome Lists containing this project

README

        

**DISCLAIMER**: I am not responsible for any type of damage caused by the use of this software in this repository.

# Why?
Because it is pain to alter a users current RDP session from the outside of it.
# Usage
f.e `.\injector.exe "net use * \\192.168.1.1\Share1 s3cr3t /user:share1"`

# EDR flags it as malicious
That's right, because it does DLL injection. I will not give hints how to prevent it.