Fsociety-RAT
It was really fun to make this project! This project have a lot of great features and a very good website control for the bots.
The final Malware will bypassing UAC, installing rootkit on 32 bit systems, obfuscated strings, Anti-VM technique, Process Hollowing , Communicate with the website control using CURL (curl is preinstalled in every windows!).
RAT
Malware Persistence Techniques
Malware Attacks
The malware communicate with a control website, this is the current attacks:
Website Control Images
Main website control - list the clients and show info about them
Victim profile page
Rootkit
The Rootkit is for 32-bit systems. https://github.com/ElliotAlderson51/Kernel-Rootkit-32Bit
What the Rootkit can do?
Hook the SSDT
DLL - Bypass UAC
Create a DLL that will be hijacked to ComputerDefaults to start the malware with high privilege.
https://github.com/ElliotAlderson51/Bypass-UAC
section_injector
This Projects will inject a file to new section in another file.
Injector.exe "section name" "target" "file"
Websites
Fsociety Control Website
This is the Control Website the malware is communicate with to get the commands to execute.
Fsociety Redirect Website
This website have hardcoded url in the malware code, the malware will get the Control Website url from this website.
I create this website so if there is a problem with the Control Website you can just upload the Control Website again and change the url in this website.
Sub Projects
This solutions was helping me to build the final malware
Initialize RAT
This automated the build of the final malware.
Encoding_Decoding
This helps me to obfuscate the strings in the malware.
TODO
- Obfuscate Imports
This project is for EDUCATIONAL PURPOSES ONLY. You are the only responsable for your actions! Happy Hacking (;