Download craxs rat
Download craxs rat |
CraxsRat Code OriginalThe sophisticated remote access trojan (RAT) for iOS and Android, CraxsRat, was created by "EVLF DEV" and its source code has been released into this repository.
CraxsRat has been utilized in a number of cyberattacks to give hackers total control over devices that have been compromised.Disclaimer: This repository is solely meant for cybersecurity research and educational reasons; it contains dangerous code.
It is strictly forbidden and illegal to use this code for any unauthorized or illegal purposes. You acknowledge that by using this code, you will utilize it appropriately and abide by all applicable laws and regulations.Features
Device Location Retrieval: Find the infected device's exact location.
Extract contacts from the smartphone by using contact exfiltration.
Storage Access: Use the device's storage to access and modify data.
The compromise of SMS messages and phone logs allows for the access and manipulation of these data.
Obfuscation and Anti-Removal: To avoid detection and hinder removal, create packages that are heavily obfuscated.
Exploitation of Accessibility: To keep persistence, make changes to the accessibility settings page.
Google Play Protect Override: The most recent version, 7.4, is able to get around Google Play Protect, the company's integrated antivirus program.
Descriptions from the Installation Manual
Directories.vs
Project settings and configuration files for Visual Studio.bin
directory holding the project's executable files and produced binaries.
My
perhaps a user-defined directory to hold extra files or resources.
Objective
The build procedure generates object and intermediate files.
Qualities
and project properties are stored in this directory, which usually include AssemblyInfo.cs.
Files
-Module-.cs
Module file placeholder or template.
Module name: {14C782A-EBF2-4C59-8120-8B1FAF654264}.cs
A module file named after a unique identifier.
-ProjectType-.cs
File type for placeholder or template projects.
1.cs
Source code file, perhaps from the project's early stages.
1.cs
Temporary or backup file for 1.cs and 2.cs
An additional source code file, 2-1.cs, that may be connected to or a continuation of 1.cs
Temporary or backup file for 2.cs and 3.cs
An additional source code file comes after 3-1.cs and 2.cs.
3.cs. 4.cs. temporary or backup file
An additional source code file, 4-1.cs, comes after 3.cs.
Temporary or backup file for 4.cs and 5.cs
5-1.cs is the next source code file, after 4.cs.
Temporary or backup file for 5.cs and 6.cs
An more source code file comes after 5.cs. 6-1.cs.
AssemblyInfo.cs, a backup or temporary file for 6.cs
includes metadata pertaining to the assembly, including
details and qualities.
App.xaml
specifies the resources, event handlers, and properties at the application level.
App.xaml.cs
App.xaml's code-behind file, which contains the application logic.
MainWindow.xaml
specifies the application's primary window's user interface.
MainWindow.xaml.cs
The logic for the main window is contained in the MainWindow.xaml code-behind file.
PrismModuleA.csproj
Build parameters and project settings are contained in the PrismModuleA project's project file.
ModulePrismA.csproj.user
user-specific project parameters, like personalization settings and preferences.
Example (xlam)
Excel Add-In file that is probably a template or example of an Excel extension.
sample1.csv
An example CSV file that might include test or demonstration data.
xaml template
0 Comments