frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kremlin-backed forgery scheme moved $6.9B through global banks

https://www.ft.com/content/3848a4ad-1426-4352-ba86-ef1279c4ffd1
2•tagyro•3m ago•0 comments

Common denominators of organisms with exceptional longevity

https://www.aging-us.com/article/206419/text
1•tima101•4m ago•0 comments

Motorola Signature 27 officially gets a North American launch

https://9to5google.com/2026/09/22/motorola-signature-27-north-america-launch-confirmed/
1•Cider9986•8m ago•0 comments

LLM Ass Bench

https://www.assbench.com/
5•fragmede•11m ago•2 comments

Show HN: ToolHub – Hierarchical nav for 30 MCP tools without context bloat

https://github.com/Talos-popcorn/toolhub
1•soidkeo•11m ago•0 comments

New trends in global card fraud

https://stripe.com/blog/new-trends-in-global-card-fraud-how-3d-secure-and-regional-mandates-are-a...
2•rndsignals•13m ago•0 comments

Show HN: With generators/DI, LazyPromise has become a tiny alternative to Effect

https://lazypromise.com/
1•ivan7237d•13m ago•0 comments

Making Concurrent Hardware Verification Sequential (2025)

https://dl.acm.org/doi/full/10.1145/3729331
1•imakwana•13m ago•0 comments

BLUF (Communication)

https://en.wikipedia.org/wiki/BLUF_(communication)
3•gurjeet•14m ago•0 comments

Longtime SUSE staff asked if they'd opt for 'voluntary separation'

https://www.theregister.com/software/2026/09/22/longtime-suse-staff-asked-if-theyd-opt-for-volunt...
2•romaniitedomum•16m ago•0 comments

I built a Chrome extension for when Cmd/Ctrl and F is not enough

https://chromewebstore.google.com/detail/context-atlas-find-what-m/plehanpnecnjdbkcmbhgphhglkkkgfhd
1•billy-enrizky-1•16m ago•0 comments

Do you use:visited on links?

https://kevquirk.com/do-you-use-visited-on-links
2•birdculture•16m ago•0 comments

Cheap baselines match NASA and IBM's 366M-parameter solar flare model

https://doi.org/10.22541/essoar.15008581/v1
2•kadir06•17m ago•0 comments

Gpui Tutorial

https://github.com/hedge-ops/gpui-tutorial
1•auraham•17m ago•0 comments

Reverse Jev: Ending a Turn with a Choice

https://blog.kvit.app/posts/ending-a-turn-with-a-choice/
1•skolos•17m ago•1 comments

Gpui

https://github.com/zed-industries/awesome-gpui
1•auraham•18m ago•0 comments

Eliminating Middlemen in Education Consulting

https://rivernova.vercel.app
2•roman9•18m ago•0 comments

Show HN: Cross-platform governed memory for a fleet of agents

https://github.com/oren198/Strata
1•oren198•18m ago•0 comments

Edge compute was making our API slower

https://blog.koodos.com/p/the-edge-of-glory
1•apuchitnis•20m ago•0 comments

Will We Still Drive Our Cars (Or Will Our Cars Drive Us)? (2000)

https://time.com/archive/6741539/will-we-still-drive-our-cars-or-will-our-cars-drive-us/
2•Apocryphon•20m ago•1 comments

Motorola signature 27 is unveiled

https://motorolanews.com/motorola-signature-27/
2•Cider9986•21m ago•0 comments

Microdnf: Minimal Python-Free Dnf

https://github.com/rpm-software-management/microdnf
2•nateb2022•26m ago•0 comments

Getting the most out of Opus 5.5 in Claude and Claude Code

https://claude.dev/blog/getting-the-most-out-of-opus-5-5/
2•mfiguiere•29m ago•0 comments

Show HN: DynamicNotch – An interactive, customizable notch utility for macOS

https://github.com/Hitjack007/DynamicNotch
1•Hitjack007•31m ago•0 comments

Diesel prices could crush Republicans in the heartland

https://www.natesilver.net/p/diesel-prices-could-crush-republicans
11•7777777phil•31m ago•0 comments

Meta's Muse Drags Down Stocks That Depend on 'Consumer Inertia'

https://www.bloomberg.com/news/articles/2026-09-22/meta-s-muse-drags-down-stocks-that-depend-on-c...
2•garbawarb•32m ago•0 comments

Ask HN: When is fine-tuning a small LLM worth it?

4•kooldeep7•34m ago•2 comments

Are we going to use the same Desktop UX forever? [video]

https://www.youtube.com/watch?v=V7AfAcQwLW0
4•upboundspiral•34m ago•1 comments

Better prompt caching for GPT‑6

https://openai.com/index/better-prompt-caching-for-gpt-6/
2•mehrdadrad•36m ago•0 comments

S&P Global Enters Agreement to Acquire OpenZeppelin

https://www.openzeppelin.com/news/spglobal-enters-agreement-to-acquire-openzeppelin
1•wslh•37m ago•0 comments
Open in hackernews

Egress Testing – Server that records inbound TCP and UDP packets

https://portleak.link/
1•Xtrato•56m ago

Comments

Xtrato•56m ago
During internal penetration tests, one of the things often checked is which outbound ports a network allows, to see how data could be exfiltrated. The usual approach is to scan a server with every port open, like letmeoutofyour.net or portquiz.net, and see which ports come back open.

The problem I kept running into was that the results weren't always accurate. Proxies and other devices in between would sometimes respond themselves, making a port look open when it wasn't. Other times the traffic did reach the destination, but the scanner still reported the port as closed.

So I built portleak.link. It doesn't respond to any TCP SYNs or UDP packets, so your scanner will show everything as closed. Instead, the web interface logs all traffic that actually hits the server. If your traffic appears in the log, it definitely made it out.

To use it, enter your public IP in the filter, run your scan, and the results show up in the table. You can export them to CSV or XLSX. There's also a scans page with ready-made scripts for Windows and Linux.

I wrote up a bit more background here: https://ja.meswoolley.co.uk/portleak-link/

It's free to use. I'd be interested to hear any feedback or ideas for improvements.