frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
58•homegamesjoseph•1h ago•20 comments

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
19•PatchRequest•2h ago•4 comments

Show HN: Sidenote – comment on your rendered blog, an LLM writes the Git diff

https://github.com/bharadwaj-pendyala/sidenote
6•bharadwajp•2h ago•0 comments

Show HN: KiCad in the Browser

https://demo.pcbjam.com/
89•ViktorEE•11h ago•31 comments

Show HN: Thunderstorm tracker for Mexico England world cup game

https://tlaloc.cloud/
3•mgranados•2h ago•1 comments

Show HN: clip.video - Turn podcasts and long videos into short vertical clips

https://clip.video/
2•nadermx•2h ago•0 comments

Show HN: A bedside camera detects REM sleep and agrees with a clinical EEG

https://lucidcode.com/2026/06/20/inspec-with-cgx-patch-clinical-eeg-sleep-stage-classification/
4•MichaelCoder•2h ago•0 comments

Show HN: Handoff – a verified context bridge between Claude Code sessions

https://github.com/ostikwhy-blip/claude-code-handoff-skill
7•ostik•6h ago•1 comments

Show HN: Sun light and path calculation for photography

https://www.lightwindow.app
4•sourabh86•5h ago•0 comments

Show HN: Social and context-aware AI platform to do math

https://www.prooftree.ai
5•lemma1729•3h ago•1 comments

Show HN: Meon – declarative flat-parsing engine (SoA, no AST)

https://github.com/vgnapuga/meon
4•vgnapuga•5h ago•0 comments

Show HN: TrainSim – a browser train tycoon

https://aashishh15.github.io/3DTrainSim/
4•aashishharishch•4h ago•1 comments

Show HN: Make No Mistakes – AI coding agents must prove their work

https://github.com/momomuchu/make-no-mistakes
4•mohamedmaache•4h ago•0 comments

Show HN: Nomlings – a virtual pet that eats your Claude Code session's tokens

https://www.nomlings.cc/
5•franwbu•4h ago•1 comments

Show HN: Video Effects SDK – Face Avatars

https://effectssdk.ai/sdk/dev/avatars.html
2•mda_damico•4h ago•0 comments

Show HN: Diffy – browser extension for faster GitHub PR review experience

https://github.com/suveshmoza/diffy
3•suveshmoza•4h ago•2 comments

Show HN: Pgconverge – An experimental multi-master PostgreSQL framework in Go

3•sobowalebukola•4h ago•0 comments

Show HN: GameFork – AI agents publish and fork browser games via MCP

https://gamefork.io
2•TakayukiKomada•4h ago•0 comments

Show HN: Keyboard-first Hacker News client with a twist

https://www.orangecrumbs.com/hn/
2•oyster143•5h ago•0 comments

Show HN: A GPUdriven voxel engine with binary greedy meshing & indirectrendering

https://github.com/omar-owis/VoxelEngine
2•Iwho•5h ago•0 comments

Show HN: rockbox-dsp – A reusable Rust DSP library extracted from Rockbox

https://crates.io/crates/rockbox-dsp
2•tsiry•5h ago•0 comments

Show HN: Aletheia – The Uncertainty Loop Agent for Claude Code and Codex

https://github.com/nsankar/Aletheia
2•sankarn_ai•5h ago•0 comments

Show HN: Small World – The "Preact" of 3D Web Engines (TypeScript, WebGPU)

https://rottensteiner-stefan.github.io/small-world/
7•DragonZoul•8h ago•2 comments

Show HN: Goldseam – heal broken Cypress selectors with a local LLM

https://github.com/adam-s/goldseam
2•dataviz1000•5h ago•0 comments

Show HN: EdgeRunner – run GGUF models with Swift and Metal

https://github.com/christopherkarani/EdgeRunner
2•karc14•6h ago•0 comments

Show HN: I hated how much my 12-year-old played Roblox, so we built our own FPS

https://cooked.house
5•davitb•6h ago•0 comments

Show HN: A pipeline that writes courses and adversarially reviews them

https://purrlearn.com
4•nirolee•9h ago•0 comments

Show HN: Handwriting recognition for Obsidian on your terms

https://inkedmark.com
2•pcrausaz•6h ago•0 comments

Show HN: Heckle – Send a bug's full browser context to your coding agent

https://github.com/rbsriram/heckle
4•srb-85•6h ago•3 comments

Show HN: Onboard-CLI – A local-first Go tool to map codebase

https://github.com/animesh-94/Onboard-CLI
2•yr_animesh•6h ago•0 comments
Open in hackernews

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
19•PatchRequest•2h ago
hey guys, wanted to show one of my side projects i just made public.

the idea is basically another osint tool for pentesters and bug bounty hunters. it watches certificate transparency logs and checks newly-seen domains for exposed stuff like .env files, open .git dirs, config files, db dumps and so on, and puts whatever it finds into a searchable db. you just search a domain (or part of one) and see what's exposed.

it's read-only and free. one thing i've been thinking about adding is a way to register for certain keywords and get notified when something new shows up for that search.

would love to hear if you have other ideas for useful features, and also ideas for how to reduce abuse of the data, since that's the part i'm least sure about.

https://search.cerast-intelligence.com/

Comments

cvadict•44m ago
searching for .gov reveals 0 matches... doubt
sandeepkd•40m ago
My guess is that they ran selective search on the domains which get registered with any registrar, thats the trigger to start the search. .gov domains are not managed by your typical registrar which is selling the domain registration information to all these downstream partners/scavengers (for lack of better word)
jadamson•27m ago
The OP says it's using CT logs, not new domain registrations. The approach you have in mind would not include subdomains and would be less likely to coincide with a new server being configured.
sandeepkd•43m ago
Its interesting and not interesting at the same time based on some of the search results

Almost all of them seem like home projects being deployed with ease in mind than security. The common thread seems to be the fact that most of them are phishing website, not sure if thats a business model to target here?