<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: celesian</title><link>https://news.ycombinator.com/user?id=celesian</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 11 Jul 2026 20:54:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=celesian" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by celesian in "GPT-5.6"]]></title><description><![CDATA[
<p>That's wrong. GPT 5.6 Sol looks to have the same price as GPT 5.5, apart from a new pricing fee for cache writes. Fable 5 is $10 input / $50 output.</p>
]]></description><pubDate>Thu, 09 Jul 2026 17:16:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48849278</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=48849278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48849278</guid></item><item><title><![CDATA[High-Performance Network Scanning with AF_XDP]]></title><description><![CDATA[
<p>Article URL: <a href="https://phrack.org/issues/72/3_md#scan">https://phrack.org/issues/72/3_md#scan</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44964656">https://news.ycombinator.com/item?id=44964656</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 20 Aug 2025 18:24:08 +0000</pubDate><link>https://phrack.org/issues/72/3_md#scan</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=44964656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44964656</guid></item><item><title><![CDATA[The trick for ultra-fast S3 bucket discovery]]></title><description><![CDATA[
<p>Article URL: <a href="https://celes.in/posts/s3_dns_enum">https://celes.in/posts/s3_dns_enum</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44469768">https://news.ycombinator.com/item?id=44469768</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 05 Jul 2025 02:48:53 +0000</pubDate><link>https://celes.in/posts/s3_dns_enum</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=44469768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44469768</guid></item><item><title><![CDATA[Recon Challenge: "discover a subdomain hosted at {}.{}.gemini.galnagli.com"]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/galnagli/status/1905697073582002449">https://twitter.com/galnagli/status/1905697073582002449</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43519764">https://news.ycombinator.com/item?id=43519764</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 29 Mar 2025 23:41:45 +0000</pubDate><link>https://twitter.com/galnagli/status/1905697073582002449</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=43519764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43519764</guid></item><item><title><![CDATA[New comment by celesian in "MCP server for Ghidra"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Thu, 27 Mar 2025 03:26:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43490114</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=43490114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43490114</guid></item><item><title><![CDATA[New comment by celesian in "Show HN: I've created the fastest open-source DNS bruteforcer using XF_ADP"]]></title><description><![CDATA[
<p>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.<p>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.<p>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.<p>Happy to answer any questions.</p>
]]></description><pubDate>Thu, 20 Mar 2025 21:55:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43429423</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=43429423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43429423</guid></item><item><title><![CDATA[Show HN: I've created the fastest open-source DNS bruteforcer using XF_ADP]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/c3l3si4n/pugdns">https://github.com/c3l3si4n/pugdns</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43429403">https://news.ycombinator.com/item?id=43429403</a></p>
<p>Points: 15</p>
<p># Comments: 3</p>
]]></description><pubDate>Thu, 20 Mar 2025 21:52:41 +0000</pubDate><link>https://github.com/c3l3si4n/pugdns</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=43429403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43429403</guid></item><item><title><![CDATA[Show HN: I created a >1.6B~ subdomain search database scrapped from public data]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/c3l3si4n/status/1872387257098981882">https://twitter.com/c3l3si4n/status/1872387257098981882</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42528907">https://news.ycombinator.com/item?id=42528907</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 28 Dec 2024 05:50:20 +0000</pubDate><link>https://twitter.com/c3l3si4n/status/1872387257098981882</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=42528907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42528907</guid></item><item><title><![CDATA[New comment by celesian in "No need to email me about Cisco AnyConnect"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Tue, 03 Dec 2024 17:54:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42309008</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=42309008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42309008</guid></item><item><title><![CDATA[Extracting all domains registered in a Cloudflare account]]></title><description><![CDATA[
<p>Article URL: <a href="https://celes.in/posts/cloudflare_ns_whois">https://celes.in/posts/cloudflare_ns_whois</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40158539">https://news.ycombinator.com/item?id=40158539</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Apr 2024 15:14:03 +0000</pubDate><link>https://celes.in/posts/cloudflare_ns_whois</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=40158539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40158539</guid></item><item><title><![CDATA[Top web hacking techniques of 2023 – nominations open]]></title><description><![CDATA[
<p>Article URL: <a href="https://portswigger.net/research/top-10-web-hacking-techniques-of-2023-nominations-open">https://portswigger.net/research/top-10-web-hacking-techniques-of-2023-nominations-open</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38937933">https://news.ycombinator.com/item?id=38937933</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 10 Jan 2024 09:00:16 +0000</pubDate><link>https://portswigger.net/research/top-10-web-hacking-techniques-of-2023-nominations-open</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=38937933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38937933</guid></item><item><title><![CDATA[New comment by celesian in "Sao Paulo: A city with no outdoor advertisements (2013)"]]></title><description><![CDATA[
<p>I think the documentary about "pixo" is pertinent here, "pixo" is a political manifestation. It is meant to be ugly.
<a href="https://www.youtube.com/watch?v=skGyFowTzew">https://www.youtube.com/watch?v=skGyFowTzew</a></p>
]]></description><pubDate>Tue, 04 Jul 2023 15:52:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=36588304</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=36588304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36588304</guid></item><item><title><![CDATA[Hunting for Nginx alias traversals in the wild]]></title><description><![CDATA[
<p>Article URL: <a href="https://labs.hakaioffsec.com/nginx-alias-traversal/">https://labs.hakaioffsec.com/nginx-alias-traversal/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36580417">https://news.ycombinator.com/item?id=36580417</a></p>
<p>Points: 534</p>
<p># Comments: 160</p>
]]></description><pubDate>Mon, 03 Jul 2023 23:56:14 +0000</pubDate><link>https://labs.hakaioffsec.com/nginx-alias-traversal/</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=36580417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36580417</guid></item><item><title><![CDATA[Brazil orders Google to curb campaign against 'fake news law']]></title><description><![CDATA[
<p>Article URL: <a href="https://www.reuters.com/world/americas/brazil-lawmakers-vote-controversial-bill-clean-up-social-media-2023-05-02/">https://www.reuters.com/world/americas/brazil-lawmakers-vote-controversial-bill-clean-up-social-media-2023-05-02/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35792920">https://news.ycombinator.com/item?id=35792920</a></p>
<p>Points: 38</p>
<p># Comments: 19</p>
]]></description><pubDate>Tue, 02 May 2023 19:33:14 +0000</pubDate><link>https://www.reuters.com/world/americas/brazil-lawmakers-vote-controversial-bill-clean-up-social-media-2023-05-02/</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=35792920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35792920</guid></item><item><title><![CDATA[What influences keyboard input speed (2018)]]></title><description><![CDATA[
<p>Article URL: <a href="https://next.wooting.io/post/what-influences-keyboard-speed">https://next.wooting.io/post/what-influences-keyboard-speed</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33190476">https://news.ycombinator.com/item?id=33190476</a></p>
<p>Points: 64</p>
<p># Comments: 28</p>
]]></description><pubDate>Thu, 13 Oct 2022 13:09:55 +0000</pubDate><link>https://next.wooting.io/post/what-influences-keyboard-speed</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=33190476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33190476</guid></item><item><title><![CDATA[Netflix ISP Speed Index: measure of Netflix speed on particular ISPs worldwide]]></title><description><![CDATA[
<p>Article URL: <a href="https://ispspeedindex.netflix.net/country/brazil">https://ispspeedindex.netflix.net/country/brazil</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31498464">https://news.ycombinator.com/item?id=31498464</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 24 May 2022 22:49:10 +0000</pubDate><link>https://ispspeedindex.netflix.net/country/brazil</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=31498464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31498464</guid></item><item><title><![CDATA[New comment by celesian in "Using two keyboards at once for pain relief"]]></title><description><![CDATA[
<p>I guess you do kinda shake and move around the muscle of your hands when you're running.</p>
]]></description><pubDate>Thu, 23 Sep 2021 21:31:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=28635747</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=28635747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28635747</guid></item><item><title><![CDATA[New comment by celesian in "Server.casino – Random Servers Across the Internet"]]></title><description><![CDATA[
<p>I mean, your IP is being crawled by random bots dozens of time per day, what's the difference between that website and the traffic your IP gets already?</p>
]]></description><pubDate>Tue, 22 Jun 2021 16:16:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=27593565</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=27593565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27593565</guid></item><item><title><![CDATA[Important RFCs, Humorous RFCs]]></title><description><![CDATA[
<p>Article URL: <a href="https://tangentsoft.net/rfcs/humorous.html">https://tangentsoft.net/rfcs/humorous.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27584275">https://news.ycombinator.com/item?id=27584275</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 21 Jun 2021 20:50:27 +0000</pubDate><link>https://tangentsoft.net/rfcs/humorous.html</link><dc:creator>celesian</dc:creator><comments>https://news.ycombinator.com/item?id=27584275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27584275</guid></item></channel></rss>