-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFlow.html
More file actions
264 lines (229 loc) · 10.8 KB
/
Copy pathFlow.html
File metadata and controls
264 lines (229 loc) · 10.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Mela Booth Flow</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="color-scheme" content="dark light" />
<meta name="theme-color" content="#0b0d10" />
<style>
:root {
--bg: #0b0d10;
--fg: #d9dde3;
--muted: #9aa6b2;
--maxw: 980px;
--base-font: clamp(12px, 1.25vw + 0.25rem, 17px);
}
html, body {
margin: 0;
padding: 0;
background: var(--bg);
color: var(--fg);
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
font-family:
ui-monospace, SFMono-Regular, Menlo, Consolas,
"Liberation Mono", "DejaVu Sans Mono", monospace;
font-size: var(--base-font);
line-height: 1.5;
}
.page {
max-width: min(var(--maxw), 100%);
margin: 0 auto;
padding: 28px;
box-sizing: border-box;
}
.ascii {
white-space: pre;
overflow-x: auto;
overflow-y: visible;
-webkit-overflow-scrolling: touch;
word-break: normal;
tab-size: 4;
}
.dim { color: var(--muted); }
@media (max-width: 720px) {
.page { padding: 20px; }
body { font-size: clamp(11px, 3.2vw, 16px); }
}
@media (max-width: 420px) {
.page { padding: 16px; }
body { font-size: clamp(10px, 3.6vw, 15px); }
}
@media (min-resolution: 2dppx) {
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
}
</style>
</head>
<body>
<div class="page ascii">
███████╗██╗ ██╗██████╗ ███████╗███████╗██████╗ ██╗ ██╗
██╔════╝██║ ██║██╔══██╗██╔════╝██╔════╝██╔══██╗╚██╗ ██╔╝
█████╗ ██║ ██║██████╔╝█████╗ █████╗ ██████╔╝ ╚████╔╝
██╔══╝ ██║ ██║██╔═══╝ ██╔══╝ ██╔══╝ ██╔═══╝ ╚██╔╝
███████╗╚██████╔╝██║ ███████╗███████╗██║ ██║
╚══════╝ ╚═════╝ ╚═╝ ╚══════╝╚══════╝╚═╝ ╚═╝
CYBER SECURITY EXPERIENCE ZONE
LAHORE SCIENCE MELA 2025 | FIXARE LAB
─────────────────────────────────────────────
"Hack to Protect. Learn to Defend."
======================================================================
💀 WELCOME TO THE DARK SIDE (LEGALLY)
--------------------------------------
┌──────────────────────────────────────────────────────────────┐
│ Step inside the hacker's world. But don’t panic— │
│ WE are the GOOD guys. Our mission: │
│ ✔ Expose cyber threats │
│ ✔ Show REAL hacking in action │
│ ✔ Teach YOU how to stay safe online │
│ │
│ This isn’t a boring booth. It’s an EXPERIENCE. │
│ Prepare for jaw-dropping demos, shocking reveals, │
│ and hands-on hacking activities you won’t forget. │
└──────────────────────────────────────────────────────────────┘
======================================================================
🌐 THE JOURNEY: WHERE DO YOU START?
------------------------------------
YOU ENTER THE MATRIX...
↓ ↓ ↓
┌─────────────────────────────┐
│ [ LEVEL 1: INFO DESK ] │
│ Badges & Intro to Cyber │
└─────────────────────────────┘
↓
┌─────────────────────────────┐
│ [ LEVEL 2: ATTACK ZONE ] │
│ Phishing, Wi-Fi Hacks │
└─────────────────────────────┘
↓
┌─────────────────────────────┐
│ [ LEVEL 3: HACK LAB ] │
│ Dark Web + Keyloggers │
└─────────────────────────────┘
↓
┌─────────────────────────────┐
│ [ LEVEL 4: AWARENESS WALL ] │
│ Tips + QR Guides │
└─────────────────────────────┘
======================================================================
🗺 ASCII BOOTH MAP
-------------------
[ ENTRANCE ]
|
┌──────────────────────────┐
│ INFO DESK + BADGES │
└──────────────────────────┘
|
┌──────────────────────────┐
│ LIVE ATTACK DEMOS │
│ (Phishing, Wi-Fi Hacks) │
└──────────────────────────┘
|
┌──────────────────────────┐
│ HACK LAB SCREEN │
│ (Dark Web Sim, OSINT) │
└──────────────────────────┘
|
┌──────────────────────────┐
│ AWARENESS WALL + QR TIPS │
└──────────────────────────┘
======================================================================
⚡ DAILY PLAN (3 DAYS OF PURE ACTION)
--------------------------------------
DAY 1: THE HOOK
✔ Phishing 101 (Live email + fake login)
✔ Social Engineering secrets exposed
✔ Password cracking basics
DAY 2: THE SHOCK
✔ Wi-Fi hacking explained
✔ MITM simulation (safe)
✔ Dark Web experience (visual, safe)
DAY 3: THE FINAL BOSS
✔ Keylogger attack demo
✔ Brute force cracking challenge
✔ OSINT Masterclass
======================================================================
🛠 TOOLS: THE HACKER'S ARSENAL
--------------------------------
╔════════════════════════════════════════╗
║ OFFENSIVE TOOLS ║
╚════════════════════════════════════════╝
✔ Metasploit → Exploits & Payloads
✔ GoPhish → Phishing simulation
✔ Hydra → Password brute force
✔ John the Ripper → Hash cracking
╔════════════════════════════════════════╗
║ NETWORK ATTACK TOOLS ║
╚════════════════════════════════════════╝
✔ Wireshark → Packet sniffing
✔ Aircrack-ng → Wi-Fi cracking
✔ Bettercap → MITM attacks
✔ nmap → Network scanning
╔════════════════════════════════════════╗
║ OSINT & RECON ║
╚════════════════════════════════════════╝
✔ theHarvester → Email harvesting
✔ Sherlock → Username tracking
✔ Maltego → Data correlation
╔════════════════════════════════════════╗
║ HARDWARE FUN ║
╚════════════════════════════════════════╝
✔ USB Rubber Ducky → Instant pwn
✔ Wi-Fi Pineapple → Rogue AP demo
✔ Raspberry Pi Hacks → Portable attack box
======================================================================
🎮 INTERACTIVE ZONES
---------------------
🟢 PHISHING CHALLENGE:
→ Volunteer email → Receive phishing mail → Spot the scam.
🟢 PASSWORD CRACK GAME:
→ Enter a dummy password → Watch Hydra crack it.
🟢 DARK WEB EXPERIENCE:
→ Safe tour (visual) of hidden networks.
🟢 OSINT CHALLENGE:
→ Find info using publicly available data.
======================================================================
📜 AWARENESS WALL
------------------
⚠ STAY SAFE TIPS:
✔ Enable MFA (Multi-Factor Authentication)
✔ Use strong passwords or a password manager
✔ Beware of phishing emails
✔ Update software regularly
✔ Don’t overshare on social media
SCAN FOR FREE E-BOOK:
[ QR Code → FREE Cybersecurity Guide ]
======================================================================
🔥 ASCII MOTIVATION
--------------------
╔════════════════════════════════════════════════╗
║ 💀 WELCOME TO THE MATRIX 💀 ║
║ ║
║ "HACKERS AREN’T YOUR ENEMY. IGNORANCE IS." ║
║ ║
║ >>> CAN YOU SURVIVE THE HACK? <<< ║
╚════════════════════════════════════════════════╝
======================================================================
🎯 GAMIFICATION: LEVEL UP YOUR SECURITY
----------------------------------------
LEVEL 1 → Watch a live hack
LEVEL 2 → Play Capture The Flag (CTF)
LEVEL 3 → Spot the phishing attack
LEVEL 4 → Win the "Cyber Hero" Badge
======================================================================
📢 WHY THIS MATTERS
--------------------
Cybercrime is rising every second. Awareness is the best defense.
Our booth is not just an exhibit—it’s your survival guide.
======================================================================
👨💻 CREDITS
-------------
Curated by: Sadaqat Ali
Under the Hood of "QUICKSILVER"
GitHub: https://github.com/Sadaqaty
Instagram: https://instagram.com/king1011106
</div>
</body>
</html>