You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/constants/project.js
+32-32Lines changed: 32 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,38 @@ export const myProjects = [
21
21
// },
22
22
// ],
23
23
// },
24
+
{
25
+
title: "Android RAT Tool",
26
+
desc: "Developed a tool for generating, patching, and managing Android Meterpreter payloads with compatibility for modern Android versions, including Android 15.",
27
+
subdesc:
28
+
"This educational tool streamlines the creation and deployment of Android Meterpreter payloads. It features a command-line interface to build, patch, sign, and manage APKs, and to launch Metasploit handlers. The patching functionality adds a visible UI to payloads, ensuring compatibility and functionality on the latest Android versions. The project demonstrates skills in Python scripting, security tool development, and understanding of Android application structure.",
29
+
href: "https://github.com/sa-fw-an/Android-RAT",
30
+
texture: "./textures/project/androidrat.mov",
31
+
logo: "./assets/project/android-rat-logo.svg",
32
+
logoStyle: {
33
+
backgroundColor: "#0D1117",
34
+
border: "0.2px solid #30363D",
35
+
boxShadow: "0px 0px 60px 0px #10A37F4D",
36
+
},
37
+
spotlight: "./assets/spotlight4.png",
38
+
tags: [
39
+
{
40
+
id: 1,
41
+
name: "Python",
42
+
path: "./assets/coding/python.svg",
43
+
},
44
+
{
45
+
id: 2,
46
+
name: "Metasploit",
47
+
path: "./assets/coding/metasploit.svg",
48
+
},
49
+
{
50
+
id: 3,
51
+
name: "Debian",
52
+
path: "./assets/coding/debian.svg",
53
+
},
54
+
],
55
+
},
24
56
{
25
57
title: "Blockchain Voting System",
26
58
desc: "A decentralized voting system leveraging blockchain technology to ensure secure, transparent, and anonymous electoral processes.",
@@ -145,38 +177,6 @@ export const myProjects = [
145
177
},
146
178
],
147
179
},
148
-
{
149
-
title: "Android RAT Tool",
150
-
desc: "Developed a tool for generating, patching, and managing Android Meterpreter payloads with compatibility for modern Android versions, including Android 15.",
151
-
subdesc:
152
-
"This educational tool streamlines the creation and deployment of Android Meterpreter payloads. It features a command-line interface to build, patch, sign, and manage APKs, and to launch Metasploit handlers. The patching functionality adds a visible UI to payloads, ensuring compatibility and functionality on the latest Android versions. The project demonstrates skills in Python scripting, security tool development, and understanding of Android application structure.",
153
-
href: "https://github.com/sa-fw-an/Android-RAT",
154
-
texture: "./textures/project/androidrat.mov",
155
-
logo: "./assets/project/android-rat-logo.svg",
156
-
logoStyle: {
157
-
backgroundColor: "#0D1117",
158
-
border: "0.2px solid #30363D",
159
-
boxShadow: "0px 0px 60px 0px #10A37F4D",
160
-
},
161
-
spotlight: "./assets/spotlight4.png",
162
-
tags: [
163
-
{
164
-
id: 1,
165
-
name: "Python",
166
-
path: "./assets/coding/python.svg",
167
-
},
168
-
{
169
-
id: 2,
170
-
name: "Metasploit",
171
-
path: "./assets/coding/metasploit.svg",
172
-
},
173
-
{
174
-
id: 3,
175
-
name: "Debian",
176
-
path: "./assets/coding/debian.svg",
177
-
},
178
-
],
179
-
},
180
180
{
181
181
title: "AI Chat Application",
182
182
desc: "Engineered a feature-rich, ChatGPT-like application with advanced file processing, multi-model support, and robust user management using Next.js 15 and React 19.",
0 commit comments