# am sharing (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover am sharing.

Page: <https://rssamplifier.com/topics/am-sharing/blogs>  
Feed: <https://rssamplifier.com/topics/am-sharing/blogs.md>

---

## [more usb fun](https://djnn.sh/posts/more_usb_fun/)

_2026-05-22 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Oh you thought I was done, did you ? &#xA; Last time I wrote about USB/IP , we discussed an issue I&#xA;found in the Linux kernel related to USB-IP, but it was fixed before I could&#xA;actually finish it, and at least confirm RIP control. &#xA; So I went back through my notes, and noticed I hadn&rsquo;t actually fired one of the&#xA;entries, a server-side TOCTOU in stub\_recv\_cmd\_unlink . The note…

## [two months too late (linux kernel 1day)](https://djnn.sh/posts/2months2late/)

_2026-05-19 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Hey, it has been a while. :) &#xA; A coworker had been poking at USB/IP recently and I figured I&rsquo;d take a look at the kernel&#xA;side of it. After all, it&rsquo;s just there . The protocol tunnels USB over TCP,&#xA;no authentication on the wire, and the client kernel just parses whatever bytes&#xA;the server sends. That is the kind of attack surface I will absolutely spend a weekend…

## [the impossible task of securing AI agents](https://djnn.sh/posts/moltbot/)

_2026-01-28 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Recently, I came across this project (initially called clawdbot , renamed moltbot ).&#xA;On paper, it is a cool project. It feels like the kind of thing you expect from&#xA;all those AI agents. It&rsquo;s open-source, free, maintained mostly by one guy. &#xA; I know I&rsquo;ve had strong opinions about AI things, but I want&#xA;to positively outline the work this dude made, by himself, and that he…

## [making a keylogger for linux](https://djnn.sh/posts/linux_keylogger/)

_2026-01-18 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Hello again, today I&rsquo;d like to share on a project I&rsquo;ve been working on, on&#xA;and off for a long time. &#xA; Every now and then, I would pick up again this project but I think it is now&#xA;in a releasable state. First, let&rsquo;s see a&#xA; short demo , from yours truly. &#xA; As you can see, it is a userland keylogger, written in C. Let&rsquo;s go over key&#xA;features, how they…

## [windows11 qemu notes](https://djnn.sh/posts/qemu_and_windows11/)

_2026-01-17 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Recently, I experimented a bit with different Operating Systems.&#xA;Maybe that could be an interesting post for the future. During my various tests, I&#xA;wanted to keep working on projects , of course. &#xA; That means that I had at some point the need to setup a VM for Windows 11.&#xA;I usually pick qemu , with virt-manager for these things as it is the most lightweight&#xA;and I don&rsquo;t…

## [writing your own traceroute is surprisingly easy](https://djnn.sh/posts/traceroute/)

_2025-12-14 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Until you know how they work, programs related to networking always kind of feel like magic,&#xA;at least to me. However, I have written enough code to know that there is no such&#xA;thing as magic, just clever ideas that are properly implemented. &#xA; Some things I work on at $work touch a bit on the side of networking, and that drove&#xA;me to be interested in the ICMP protocol, particularly…

## [Tengucon OSINT CTF](https://djnn.sh/posts/tenguctf-osint-solutions/)

_2025-11-22 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Recently, I&rsquo;ve had the extreme pleasure of designing and setting up the challenges&#xA;for the OSINT category of the Tengucon CTF. &#xA; If you want to learn more about Tengucon, you can do so here: https://tengucon.org/ &#xA; Sadly, I was not in attendance for the event, but I was there in spirit. It was&#xA;my first time designing and implementing CTF challenges from scratch, so I…

## [anthropic&#39;s paper smells like bullshit](https://djnn.sh/posts/anthropic-s-paper-smells-like-bullshit/)

_2025-11-16 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

A report was recently published by an AI-research company called Anthropic .&#xA;They are the ones who notably created Claude , an AI-assistant for coding. Personally, I don&rsquo;t use it but that is besides the point.&#xA;Before we start, it&rsquo;s important to say I don&rsquo;t have anything against them, or AI in general. I do have some documented concerns but I am not &ldquo;Anti-AI&rdquo;,…

