All Projects → wh1te909 → winagent

wh1te909 / winagent

Licence: MIT license
Windows agent for Tactical RMM

Programming Languages

python
139335 projects - #7 most used programming language
Inno Setup
370 projects
powershell
5483 projects

Projects that are alternatives of or similar to winagent

XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+535%)
Mutual labels:  remote-control, botnet, remote-admin-tool
Tacticalrmm
A remote monitoring & management tool, built with Django, Vue and Go.
Stars: ✭ 231 (+1055%)
Mutual labels:  remote-control, botnet, remote-desktop
Vanillarat
VanillaRat is an advanced remote administration tool completely coded in C# for Windows.
Stars: ✭ 192 (+860%)
Mutual labels:  remote-control, remote-desktop
RemoteSupportTool
an easy single click solution for remote maintenance
Stars: ✭ 74 (+270%)
Mutual labels:  remote-control, remote-desktop
neko
A self hosted virtual browser that runs in docker and uses WebRTC.
Stars: ✭ 2,266 (+11230%)
Mutual labels:  remote-control, remote-desktop
rdroid
[Android RAT] Remotely manage your android phone using PHP Interface
Stars: ✭ 135 (+575%)
Mutual labels:  remote-control, remote-admin-tool
DcRat
A simple remote tool in C#.
Stars: ✭ 709 (+3445%)
Mutual labels:  remote-control, remote-desktop
vernacular-vnc
A pure Java VNC client library
Stars: ✭ 55 (+175%)
Mutual labels:  remote-control, remote-desktop
Quasar
Remote Administration Tool for Windows
Stars: ✭ 4,897 (+24385%)
Mutual labels:  remote-control, remote-desktop
Aspia
Remote desktop and file transfer tool.
Stars: ✭ 784 (+3820%)
Mutual labels:  remote-control, remote-desktop
Badusb botnet
👥😈 Infect a pc with badusb and establish a connection through telegram.
Stars: ✭ 32 (+60%)
Mutual labels:  remote-control, botnet
rustdesk-server
RustDesk Server Program
Stars: ✭ 3,314 (+16470%)
Mutual labels:  remote-control, remote-desktop
HackServ
Python 3 IRC Bot / Botnet
Stars: ✭ 28 (+40%)
Mutual labels:  botnet, remote-admin-tool
RabbitRemoteControl
Remote control. Support VNC, RDP, Terminal, SSH, TELNET etc
Stars: ✭ 82 (+310%)
Mutual labels:  remote-control, remote-desktop
pace
Remote Access Tool for Windows.
Stars: ✭ 68 (+240%)
Mutual labels:  remote-control, remote-admin-tool
Rmtsvc
A web-based remote desktop & control service for Windows.
Stars: ✭ 47 (+135%)
Mutual labels:  remote-control, remote-desktop
Neko
A self hosted virtual browser (rabb.it clone) that runs in docker.
Stars: ✭ 1,957 (+9685%)
Mutual labels:  remote-control, remote-desktop
Ws Scrcpy
Web client prototype for scrcpy.
Stars: ✭ 164 (+720%)
Mutual labels:  remote-control
Daikin Control
Unofficial api documentation and web interface to control "Daikin Emura" air conditioner
Stars: ✭ 193 (+865%)
Mutual labels:  remote-control
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (+660%)
Mutual labels:  remote-control

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].