云中鹤

1.1K posts

云中鹤

云中鹤

@YZH168

一个靠动物园小有成就的人!

Katılım Şubat 2022
3.2K Takip Edilen142 Takipçiler
云中鹤 retweetledi
Gabson
Gabson@gabson0x·
Used deepseek pro with bountyforge even better Repo bellow
Gabson tweet media
Tur.js@Tur24Tur

Authorized testing on a production API endpoint. Opus 4.7 confirmed the SQL injection was real but couldn't pull any database names. sqlmap said false positive. I switched to DeepSeek V4 Pro inside Claude Code and it figured out a trick: make the database answer yes/no questions by crashing on purpose. The payload wraps CASE WHEN around two XML casts. If the condition is true, it parses broken XML like < and throws HTTP 500. If false, it parses clean XML like and returns HTTP 200. WAF was watching for SQL keywords, not XML errors. Extracted 19 database names. DeepSeek V4 Pro succeeded where both Opus and sqlmap failed. Two hours. Twenty cents. Setup: Mapped Claude Code to DeepSeek V4 Pro by creating ~/bin/claude-deep with ANTHROPIC_BASE_URL=api.deepseek.com/anthropic and ANTHROPIC_MODEL=deepseek-v4-pro[1m]. No config changes needed, original claude command stays untouched. No cybersecurity restrictions!!! Image 1: sqlmap output showing "false positive" / "all tested parameters do not appear to be injectable" Image 2: Claude Code terminal showing 19 databases extracted in ~2 hours Image 3: DeepSeek platform dashboard showing $0.20 total cost Image 4: Why this trick is different from standard blind SQLi types and why sqlmap has no built-in vector for it

