Skip to content

chriswkingg/windows-rat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Windows RAT

This is a simple remote access tool for a windows client and a linux server.

I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS SOFTWARE.

Building the Project

Both the server and client must be build on linux using gcc from MinGW
Client: i686-w64-mingw32-gcc -o notmalware.exe backdoor.c -lwsock32 -lwininet
Server: gcc -o server server.c

About

A simple remote access tool for a Windows client and a Linux server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages