0Day.Today | Learn Exploit | Zero World | Dark web |
☝️Iп Tнε Nαмε Oғ GOD☝️ Web Exploiting & Server Hacking Shell & Admin panel Access priv8 Google hacking Dorks new vul & bugs discovering & Tut ❗️0 day is today❗️ تبلیغات : @LearnExploitAds IR0Day.Today
Show more📈 Analytical overview of Telegram channel 0Day.Today | Learn Exploit | Zero World | Dark web |
Channel 0Day.Today | Learn Exploit | Zero World | Dark web | (@learnexploit) in the Farsi language segment is an active participant. Currently, the community unites 20 548 subscribers, ranking 6 568 in the Technologies & Applications category and 16 335 in the Iran region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 20 548 subscribers.
According to the latest data from 19 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -579 over the last 30 days and by -16 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 3.80%. Within the first 24 hours after publication, content typically collects 1.97% reactions from the total number of subscribers.
- Post reach: On average, each post receives 780 views. Within the first day, a publication typically gains 404 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 3.
- Thematic interests: Content is focused on key topics such as tools, کانفیگ, remote, sh3ll, upload.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“☝️Iп Tнε Nαмε Oғ GOD☝️
Web Exploiting
& Server Hacking
Shell & Admin panel Access
priv8 Google hacking Dorks
new vul & bugs discovering & Tut
❗️0 day is today❗️
تبلیغات : @LearnExploitAds
IR0Day.Today”
Thanks to the high frequency of updates (latest data received on 20 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
طی درخواست های مکرر مبنی بر اینکه چطوری میشه وبسایت های شرط بندی ( bet ) رو دور بزنیم.پاسخ :
هیچوقت برنده شما نیستید !خیلی گفتیم ولی کسی باور نکرد بیایید اثبات کنیم. تقریبا تمام سورس ( بخش های اصلی ) برنامه bet رو بررسی کردم و چیزی یافت نشد! ( جالبه ) اما بعدا رفتم سراغ request هایی که میره سمته سرور bet : وقتی روی استارت بازی میزنیم —— > یک request با محتوای MakeBet به سمت سرور ارسال میشه : req :
POST /games-frame/service-api/games-thimbles/MakeBet?language=en&whence=55
{
"WH": 55, // whence (matching query param)
"LG": "en", // زبان
"GT": 62, // game type id
"UI": 137***9453, // user id یا account id
"BAC": 1371889453, // شبیه UI (ممکنه "balance account code" باشه)
"BC": 0, // bet coins? یا bet count
"BN": 0, // bet number
"GFI": 1, // game feature id یا همان table id
"BS": 140000 // bet size مبلغ شرط
}
و حالا پاسخ :
{
"SB": 1, // status bet (1 = پذیرفته شد)
"CF": 0, // coins free یا confirmation flag
"SW": 0, // start win (در اینجا صفر، چون هنوز دست بازی نشده)
"AB": 3441455.11, // account balance پس از کسر شرط
"RS": {
"GID": "68b8c9b5c74c0b341c344881", // شناسه دست جاری (round/game id)
"GFI": 1
},
"AN": 1, // action number یا دست شماره ۱
"BS": 140000, // bet size تایید شده (همان ورودی)
"AI": 13****9453 // player/account id
}
این پاسخ نشون میده که شرط پذیرفته شده و GID تولید شده؛ این شناسه برای مرحله بعد یعنی MakeAction استفاده میشه (انتخاب جام و گرفتن نتیجه).
SW صفره چون این دست هنوز پایان نیافته.
AB برابر موجودی فعلی بعد از بستن شرط.
بعد حرکات نمایشی ایجاد میشه !!
حالا بازی منتظره شما نتیجه رو مشخص کنی مثلا توی بازی thimbles ( لیوان ) وقتی لیوان رو انتخاب میکنی ( در واقع MakeActions میخوام ایجاد شه ) :
وقتی MakeActions صورت میگیره ( یعنی لیوان رو انتخاب کردی ) :
Req :
POST /games-frame/service-api/games-thimbles/MakeAction?language=en&whence=55
{
"WH": 55, // شناسه پنجره
"LG": "en", // زبان
"GT": 62, // شناسه بازی
"UI": 137***9453, // شناسه کاربر
"AN": 1, // احتمالاً Action Number (شماره عمل)
"ST": 3 // <<<<<<<<<<< نکته کلیدی شماره ۱
}
ST: 3:
این یعنی “Selected Thimble: 3” یا “Selected Target: 3”. شما به سرور گفتید: “من استکان شماره ۳ را انتخاب کردم.”
پاسخی که سرور برگرداند (Response):
{
"SB": 3,
"CF": 0,
"SW": 0, // <<<<<<<<<<< نکته کلیدی شماره ۲
"RS": {
"FC": [2.91, 1.45],
"GM": {
"GID": "68b8c9b5c74c0b341c344881",
"GFI": 1,
"TRC": [1, 0, 0] // <<<<<<<<<<< گنج اصلی اینجاست!
}
},
"AN": 2,
"BS": 140000,
"AI": 1371889453
}
"SW": 0:
این مخفف “Something Won” یا “Spin Win” است. مقدارش صفر است، یعنی شما در این دور هیچ پولی نبردید.
"TRC": [1, 0, 0]:
این بخش فوقالعاده است. به احتمال خیلی زیاد مخفف “Thimbles Result Cups” یا “Track Result Cups” است.
این یه آرایه است که وضعیت هر سه استکان را نشان میدهد.
1 یعنی “توپ اینجاست”.
0 یعنی “اینجا خبری از توپ نیست”.
پس آرایه [1, 0, 0] به ما میگوید:
استکان اول (ایندکس 0): برنده
استکان دوم (ایندکس 1): بازنده
استکان سوم (ایندکس 2): بازنده
نتیجهگیری نهایی: همه چیز با هم جور در میآید!
شما استکان شماره ۳ را انتخاب کردید ("ST": 3).
سرور اعلام کرد که استکان برنده، شماره ۱ بوده است ("TRC": [1, 0, 0]).
بنابراین، شما باختید و مبلغ برد شما صفر است ("SW": 0).
به همین سادگی !
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
~XP4
IR0Day.Today Bax
@LearnExploit
@Hakfateamطی درخواست های مکرر مبنی بر اینکه چطوری میشه وبسایت های شرط بندی ( bet ) رو دور بزنیم.پاسخ :
هیچوقت برنده شما نیستید !خیلی گفتیم ولی کسی باور نکرد بیایید اثبات کنیم. ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ ~XP4 IR0Day.Today Bax @LearnExploit @Hakfateam
Available now! Telegram Research 2025 — the year's key insights 
