wh1te909 / winagent

Windows agent for Tactical RMM

Home Page:https://github.com/wh1te909/tacticalrmm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS HAS BEEN REPLACED BY THE NEW CROSS-PLATFORM GOLANG AGENT

Tactical RMM Windows Agent

Build Status Build Status License: MIT Code style: black

Building (powershell, python 3.8.5)

Download and install Inno Setup

mkdir 'C:\Users\Public\Documents\tacticalagent'
cd 'C:\Users\Public\Documents\tacticalagent'
git clone https://github.com/wh1te909/winagent.git .
python -m venv env
.\env\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install --upgrade setuptools==49.6.0 wheel==0.35.1
pip install --no-cache-dir -r requirements.txt
python .\env\Scripts\pywin32_postinstall.py -install
.\build.ps1

Exe will be in C:\Users\Public\Documents\tacticalagent\Output

About

Windows agent for Tactical RMM

https://github.com/wh1te909/tacticalrmm

License:MIT License


Languages

Language:Python 92.2%Language:Inno Setup 7.6%Language:PowerShell 0.3%