Skip to content

admdev8/winagent

 
 

Repository files navigation

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 wheel
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

Packages

No packages published

Languages

  • Python 96.6%
  • Inno Setup 3.1%
  • PowerShell 0.3%