├── Previews
├── Frame 10.png
├── Frame 11.png
├── Frame 12.png
├── Frame 13.png
├── Frame 14.png
├── Frame 15.png
├── Frame 16.png
├── Frame 3.png
├── Frame 4.png
├── Frame 5.png
├── Frame 6.png
├── Frame 7.png
├── Frame 8.png
├── Frame 9.png
└── placeholder.txt
├── README.md
└── RainbowRatMain.png
/Previews/Frame 10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 10.png
--------------------------------------------------------------------------------
/Previews/Frame 11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 11.png
--------------------------------------------------------------------------------
/Previews/Frame 12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 12.png
--------------------------------------------------------------------------------
/Previews/Frame 13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 13.png
--------------------------------------------------------------------------------
/Previews/Frame 14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 14.png
--------------------------------------------------------------------------------
/Previews/Frame 15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 15.png
--------------------------------------------------------------------------------
/Previews/Frame 16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 16.png
--------------------------------------------------------------------------------
/Previews/Frame 3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 3.png
--------------------------------------------------------------------------------
/Previews/Frame 4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 4.png
--------------------------------------------------------------------------------
/Previews/Frame 5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 5.png
--------------------------------------------------------------------------------
/Previews/Frame 6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 6.png
--------------------------------------------------------------------------------
/Previews/Frame 7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 7.png
--------------------------------------------------------------------------------
/Previews/Frame 8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 8.png
--------------------------------------------------------------------------------
/Previews/Frame 9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smstele/RainbowRat/65023f6102dde26abb562b3399b5767d7fd77b58/Previews/Frame 9.png
--------------------------------------------------------------------------------
/Previews/placeholder.txt:
--------------------------------------------------------------------------------
1 | Placeholder
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Rainbow RAT
3 |
4 |
5 | #### This software is made for educational purposes only !
6 | Rainbow is a spyware based on Telegram bot for full access to Android devices.\
7 | By using this tool, you can have full access to the target device and control all the actions of the device.
8 |
9 |
10 | ## Description
11 |
12 | #### This tool is made of two parts, server and client.
13 | **Server side:**\
14 | The server implemented for this tool is built with the nodejs framework.
15 |
16 | - Client management with socket IO
17 | - Telegram bot management with telegram API
18 |
19 | **Client side:**\
20 | The client side of this tool is an application that must be installed on the target device.\
21 | Client side of this tool is made with the Kotlin language and Jetpack Compose framework.\
22 | This application consists of 5 main parts:
23 | - Accessibility service
24 | - Socket IO message handler
25 | - Https file uploader
26 | - Social engineering technique in welcome page to grant permissions by the user
27 | - Responsive web view
28 |
29 |
30 |
31 | ## Features
32 |
33 | **Initial accesses to the target device:**
34 | - Access to contacts
35 | - Access to incoming and outgoing SMS
36 | - Access to notifications
37 | - Access to call history
38 | - Access to the list of installed applications
39 | - Access to clipboard
40 | - Display a short text message on the target device
41 | - Vibrate target device with custom timing
42 |
43 |
44 |
45 |
46 |
47 |
48 |
61 |
62 |
63 |
64 |
65 |
73 |
74 |
75 |
86 |
87 |
88 |
89 |
90 |