Hello friends, today hacking loops is exposing the source code of RAT ( remote administration tool) in C language. With this source code you can take help in designing your own hack tools like keyloggers, remote chat montiors, screen capture tools,etc ..Now you can see how the coding is being done. Source code of RAT will help you in understanding the working of RAT remote administration tool and how it logs data and steals information and everything. This source code is of F.B.I RAT( full backdoor integration) and most interesting thing is that it contains all the advanced features.
RAT source code full |
How this source code is helpful for hackers? The answer is simple now you have source code modify it accordingly , change variable names, some passing parameters or add some dead codes and make it completely FUD(fully undetectable) from antivirus and use it to hack. And most important advantage is that you will keep yourself save from downloading ****ing Trojans from the internet in name of hack tools as most of them contains spy malware and keyloggers in it.
DOWNLOAD FULL SOURCE CODE OF RAT
Brief description of features that this RAT has:
Supports xp/Vista/Windows 7, all features have been tested on these OS’s including injection, but there have been some limitations on the sniffer.
Features:
File Manager:
- Execute, Normal & Hidden.
- Copy & Paste like Windows explorer.
- Display size of file, and type.
- Delete.
- Download & Upload (re-coded) Multi-threaded downloads, which allows you to download multiple files at once.
- Stop, Pause and resume active transfer’s.
- Search files.rename files.
System Manager:
- Process Manager – Refresh and kill processes running
- Window Manager – Refresh and close windows, shows hidden and visable windows.
- Installed Programs – List’s program name and Directory.
- Installed Services – Lists installed services, allows you to stop, start and pause services.
Keylogger:
- Allows the user to have a time & date stamp, and active window, as well as custom colour coding.
- Uses a keyboard hook, so no dropped keys like most keyloggers, and 0 CPU usage.
- Offline and Online keylogs, Offline keylogs are downloaded once you start the Online keylogger, and once the online keylogger session has finished, the offline keylogger begins again.
Screen capture:
- Reworked transfer & Capture.
- Allows the user to select the quality, intervals of screen shots and stop & start screen capture, also allows the user to take a single snapshot when ever they want.
Webcam:
- Reworked transfer & Capture.
- Allows the user to stop & start captures also allows an interval for the sending of captures.
Packet Sniffer:
- “Net stat” Allows the user to view local connections on the computer, and then select which connection you want to sniff, displays remote server IP and local IP & Port information, also the state of the connection, all this information comes from the TCP stack of windows.
- Packet sniffer, sniffs the raw packets, using windows RAW sockets and formats them into text for you to read, i have tested this with Real world websites, and has allowed me to steal information, such as website logins, but because of the limitations of vista and windows 7 it is likely it will not work, for those two operating systems.
Choice of injection, This source comes with another project that allows you to inject your server into the default browser of the Victim, you can also use the exe and run it normally withoutinjection, for testing, the injection code has been modified from an old source i found, i took the source and improved it, made it detect the default browser and made it load the API’s indirectly, so you can encrypt the API strings, and bypass AV’s.
I hope you all have like my post. If you have any queries in the source code like how the things are working ask me in form of comments.
kgs says
i need the source code, thanks
kgs says
where is the download link for source?
Lolman says
Where’s the code ?
This is cool. says
may i have it on email?
(this is fake mail but i can still recive)
someuser says
so. where can i get the code???
the topic says “RAT FULL SOURCE CODE…”
but. there is no code, but just a discription of some mainfunction that should have every RAT.
hanross says
hey brother i got an error that jpeglib.h is not found and when i put that library in project folder it says can’t open file , as well as No such file exist …… what should i do next ?
Zalkr0 says
Looks great but i can’t compile the server, fatal error, gdiplusenums.h missing in main.h
waiting for your answer i will be back soon
i will try to compile client and injector module
Nice website
keep doing
Zalkr0 says
update: Same error on FBIClient
multiple errors in injector module
see u
vivek singh says
Hello lokesh, I was trying to compile the source with visual studio 2010 but having linking errors.. hope that you can share the devel environment settings like what version of VS to use and any additional dependencies needed :)
It would very helpful as I have no prior hands on VC++. hope to compile with if get some support.
vivek singh says
UPDATE:-
I have been able to compile the code and able to run the client and server exe. hence i can see the connection too. yet as I didnt found any tutorial for how to use it and what is role of injector module so if you can please provide the details about uses of injector module or any video tutorial …:)
DD says
Hi! I’m currently working on this project but I stuck at WinMainCRTStartup because of an access violation. Can you help me?