ch
Feedback
APT

APT

前往频道在 Telegram

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

显示更多

📈 Telegram 频道 APT 的分析概览

频道 APT (@apt_notes) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 14 701 名订阅者,在 技术与应用 类别中位列第 8 834,并在 俄罗斯 地区排名第 45 554

📊 受众指标与增长动态

невідомо 创建以来,项目保持高速增长,吸引了 14 701 名订阅者。

根据 13 六月, 2026 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 414,过去 24 小时变化为 17,整体触达仍然可观。

  • 认证状态: 未认证
  • 互动率 (ER): 平均受众互动率为 50.76%。内容发布后 24 小时内通常能获得 N/A% 的反应,占订阅者总量。
  • 帖子覆盖: 每篇帖子平均可获得 7 449 次浏览,首日通常累积 0 次浏览。
  • 互动与反馈: 受众积极参与,单帖平均反应数为 20

📝 描述与内容策略

作者将该频道定位为表达主观观点的平台:
This channel discusses: — Offensive Security — RedTeam — Malware Research — OSINT — etc Disclaimer: t.me/APT_Notes/6 Chat Link: t.me/APT_Notes_PublicChat

凭借高频更新(最新数据采集于 14 六月, 2026),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 技术与应用 类别中的关键影响点。

14 701
订阅者
+1724 小时
+1027
+41430
帖子存档
APT
14 701
5 RCEs in npm for $15,000 robertchen.cc/blog

APT
14 701
Brute Force Wordlist Some files for bruteforcing certain things. https://github.com/random-robbie/bruteforce-lists #wordlist #bruteforce

APT
14 701
CVE-2021-30632 — Chrome 0day
var a;
function foo() {
    a = new Uint32Array(100);
}
%PrepareFunctionForOptimization(foo);
foo();
foo();
a["xxx"] =1;
delete a["xxx"];
%OptimizeFunctionOnNextCall(foo);
foo();

#Chrome #0day #PoC

APT
14 701
SpoolSploit SpoolSploit is a collection of Windows print spooler exploits containerized with other utilities for practical exploitation. A couple of highly effective methods would be relaying machine account credentials to escalate privileges and execute malicious DLLs on endpoints with full system access. https://github.com/BeetleChunks/SpoolSploit #ad #spooler #rpc

APT
14 701
targetedKerberoast Kerberoast with ACL abuse capabilities https://github.com/ShutdownRepo/targetedKerberoast #kerberoasting #ad #spn

APT
14 701
Kali Linux Tools Page Now you can learn more about all the tools that you can install in Kali. https://kali.org/tools/ #tools
+1
Kali Linux Tools Page Now you can learn more about all the tools that you can install in Kali. https://kali.org/tools/ #tools #cheatsheet #kali

APT
14 701
Karma v2 Passive Open Source Intelligence Automated Reconnaissance Framework https://github.com/Dheerajmadhukar/karma_v2 #osint #recon

APT
14 701
CVE-2021-40444 — Analysis https://xret2pwn.github.io/CVE-2021-40444-Analysis-and-Exploit/ #office #CVE_2021_40444 #exploit

APT
14 701

APT
14 701
CVE-2021-40444 https://pastebin.com/4e9LgNPe #office #payload

APT
14 701
NimHollow Nim implementation of Process Hollowing using encrypted shellcodes and direct syscalls (NimlineWhispers by @ajpc500 is rocking 🔥). Some slides for better understanding of the technique are inside! https://github.com/snovvcrash/NimHollow #nim #edr #bypass #syscall

APT
14 701
🔥OWASP Top 10 2021 DRAFT is out 🔥 Now available for peer review, comment, translation, and suggestions for improvements: ow
🔥OWASP Top 10 2021 DRAFT is out 🔥 Now available for peer review, comment, translation, and suggestions for improvements: owasp.org/Top10/ #OWASPTop10

APT
14 701
RCE on a backend IIS server via file upload with an atypical file extension. More community curated payloads can be found at
RCE on a backend IIS server via file upload with an atypical file extension. More community curated payloads can be found at https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Upload%20Insecure%20Files/Extension%20ASP

APT
14 701
AsINT Collection https://start.me/p/b5Aow7/asint_collection #OSINT #Recon

APT
14 701
BackstabKill EDR Protected Processes Tool capable of killing antimalware protected processes by leveraging sysinternals’ Process Explorer (ProcExp) driver, which is signed by Microsoft. https://github.com/Yaxser/Backstab #edr #bypass #kill #process #unload

APT
14 701
Kiterunner — Contextual Content Discovery Tool Kiterunner is a tool that is capable of not only performing traditional content discovery at lightning fast speeds, but also bruteforcing routes/endpoints in modern applications. Modern application frameworks such as Flask, Rails, Express, Django and others follow the paradigm of explicitly defining routes which expect certain HTTP methods, headers, parameters and values. When using traditional content discovery tooling, such routes are often missed and cannot easily be discovered. By collating a dataset of Swagger specifications and condensing it into our own schema, Kiterunner can use this dataset to bruteforce API endpoints by sending the correct HTTP method, headers, path, parameters and values for each request it sends. https://github.com/assetnote/kiterunner #kiterunner #discovery #tools