cmatthewbrooks / simple-windows-malware

This is a simple RAT malware for Windows target.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

malware

This is a simple RAT malware for Windows target.

Steps to use the RAT malware

  1. First open the server.c file and put the host ip address (private or public) in line number 28 in place of "192.168.43.59" and also change port number in line number 29 (if required). Save the file and exit.
  2. In your terminal or bash type: gcc server.c -o server
  3. Then type ./server in your terminal. The server will start on port specified.
  4. Then send the app.exe to the target Windows machine.
  5. Social engineering is required to make the target double click on the app.exe file.
  6. Social engineering the target to disable windows defender or any other antivirus-software for best experience.
  7. The terminal will show the intercepted signal from the malware app.

Disclaimer !!

This tool is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this tool and software in general.

About

This is a simple RAT malware for Windows target.


Languages

Language:C 100.0%