Readit News logoReadit News
celesian commented on MCP server for Ghidra   github.com/LaurieWired/Gh... · Posted by u/tanelpoder
celesian · 5 months ago
This is very cool but it would be nice to have more features on the MCP server, such as arbitrary read and write of programs. For example, I was working on a self-unpacking CTF challenge which XORed instructions. It would be nice to have it be able to read the values at the addresses it xored.
celesian commented on Show HN: I've created the fastest open-source DNS bruteforcer using XF_ADP   github.com/c3l3si4n/pugdn... · Posted by u/celesian
celesian · 6 months ago
Hey HN! I've done a lot of work with querying large amounts of DNS scanning recently for my own projects, and I've found that the current available tools (massdns, dnsx, zdns) were lackluster in the performance and accuracy aspect.

Recently, I've learned about XDP and AF_XDP, which allows user-space programs to have a fast-path through the kernel and skip a large chunk of networking done by the kernel. This allows us to directly interact with the network interface TX queues, and send a lot of traffic very fast.

I initially started to do this because I was curious if it would work or not, but eventually I saw that it worked too well, so I polished it a little bit and released it as open-source.

Happy to answer any questions.

celesian commented on No need to email me about Cisco AnyConnect   daniel.haxx.se/blog/2024/... · Posted by u/TangerineDream
celesian · 9 months ago
This reminds me on how Spotify's bug bounty program keeps receiving vulnerability reports about Shopify, and how Shopify keeps receiving vulnerability reports from Spotify. This went so far that they had to explicitly put the other company's domain as out of scope on their bug bounty policy.

u/celesian

KarmaCake day251March 15, 2021View Original