https://github.com/stormdotcom/backdoor-working
a simple backdoor for learning how malware RAT works, not for attacking real stuffs, this backdoor faciltiated with a listener and can initiated in CMD interface,
https://github.com/stormdotcom/backdoor-working
Last synced: 4 months ago
JSON representation
a simple backdoor for learning how malware RAT works, not for attacking real stuffs, this backdoor faciltiated with a listener and can initiated in CMD interface,
- Host: GitHub
- URL: https://github.com/stormdotcom/backdoor-working
- Owner: stormdotcom
- Created: 2021-10-30T08:08:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-02T04:19:39.000Z (over 4 years ago)
- Last Synced: 2023-03-09T22:33:21.984Z (over 3 years ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How a BACKDOOR Works
## A backdoor is a malware type that provide attacker a authentication procedures to access a system. As a result, remote access is granted to resources within an application, such as databases and file servers, giving perpetrators the ability to remotely Command and control.
a simple backdoor for learning how malware RAT works, not for attacking real stuffs, this backdoor faciltiated with a listener and can initiated in CMD interface,
**To know more:**
A documentation about [types of Malwares and how they works](https://ajmal-nasumudeen.medium.com/how-to-protect-your-pcs-from-viruses-types-of-malwares-malware-detection-and-security-9b6c64e6571a) prepared by me