Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gteamx/dynamic.backdoor
- Owner: GTeamx
- License: gpl-3.0
- Created: 2024-08-12T19:31:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T20:18:31.000Z (3 months ago)
- Last Synced: 2024-08-12T22:54:58.019Z (3 months ago)
- Topics: backdoor, broadcast, network, networking, udp, virus
- Language: C++
- Homepage:
- Size: 973 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).