actae0n

243 posts

actae0n banner
actae0n

actae0n

@actae0n

https://t.co/E45xPKCjFZ

Katılım Mart 2015
518 Takip Edilen235 Takipçiler
Jonathan Bar Or (JBO) 🇮🇱🇺🇸🇺🇦
My remote session deserialization heap OOB in wolfSSL is finally public (CVE-2026-2646). Thanks so much wolfSSL for the collaboration! Would folks be interested in a short writeup?
English
5
3
48
4.4K
actae0n
actae0n@actae0n·
@yo_yo_yo_jbo There's CVEs that I filed years ago that never received a reply at all, and most of the ones I've filed in recent time have taken months to get first reply on (and the descriptions were still incorrect, despite me giving them a nice detailed correct one). 🤷🏻‍♂️
English
0
0
0
65
Evan Boyle
Evan Boyle@_Evan_Boyle·
Tonight's mini hack: self modifying code Copilot CLI can build and hot reload it's own typescript extensions. Should we ship it?
English
26
13
171
20.9K
actae0n
actae0n@actae0n·
@rez0__ @Hacker0x01 Same experience recently. Adjusted severity down, I asked for an explanation (since previously their severity rating and mine matched). Closed the report with no additional response.
English
0
0
0
308
Joseph Thacker
Joseph Thacker@rez0__·
The past few days have been the worst triager experience of my life with @Hacker0x01. It legitimately feels like they are intentionally downgrading reports, ignoring reasons for the severity, and not explaining their decisions at all. The last part is the most infuriating.
English
26
12
216
14.7K
actae0n retweetledi
rev.ng
rev.ng@_revng·
🎥 QEMU Dev Starter guide, Part 1 The QEMU codebase can be quite daunting for new developers, Anton with this talk aims to give an overview of both the major APIs one might encounter as well as the high control flow of user-mode emulation.
English
2
66
343
20.9K
actae0n retweetledi
Disconnect3d
Disconnect3d@disconnect3d_pl·
Pwndbg 2026.02.18 is out! We visualize branches in nearpc, sync ur decompiler (IDA/Binja/Ghidra) via decomp2dbg, annotate stack vars from dbgsyms/decomp, added new cmds for tracing kernel allocs/frees, dump task info: github.com/pwndbg/pwndbg/… Sponsor us: github.com/sponsors/pwndb…
Disconnect3d tweet mediaDisconnect3d tweet mediaDisconnect3d tweet media
English
2
128
676
41.9K
actae0n
actae0n@actae0n·
Okay the Codex mac app is actually pretty nice.
English
0
0
0
65
actae0n
actae0n@actae0n·
@kaepora I've been pushed to my wits end dealing with vendors that think like this. It's like there's no object permanence in their head. They think the vulnerability literally doesn't exist until someone finds it, like researchers are "creating" bugs. Frustrating to no end.
English
0
1
1
508
Nadim Kobeissi
Nadim Kobeissi@kaepora·
*Publishes cryptography code with a critical vulnerability that goes unpatched for years, gets it merged into Signal* *Random researcher finds the vulnerability* “HOW DARE YOU PUT THE COMMUNITY AT RISK BY FINDING THE VULNERABILITY IN OUR CRYPTOGRAPHY CODE AND PUSHING A FIX”
English
1
2
14
1.1K
Nadim Kobeissi
Nadim Kobeissi@kaepora·
"I'm sorry, we're not accepting your free fixes to five security vulnerabilities, which you reported with professional, working pull requests, because we think you suck and also you didn't email us privately about them first. Thank you, we are scientists with a high level of scientific integrity"
English
4
2
35
6.2K
itszn
itszn@itszn13·
A big change of pace for my security research: I'm now working @OpenAI to build on and improve GPT's ability to detect and remediate complex vulnerabilities @daveaitel and a lot of other brilliant people Excited to see where this goes, lots of ideas to try...
English
25
7
290
18K
Jeremy Moseley
Jeremy Moseley@_JeremyMoseley·
@DemetriusZhomir My workflow typically is to use plan mode to do a long planning session, then flip to autopilot mode to implement it
English
3
0
0
43
actae0n retweetledi
scriptjunkie (Matt)
scriptjunkie (Matt)@scriptjunkie1·
Tracking Signal Identifiers Signal groups, the "ICE tracker" channels, are under FBI investigation. Members rapidly change display aliases, usernames, and channels. But users can track others through changes and the FBI can ID them all. Here's how: scriptjunkie.us/2026/01/tracki…
English
1
4
9
1.4K
actae0n
actae0n@actae0n·
pray 4 me
actae0n tweet media
English
0
0
0
60
actae0n
actae0n@actae0n·
@patniko This is great man, thanks for sharing with the community.
English
1
0
1
263
actae0n
actae0n@actae0n·
@patniko This is sick. Are you releasing this later on, or is this from the personal stash?
English
1
0
1
297
Patrick Nikoletich
Patrick Nikoletich@patniko·
Feel like I should just stop holding out on sharing these plugins publicly now that the Copilot SDK is available.
English
5
2
39
41.9K
actae0n
actae0n@actae0n·
Was poking at the new Cowork feature in Claude Desktop, found a way to piggyback on its TCC grants. Internal app APIs accessed via Chromium debugging. Disclosed to the vendor and marked as Informative / WontFix. You may as well be informed 😉 0day.gg/blog/claude-de…
English
0
0
0
275
actae0n
actae0n@actae0n·
@_JeremyMoseley @nfa1379 What context management techniques does this actually refer to? What expectations do we need to have when interacting with the agent? Is it something more sophisticated than conventional compaction as you hit the token limit?
English
0
0
0
147
Jeremy Moseley
Jeremy Moseley@_JeremyMoseley·
@nfa1379 With our new context window management features, you don't need to worry about context windows. I use this every day.
English
3
1
13
7.1K
Jeremy Moseley
Jeremy Moseley@_JeremyMoseley·
Copilot CLI superpower: "my tests are failing in CI. Check the logs, make a fix, push, sleep for a few minutes, then check again. Do this in a loop until it's green"
English
1
0
4
265
actae0n
actae0n@actae0n·
@patniko @xiaoxxchan @AmpCode I would really prefer this as well. The "vendorization" of features that are supposed to be standards has been kinda frustrating.
English
0
0
1
28
xxchan
xxchan@xiaoxxchan·
"Agent skills should not need vendor-specific directory layouts, duplicate copies, or symlink hacks to be usable across clients." So Kimi CLI uses - ~/.config/agents/skills/ (user level) - .agents/skills/ (project level) btw, @AmpCode uses the same convention. Hope we can have a less chaotic future...
xxchan tweet media
English
13
8
85
11.5K
actae0n
actae0n@actae0n·
@kdaigle Been trying to drive my main work with it recently. Pretty happy with the experience so far, and looks like you guys are making quick strides while adding your own touches. Looking forward to see where the project goes. Very happy it's not just a bad claude clone.
English
0
0
1
15