## [something about AI models (artificial.htb write-up)](https://djnn.sh/posts/artificial-htb/)

_2025-10-25 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Hey, it has been a while. :) &#xA; Today, I am sharing a write-up for a Linux lab, available on Hackthebox with an easy difficulty level. It took me about 2 hours to complete it. I could have finished it earlier, but I am not interested in rushing and my VPN is unfortunately quite slow, because of the region I live in. &#xA; Anyways, let&rsquo;s get started. &#xA; from recon to foothold &#xA; The…

## [ADCS shenanigans (tombwatcher.htb write-up)](https://djnn.sh/posts/adcs_shenanigans_tombwatcher/)

_2025-10-12 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Apologies for the late release, I recently got sick and could not be asked to write or deploy things. &#xA; Anyways, let&rsquo;s get started. Today, we&rsquo;re doing tombwatcher , which is a Medium-level windows box on HackTheBox.&#xA;It actually took me a while to finish it (especially to get root), because of my lack of experience with ADCS. &#xA; As is common with most Windows boxes, we get…

## [Zero-Persistence E2EE (Sponsored)](https://crawlproof.com/a/99F2G8WmUFjH)

_2025-10-11 · **Sponsored**_

End-to-end encryption with client-side WebCrypto and volatile memory.

## [bloodhound spray and pray (puppy.htb write-up)](https://djnn.sh/posts/bloodhound_spray_and_pray/)

_2025-09-28 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Hello again, my friends. :) &#xA; Today, I am sharing my notes on how I solved puppy.htb , a Medium-level box on HackTheBox. Like many, I have less experience with Windows Active Directory environments. We don&rsquo;t use it at $work, and I am not focused on anything related to pentesting at the moment. I hope that, like for me, this will be a teachable moment for you. &#xA; Let&rsquo;s start.…

## [certificates, certificates ~ fluffy.htb write-up](https://djnn.sh/posts/certificates_fluffy.htb/)

_2025-09-22 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Good morning, my friends. &#xA; Today, I am sharing a write-up on an easy-level Windows box, running with active directory.&#xA;If you don&rsquo;t have any experience with certificates and authentication on AD, it can be challenging.&#xA;However, it is somewhat straightforward if you have a bit of experiecne. &#xA; recon &#xA; Let&rsquo;s scan the network using nmap , as is common at the beginning…

## [kim-cyka continued](https://djnn.sh/posts/kim-cyka-continued/)

_2025-08-22 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

&#xA; EDIT: a trustable journalist has posted an update here: https://x.com/koryodynasty/status/1979048385937121406 &#xA; it is alledged the perpetrators are Chinese-affiliated, and possibly responsible of a&#xA;fire in a bunch of Korean datacenters too: https://www.news1.kr/local/moi/5927009 &#xA; &#xA; This is the second part of the investigation into KIMSUKI&rsquo;s leak. &#xA; We had already…

## [kim-cyka](https://djnn.sh/posts/kim-cyka/)

_2025-08-21 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

Like many other &ldquo;&ldquo;&ldquo;hackers&rdquo;&rdquo;&rdquo;, I&rsquo;ve always had a bit of a fascination for APTs.&#xA;If you have never heard the term APT , it means &ldquo;Advanced Persistent Threat&rdquo;.&#xA;They are computer engineers, often affiliated to governments, focused on pursuing&#xA;military objectives like intelligence collection, sabotage, etc. &#xA; Recently, one of them…

## [some thoughts on LLMs](https://djnn.sh/posts/on-llms/)

_2025-02-17 · djnnvx@mailfence.com (djnn) · posts on djnn@localhost_

I have been trying to articulate these thoughts for a while. &#xA; What do you think is the main innovation behind LLMs ? I mean, really ?&#xA;What makes them a revolution for everyone ? &#xA; In my (humble) opinion, most people are misunderstanding what are LLMs great at.&#xA;Sometimes, people refer to LLMs as generative AIs . I think this term is misleading. &#xA; The strength of such algorithms…

