Become King Of Hell

F.B.I RAT Source Code v1.0 in C language [2011]

Joined
Jul 21, 2023
Messages
30
Hellcoins
♆39
Hello friends, today hellofhackers are exposing the source code of RAT ( remote administration tool) in C language for our cyber souls. With this source code, you can take help in designing your own hack tools like keyloggers, remote chat monitors, 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 the 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 the most important advantage is that you will keep yourself safe from downloading ****ing Trojans from the internet in name of hack tools as most of them contain spy malware and keyloggers in it.

DOWNLOAD THE FULL SOURCE CODE OF THE RAT
[Hidden content]

Brief description of features that this RAT has:
Supports XP/Vista/Windows 7, all features have been tested on these OS including injection, but there have been some limitations on the sniffer.
Features:
File Manager:

Execute, Normal & Hidden.
Copy & Paste like Windows explorer.
The display size of the 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 transfers.
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.
wow
 
Joined
Aug 8, 2023
Messages
51
Hellcoins
♆60
Hello friends, today hellofhackers are exposing the source code of RAT ( remote administration tool) in C language for our cyber souls. With this source code, you can take help in designing your own hack tools like keyloggers, remote chat monitors, 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 the 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 the most important advantage is that you will keep yourself safe from downloading ****ing Trojans from the internet in name of hack tools as most of them contain spy malware and keyloggers in it.

DOWNLOAD THE FULL SOURCE CODE OF THE RAT
[Hidden content]

Brief description of features that this RAT has:
Supports XP/Vista/Windows 7, all features have been tested on these OS including injection, but there have been some limitations on the sniffer.
Features:
File Manager:

Execute, Normal & Hidden.
Copy & Paste like Windows explorer.
The display size of the 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 transfers.
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.
 

AnonAUS

New member
Joined
Aug 16, 2023
Messages
8
Hellcoins
♆12
Hello friends, today hellofhackers are exposing the source code of RAT ( remote administration tool) in C language for our cyber souls. With this source code, you can take help in designing your own hack tools like keyloggers, remote chat monitors, 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 the 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 the most important advantage is that you will keep yourself safe from downloading ****ing Trojans from the internet in name of hack tools as most of them contain spy malware and keyloggers in it.

DOWNLOAD THE FULL SOURCE CODE OF THE RAT
[Hidden content]

Brief description of features that this RAT has:
Supports XP/Vista/Windows 7, all features have been tested on these OS including injection, but there have been some limitations on the sniffer.
Features:
File Manager:

Execute, Normal & Hidden.
Copy & Paste like Windows explorer.
The display size of the 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 transfers.
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.
fbi open up
 
Joined
Jul 30, 2023
Messages
59
Hellcoins
♆150
Hello friends, today hellofhackers are exposing the source code of RAT ( remote administration tool) in C language for our cyber souls. With this source code, you can take help in designing your own hack tools like keyloggers, remote chat monitors, 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 the 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 the most important advantage is that you will keep yourself safe from downloading ****ing Trojans from the internet in name of hack tools as most of them contain spy malware and keyloggers in it.

DOWNLOAD THE FULL SOURCE CODE OF THE RAT
[Hidden content]

Brief description of features that this RAT has:
Supports XP/Vista/Windows 7, all features have been tested on these OS including injection, but there have been some limitations on the sniffer.
Features:
File Manager:

Execute, Normal & Hidden.
Copy & Paste like Windows explorer.
The display size of the 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 transfers.
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.
okay man
 
Joined
Oct 11, 2023
Messages
64
Hellcoins
♆87
Hello friends, today hellofhackers are exposing the source code of RAT ( remote administration tool) in C language for our cyber souls. With this source code, you can take help in designing your own hack tools like keyloggers, remote chat monitors, 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 the 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 the most important advantage is that you will keep yourself safe from downloading ****ing Trojans from the internet in name of hack tools as most of them contain spy malware and keyloggers in it.

DOWNLOAD THE FULL SOURCE CODE OF THE RAT
[Hidden content]

Brief description of features that this RAT has:
Supports XP/Vista/Windows 7, all features have been tested on these OS including injection, but there have been some limitations on the sniffer.
Features:
File Manager:

Execute, Normal & Hidden.
Copy & Paste like Windows explorer.
The display size of the 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 transfers.
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.
654
 
Joined
Oct 22, 2023
Messages
113
Hellcoins
♆128
Merhaba arkadaşlar, bugün hellofhacker'lar siber ruhlarımız için C dilindeki RAT'ın (uzaktan yönetim aracı) kaynak kodunu açığa çıkarıyor. Bu kaynak koduyla, keylogger'lar, uzaktan sohbet monitörleri, ekran yakalama araçları vb. gibi kendi hack araçlarınızı tasarlama konusunda yardım alabilirsiniz. Artık kodlamanın nasıl yapıldığını görebilirsiniz. RAT'ın kaynak kodu, RAT uzaktan yönetim aracının çalışmasını, verileri nasıl günlüğe kaydettiğini, bilgileri ve her şeyi nasıl çaldığını anlamanıza yardımcı olacaktır. Bu kaynak kodu FBI RAT'a (tam arka kapı entegrasyonu) sahiptir ve en ilginç olanı, tüm gelişmiş özellikleri içermesidir.

