All Projects → dwservice → Agent

dwservice / Agent

DWService agent for Linux, Mac and Windows

Programming Languages

python
139335 projects - #7 most used programming language
cpp
1120 projects
python27
39 projects

Projects that are alternatives of or similar to Agent

Beefweb
Web interface plugin for DeaDBeeF and foobar2000 players
Stars: ✭ 116 (-38.62%)
Mutual labels:  remote-control
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (-24.87%)
Mutual labels:  remote-control
Sanderling
APIs and libraries to read information directly from the EVE Online game client.
Stars: ✭ 169 (-10.58%)
Mutual labels:  remote-control
Flutter remote control
flutter remote control
Stars: ✭ 124 (-34.39%)
Mutual labels:  remote-control
Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+939.15%)
Mutual labels:  remote-control
Angular5 Iot Dashboard
Multipurpose dashboard admin for IoT softwares, remote control, user interface. Develop your client dashboards in Angular 5 with vast variety of components available.
Stars: ✭ 148 (-21.69%)
Mutual labels:  remote-control
Rat Hodin V2.9
Remote Administration Tool for Linux
Stars: ✭ 97 (-48.68%)
Mutual labels:  remote-control
Insanity Framework
Generate Payloads and Control Remote Machines. [Discontinued]
Stars: ✭ 189 (+0%)
Mutual labels:  remote-control
Remote Control Pc
Control Laptop using Android. Remote control PC consists of android as well as desktop app written in Java to control laptop using phone.
Stars: ✭ 136 (-28.04%)
Mutual labels:  remote-control
Ws Scrcpy
Web client prototype for scrcpy.
Stars: ✭ 164 (-13.23%)
Mutual labels:  remote-control
Remmina
Mirror of https://gitlab.com/Remmina/Remmina The GTK+ Remmina Remote Desktop Client
Stars: ✭ 1,705 (+802.12%)
Mutual labels:  remote-control
Rtty
Access your terminal from anywhere via the web.
Stars: ✭ 2,434 (+1187.83%)
Mutual labels:  remote-control
Obs Websocket
Remote-control of OBS Studio through WebSocket
Stars: ✭ 2,425 (+1183.07%)
Mutual labels:  remote-control
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (-35.98%)
Mutual labels:  remote-control
Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (-1.59%)
Mutual labels:  remote-control
Presento
Remote control for presentations
Stars: ✭ 100 (-47.09%)
Mutual labels:  remote-control
Stb Tester
Automated Testing for Set-Top Boxes and Smart TVs
Stars: ✭ 148 (-21.69%)
Mutual labels:  remote-control
Injectioniii
Re-write of Injection for Xcode in (mostly) Swift
Stars: ✭ 2,680 (+1317.99%)
Mutual labels:  remote-control
Android Remote
Control Clementine from your Android device
Stars: ✭ 188 (-0.53%)
Mutual labels:  remote-control
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (-19.58%)
Mutual labels:  remote-control

DWService - Agent

This is DWService agent for operative systems Linux, Mac and Windows. The code is written in python2 and several libraries are written c++.

Start the agent

If you prefer you can start the agent from the sources but you keep in mind in this mode the agent does not update automatically, so you need to update sources manually every time. Before to start the agent you need to:

  • Install python2.7
  • Install g++/make (if Windows download Mingw-w64 version 64bit or 32bit)
  • Download agent source code (zip or git clone)
  • Execute these commands from agent/make:
python2.7 compile_all.py (compile all c++ libraries)
python2.7 create_config.py (create config.json in agent/core path)

now you are ready to start the agent by execute this command from agent/core:

python2.7 agent.py

Setup the agent for development

Thanks Eclipse + Pydev and CDT you can develop the agent with only one IDE from your prefer operative system. You also need of python2.7 and g++/make (if Windows download Mingw-w64 version 64bit or 32bit) installed on your system. After configuring the IDE and importing the source code, you need to execute same scripts of "Start the agent" section.

You can read the guide on the wiki to learn how to setup the agent for development.

License Agreement

This software is free and open source. It consists of one core component released under the MPLv2 license, and several libraries and components defined "app" that could be governed by different licenses. you can read the "LICENSE" file in each folder.

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].