Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gteamx/dynamic.backdoor

Control and run commands on a machine remotely on a LAN scale
https://github.com/gteamx/dynamic.backdoor

backdoor broadcast network networking udp virus

Last synced: about 12 hours ago
JSON representation

Control and run commands on a machine remotely on a LAN scale

Awesome Lists containing this project

README

        

[//]: # (Main title, centered)

Dynamic.BackDoor

Dynamic.BackDoor is a simple and basic Windows backdoor that allows CMD commands to be ran remotely and silently.
***This product is NOT linked or part of Dynamic.\* products line. No support, no pre compiled exe files and/or no updates will be provided.***

## Features & Functionalities

- Send CMD commands to backdoored machines

## How does it work ?

- Client side (send):
- Start a listener on port 667/UDP to listen for outputs of sent commands.
- Get user's input
- Send an unencrypted *(for now)* UDP packet to broadcast on port 666

- Server side (receive):
- Start a listener on port 666/UDP to listen for broadcast packets.
- Run recieved packet's message as a CMD command
- Send back the output of that command *(if any)* to broadcast on port 667/UDP

## Releases/Updates

For obvious reasons, no release or pre compiled exe file is provided. If you wish to use this program for your own use, please compile it yourself.

## Issues

Issues and errors/bugs will only be trated if they are judged "critical" or "impactful". Most feature requests or enhancement will be ignored.

## Contributing

Contribution are welcomed but will most likely be ignored and/or not merged or rejected. If you wish to add modifications please fork this repository and make your own modifications on your side.

## License

This project is licensed under GNU General Public License v3.0 (GPL).