RAT kaynak kodu dolu

Bu kaynak kodu bilgisayar korsanları için nasıl faydalıdır? Cevap basit, artık kaynak kodunuz var, buna göre değiştirin, değişken adlarını değiştirin, bazı geçen parametreleri değiştirin veya bazı ölü kodlar ekleyin ve antivirüsten tamamen FUD (tamamen algılanamaz) yapın ve hacklemek için kullanın. Ve en önemli avantajı, çoğu casus kötü amaçlı yazılım ve keylogger içerdiğinden, hack araçları adına internetten **** Truva Atları indirmekten kendinizi güvende tutmanızdır.

RAT'IN TAM KAYNAK KODUNU İNDİRİN
[Gizli İçerik]

Bu RAT'ın sahip olduğu özelliklerin kısa açıklaması:
XP/Vista/Windows 7'yi destekler, enjeksiyon dahil tüm özellikler bu işletim sistemi üzerinde test edilmiştir, ancak algılayıcıda bazı sınırlamalar olmuştur.
Özellikler:
Dosya Yöneticisi:

Yürüt, Normal ve Gizli.
Windows gezgini gibi Kopyala ve Yapıştır.
Dosyanın görüntülenme boyutu ve türü.
Silmek.
İndir ve Yükle (yeniden kodlanmış) Aynı anda birden fazla dosya indirmenize olanak tanıyan çok iş parçacıklı indirmeler.
Etkin aktarımları durdurun, duraklatın ve devam ettirin.
Dosyaları ara. dosyaları yeniden adlandırın.

Sistem Müdürü:

Process Manager - Çalışan işlemleri yenileyin ve sonlandırın
Pencere Yöneticisi - Pencereleri yenileyin ve kapatın, gizli ve görünür pencereleri gösterir.
Yüklü Programlar - Program adını ve Dizini listeleyin.
Yüklü Hizmetler - Yüklü hizmetleri listeler, hizmetleri durdurmanıza, başlatmanıza ve duraklatmanıza olanak tanır.

Keylogger:

Kullanıcının özel renk kodlamasının yanı sıra saat ve tarih damgasına ve etkin pencereye sahip olmasına olanak tanır.
Bir klavye kancası kullanır, böylece çoğu keylogger gibi tuşlar düşürülmez ve 0 CPU kullanımı olmaz.
Çevrimdışı ve Çevrimiçi keylog'lar, Çevrimdışı keylogger'lar, Çevrimiçi keylogger'ı başlattığınızda indirilir ve çevrimiçi keylogger oturumu bittiğinde çevrimdışı keylogger yeniden başlar.

Ekran görüntüsü:

Aktarma ve Yakalama yeniden düzenlendi.
Kullanıcının ekran görüntülerinin kalitesini, aralıklarını ve ekran yakalamayı durdurup başlatmasını seçmesine olanak tanır, ayrıca kullanıcının istediği zaman tek bir anlık görüntü almasına da olanak tanır.

Web kamerası:

Aktarma ve Yakalama yeniden düzenlendi.
Kullanıcının yakalamaları durdurmasına ve başlatmasına izin verir, aynı zamanda yakalamaların gönderilmesi için bir aralık da sağlar.

Paket Dinleyici:

"Net stat" Kullanıcının bilgisayardaki yerel bağlantıları görüntülemesine ve ardından hangi bağlantıyı koklamak istediğinizi seçmesine olanak tanır, uzak sunucu IP'sini ve yerel IP ve Bağlantı Noktası bilgilerini ve ayrıca bağlantının durumunu görüntüler, tüm bu bilgiler TCP'den gelir pencere yığını.
Paket algılayıcı, Windows RAW yuvalarını kullanarak ham paketleri koklar ve bunları okumanız için metin olarak biçimlendirir. Bunu Gerçek dünya web siteleriyle test ettim ve web sitesi oturum açma bilgileri gibi bilgileri çalmama izin verdi, ancak bu sınırlamalar nedeniyle Vista ve Windows 7'nin bu iki işletim sistemi için çalışmaması muhtemeldir.

Enjeksiyon seçimi, Bu kaynak, sunucunuzu Kurban'ın varsayılan tarayıcısına enjekte etmenize olanak tanıyan başka bir projeyle birlikte gelir; ayrıca exe'yi kullanabilir ve enjeksiyon olmadan normal şekilde çalıştırabilirsiniz, test için enjeksiyon kodu eski bir kaynaktan değiştirildi buldum, kaynağı aldım ve geliştirdim, varsayılan tarayıcıyı algılamasını sağladım ve API'leri dolaylı olarak yüklemesini sağladım, böylece API dizelerini şifreleyebilir ve AV'leri atlayabilirsiniz.
Umarım hepiniz yazımı beğenmişsinizdir. Kaynak kodunda işlerin nasıl yürüdüğüne dair herhangi bir sorunuz varsa yorum şeklinde bana sorun.
Mdlslsgjj
 
Top