English
4
26
365
51.3K
包叔
包叔@baoshu88·
老虎证券和阿里系的长桥证券准备硬刚到底了,在内地用户比例上搞变通,海外用户规模在那摆着,实际上90%以上都是内地用户,如果真清退约等于关门。真应了那句话,如果能赚钱,散户恐怕连账户都开不了。
包叔 tweet media包叔 tweet media
中文
130
62
607
152.4K
ryan
ryan@Ryanstarxin·
@chlience 自用的话 FlowerCloud 确实略贵,但稳定性和可靠性是很多自建站点玩家最看重的点,尤其是跑交易策略、接坡县券商API的时候,稳定性直接影响执行效率和资金安全。
中文
1
0
1
200
ryan
ryan@Ryanstarxin·
封完VPN,然后现在查富途,长桥,老虎🐯,感觉现在管控越来越严格了。 有推荐好用的VPN和炒美股港股的券商吗?
ryan tweet mediaryan tweet media
中文
10
1
11
29.5K
云中鹤 retweetledi
dbugs
dbugs@ptdbugs·
🧩 Mephisto — a scanner and exploitation framework for WordPress vulnerabilities A tool for automated detection and exploitation of known (CVE) vulnerabilities in WordPress. Features: 📍 Support for typical modules targeting plugin and theme exploits. 📍 Generation of reports on detected and exploited vulnerabilities. 📍 CLI interface with options for test configuration and customization. Unlike "WPScan" and "CMSmap", it focuses not only on information gathering but also on practical CVE exploitation. 📎 Tool: github.com/InMyMine7/Meph… #dbugs_tools
dbugs tweet media
English
0
49
275
13.1K
云中鹤 retweetledi
The Hacker News
The Hacker News@TheHackersNews·
🚨 Public PoC exploit code is out for DirtyDecrypt, a patched Linux kernel flaw linked to CVE-2026-31635 that could allow local privilege escalation. It affects CONFIG_RXGK-enabled systems, including Fedora, Arch Linux, and openSUSE Tumbleweed. Details: thehackernews.com/2026/05/dirtyd…
English
3
53
174
54.4K
云中鹤 retweetledi
Co11ateral
Co11ateral@co11ateral·
CVE-2026-40369 A Windows kernel arbitrary write vulnerability that allows browser sandbox escape from all browsers render process sandbox May has been too generous with all that.. Be careful and patch github.com/orinimron123/C… #cybersecurity
English
1
62
261
15.3K
云中鹤 retweetledi
AlmaLinux
AlmaLinux@AlmaLinux·
ssh-keysign-pwn is the fourth local-root Linux kernel disclosure in roughly two weeks. (But who's counting?) AlmaLinux 9 and 10 are both vulnerable. AlmaLinux 8 is not exploitable with the current public PoCs, but is getting the patch as well. Patched kernel versions are available for testing now: almalinux.org/blog/2026-05-1…
English
2
49
192
19.4K
云中鹤 retweetledi
芋头 Leohearts🔮
芋头 Leohearts🔮@TaroLeohearts·
网安工程师真要失业了,现在有点安全素养的工程师就可以借助agent轻松寻找代码漏洞,省去了繁琐、经验需求高的人工审计环节
芋头 Leohearts🔮 tweet media
中文
17
7
172
25.2K
云中鹤 retweetledi
凡人多烦事
凡人多烦事@SecSummers·
AI 时代老牌 Shiro 漏洞利用工具的重大更新,ShiroAttack2 5.x 版本来了,从 GUI 迈向 CLI + AI 驱动的新时代。
凡人多烦事 tweet media
中文
2
2
44
4.2K
云中鹤 retweetledi
Vadim (AI, ⋈)
Vadim (AI, ⋈)@zacodil·
Thorchain didn't lose $10.7M to a smart contract bug or a stolen key. The bug was in the cryptography itself - and Thorchain probably isn't the only chain running on it. A single attacker bonded RUNE and joined the validator set days before the incident, looking like any legitimate operator. From inside, they exploited what investigators currently believe was a flaw in GG20, the threshold signature library Thorchain uses to co-sign transactions. Each signing session leaked a fragment of private key material to the attacker's node. After enough sessions, they had collected enough leaked data to mathematically reconstruct the vault's full private key. Then they signed unauthorized outbound transactions as the vault. The smart contracts behaved correctly. No validator infrastructure was breached. Funds left through normal channels because the signatures were mathematically valid - just produced by an attacker who had silently rebuilt the key. Here's why this matters beyond Thorchain. GG20 was published in 2020 (Gennaro-Goldfeder). The Alpha-Rays attack (Verichains, 2023) and TSSHOCK at BlackHat 2023 documented practical weaknesses in tss-lib and related implementations. Some teams patched. Many didn't bother. Based on shared library lineage, protocols that should audit their TSS right now include Mayachain (direct THORChain fork), Sygma cross-chain bridge, Keep Network's tBTC v1, and any service still running on bnb-chain/tss-lib or ZenGo-X/multi-party-ecdsa. Major custody and MPC services that already migrated to newer threshold schemes (CGGMP21, DKLs): Fireblocks, Coinbase Custody, Taurus, Silence Laboratories. The industry has been quietly moving away from GG20 for two years. Thorchain just gave everyone still on it a reason to move faster.
THORChain@THORChain

THORChain incident update #1 THORChain contributors shared a new update in the dev discord regarding the ongoing incident. TLDR - Current evidence points toward a newly churned node linked to the attack, likely operated by a single malicious actor - The leading theory is an exploit in the GG20 TSS implementation, allowing vault key material to leak over time. The attacker may have reconstructed the vault private key and executed unauthorized outbound txs - Current network status: -- The network is paused after multiple node operators executed make pause -- RUNE transfers and chain observation may resume within ~12h unless decided otherwise by the nodes. -- Trading, LP actions, signing, and sensitive operations remain paused for now - Recovery discussions currently include slashing affected node bonds, using POL to absorb losses, or other community-driven solutions The investigation is still ongoing alongside THORSec and Outrider Analytics. ## Full Announcement ## Developers and THORSec have been investigating today’s incident continuously throughout the day. While new information may still emerge, I want to provide the community with an update based on what we currently know. The goal of this update is to clarify the current understanding of the situation as accurately and transparently as possible. A newly churned node, thor16ucjv3v695mq283me7esh0wdhajjalengcn84q, which entered the network several days ago, is currently believed to be associated with the attack. Developers have identified links between Ethereum addresses used to acquire and bond RUNE for this node, and Ethereum addresses that later received the stolen funds. Based on current evidence, it is believed this was conducted by a single malicious operator, though the investigation remains ongoing. At this time, the leading theory is the attacker exploited a vulnerability within the GG20 TSS implementation which allowed sensitive key material from vault participants to leak over time. By accumulating enough leaked information, the attacker was ultimately able to reconstruct the vault’s TSS private key and execute unauthorized outbound transactions. The Treasury is actively collecting forensic data and coordinating with Outrider Analytics and relevant law enforcement agencies in an effort to identify the attacker and pursue recovery of stolen funds where possible. Due to multiple node operators executing make pause, the network is currently paused. Unless further action is taken, the pause state will automatically expire in approximately 12 hours. At this time, the development team is comfortable allowing the pause to expire in order to restore RUNE transfers and chain observation activity. However, trading, signing, LP actions, and other sensitive operations will remain paused until the network and community align on a comprehensive recovery and remediation plan. The recovery process will likely require node governance decisions regarding how losses are ultimately handled. Several potential approaches are already being discussed, including: Slashing the bond of nodes participating in the affected vault Allowing Protocol-Owned Liquidity (POL) to absorb the loss Additional recovery proposals that may emerge from the broader community At this stage, no final decisions have been made. The team is continuing to work on a complete recovery and restart plan for the network. Bringing trading and full functionality back online will likely take several days, and potentially longer depending on the complexity of the chosen remediation path. We will continue to provide updates as more information becomes available. Finally, I want to thank the developers, node operators, security contributors, and the broader THORChain community for the enormous amount of work done today. One of THORChain’s greatest strengths has always been the community’s ability to come together under pressure, collaborate quickly, and solve difficult problems together.

English
26
67
405
79.7K
云中鹤 retweetledi
AlmaLinux
AlmaLinux@AlmaLinux·
NGINX Rift allows an unauthenticated attacker to crash a worker process, or potentially achieve remote code execution on hosts with ASLR disabled, by sending a single crafted HTTP request. If you operate an internet-facing nginx instance, especially one with non-trivial rewrite rules in front of a PHP or application backend, this matters. Patched kernels are now available. Learn more and help us test them ⤵️ almalinux.org/blog/2026-05-1…
English
0
14
43
3.4K
云中鹤 retweetledi
Theo - t3.gg
Theo - t3.gg@theo·
Security things from the last few days: - CopyFail (linux pwn'd) - CopyFail 2/Dirty Frag - 13 advisories in Next.js - Over 70 CVEs addressed in MacOS 26.5 - ~50 CVEs addressed in iOS 26.5 - YellowKey (Windows Bitlocker pwn'd entirely) - GreenPlasma (Windows privilege escalation) - CVE-2026-21510 and CVE-2026-21513 confirmed to be used by Russia for Windows RCE - CVE-2026-32202 separately confirmed to be used by Russia for sensitive document access - Mini-Shai Hulud (over 300 JS and Python packages compromised via GitHub Action cache poisoning) - Google confirms they have identified AI-powered exploitation of zero days in an unidentified "open-source, web-based system administration too" - Canvas (popular LMS used in most schools) pwn'd entirely - PAN-OS (palo alto networks) pwn'd with a 9.3 severity CVE-2026-0300 Are you scared yet?
English
351
1K
6.9K
775.5K
云中鹤 retweetledi
ThreatMon
ThreatMon@MonThreat·
🚨 Zero-Day Linux LPE Exploit Offered on Dark Web for $170,000 A threat actor on an underground forum is advertising the sale of a claimed zero-day Linux Local Privilege Escalation (LPE) exploit for $170,000. According to the listing, the exploit allegedly affects multiple major Linux distributions, including: - RHEL 10 - CentOS Stream 10 - Rocky Linux 10 - AlmaLinux 10 - Ubuntu 22.04 / 24.04 / 25.04 - Debian 13 - Fedora 41 / 42 - openSUSE Tumbleweed - Arch Linux rolling releases The threat actor claims the vulnerability is TOCTOU-based (Time-of-Check Time-of-Use), capable of stable local privilege escalation without causing system crashes, and leverages a shared object (.so) payload dropped into the /tmp directory. #Linux #Exploit #DarkWeb #ThreatIntelligence #CTI #Malware #GitHubAbuse #TeamPCP #ShaiHulud
ThreatMon tweet media
English
6
35
246
25.7K
云中鹤 retweetledi
1024
1024@1024DevHub·
Nginx 被发现一个存在18年的内存损坏漏洞,可导致远程代码执行,利用门槛低 漏洞存在于每个通用发行版都会包含的rewrite模块 ngx_http_rewrite_module ,影响开源版本Nginx 0.6.27至最近的1.30.0版本,在计算目标缓冲区大小时,使用的是原始字节长度,但在实际写入时,却进行了 URL 转义( ⁠+⁠ , ⁠%⁠ , ⁠&⁠ 等字符会扩展为 3 倍长度),溢出长度可控导致堆喷射 建议用户尽快更新至 1.30.1 / 1.31.0 版本 depthfirst.com/nginx-rift
中文
8
5
70
21.3K