-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
48 lines (42 loc) · 3.04 KB
/
Copy pathindex.php
File metadata and controls
48 lines (42 loc) · 3.04 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
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<title>IRWB - سامانه آسیبپذیری</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.rtl.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.002/Vazirmatn-font-face.css" rel="stylesheet" />
<link rel="stylesheet" href="./CSS/STY_indexHome.css">
</head>
<body>
<div class="logo-container">
<img src="IR.jpg" alt="لوگوی IR" />
<h1>IRWB</h1>
</div>
<p class="desc">سامانه آسیبپذیری وب اپلیکیشن - وارد کارتها شو و تمرین کن، تو هکر خوب آینده هستی 🔥</p>
<h3 class="section-title text-warning">🟡 سطح ساده (کارت زرد)</h3>
<div class="card-grid">
<a href="yellow/card1/index.php" class="card-hack yellow">Classic SQL Injection<br><small>دامپ دیتا</small></a>
<a href="yellow/card2/index.php" class="card-hack yellow">Classic SQL Injection<br><small>دامپ دیتا با فیلتر</small></a>
<a href="yellow/card3/index.php" class="card-hack yellow">Reflected XSS<br><small>حمایت مالی</small></a>
<a href="yellow/card4/index.php" class="card-hack yellow">Attribute XSS <br><small>دانشگاه فرانسوی</small></a>
<a href="yellow/card5/index.php" class="card-hack yellow">Remote File Inclusion<br><small>سامانه مقالات دانشگاهی</small></a>
<a href="yellow/card6/index.php" class="card-hack yellow">Local File Inclusion<br><small>سامانه جزوههای آموزشی دانشگاه</small></a>
<a href="yellow/card7/index.php" class="card-hack yellow"> Persistent XSS<br><small>پورتال خبری هکر</small></a>
<a href="yellow/card8/index.php" class="card-hack yellow"> Stord XSS<br><small>هک پلتفرم ویدیویی</small></a>
</div>
<h3 class="section-title text-success">🟢 سطح متوسط (کارت سبز)</h3>
<div class="card-grid">
<a href="green/card1/index.php" class="card-hack green">نفوذ به C2 یک هکر<br><small>Crack Login Bypass Captcha & Rate Limit</small></a>
<a href="green/card2/index.php" class="card-hack green">SVG XSS<br><small>کشف آسیب پذیری آپلودر</small></a>
<a href="green/card3/index.php" class="card-hack green">DOM-based XSS<br><small> تزریق کد سمتکلاینت </small></a>
<a href="green/card2/index.php" class="card-hack green">خرید با موجودی کم<br><small>استفاده از برپ سویت</small></a>
</div>
<h3 class="section-title text-danger">🔴 سطح پیشرفته (کارت قرمز)</h3>
<div class="card-grid">
<a href="red/card1/index.php" class="card-hack red">فریب فیلتر<br><small>hash+HTML=؟</small></a>
</div>
<h3 class="section-title glow-text">مدیر وب سایت ابر طراح | Abartarah.ir</h3>
<script src="./Script/ScriptHome.js"></script>
</body>
</html>