frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Switch 2 permabans are so permanent that not even Nintendo can overturn them

https://www.gamesradar.com/hardware/switch-2-permabans-are-so-permanent-that-not-even-nintendo-itself-can-overturn-them-as-one-user-named-twink-link-discovered-to-their-horror/
1•mystraline•2m ago•0 comments

A blind developer cannot register a new app on the App store by himself

https://twitter.com/ZachCTidwell/status/1938620372716573062
1•sharno•5m ago•0 comments

Show HN: m(ctf)p – A semi-automated environment for solving CTF challenges

https://git.sr.ht/~bsprague/mctfp
1•abound•10m ago•0 comments

Ask HN: How JVM works? I am developing Similar Virtualization

1•Hashex129542•14m ago•0 comments

OpenAI's Unreleased AGI Paper Could Complicate Microsoft Negotiations

https://www.wired.com/story/openai-five-levels-agi-paper-microsoft-negotiations/
1•pseudolus•15m ago•1 comments

sherpa.sh: ship any app in 2 minutes

https://www.sherpa.sh/
1•indigodaddy•19m ago•0 comments

In May 2025 China installed 93GW of solar. 8% of US total electricity.

https://www.theguardian.com/world/2025/jun/26/china-breaks-more-records-with-massive-build-up-of-wind-and-solar-power
3•testing22321•20m ago•2 comments

Omarchy: Opinionated Arch/Hyprland Setup

https://github.com/basecamp/omarchy
2•Bogdanp•22m ago•0 comments

YC AI Startup School 2025 – Highlights

https://chipinsights.substack.com/p/2025-yc-ai-startup-school-round-up
1•bharathw30•22m ago•0 comments

When Did Nature Burst into Vivid Color?

https://www.quantamagazine.org/when-did-nature-burst-into-vivid-color-20250627/
1•pseudolus•24m ago•0 comments

I found a bacteria-eating virus in my loo – could it save your life?

https://www.bbc.com/news/articles/czryvm3nlvdo
1•breve•28m ago•0 comments

Sinaloa cartel used phone data and surveillance cameras to find FBI informants

https://www.reuters.com/world/americas/sinaloa-cartel-hacked-phones-surveillance-cameras-find-fbi-informants-doj-says-2025-06-27/
3•ChrisMarshallNY•29m ago•0 comments

Programming as Theory Building: Why Senior Developers Are More Valuable

https://cekrem.github.io/posts/programming-as-theory-building-naur/
1•vinhnx•29m ago•0 comments

Canvas, meet code: Building Figma's code layers

https://www.figma.com/blog/building-figmas-code-layers/
1•felixbraun•30m ago•0 comments

Lyon, France Microsoft Office and Windows for OnlyOffice and Linux

https://www.zdnet.com/article/this-city-is-dumping-microsoft-office-and-windows-for-onlyoffice-and-linux-heres-why/
1•miles•37m ago•0 comments

Programming as Theory Building – The Death and Revival of Understanding

https://b0a04gl.site/blog/programming-is-theory-ai-generated-code-misses-point
1•b0a04gl•38m ago•0 comments

An exceedingly rare asteroid flyby will happen soon, but NASA may be left out

https://arstechnica.com/features/2025/06/trump-budget-kills-nasas-golden-opportunity-to-see-a-killer-asteroid-up-close/
2•rbanffy•40m ago•0 comments

Show HN: I built an AI chief of staff to stop drowning in email and meetings

https://www.merlin.computer/
4•peterzuck•41m ago•0 comments

Polars Boosted My Algorithm's Speed by 25x

https://john.soban.ski/polars.html
1•runamuck•44m ago•0 comments

Ask HN: What's a mundane task you've deeply optimized for no reason?

2•peterzuck•46m ago•0 comments

Surrealdb

https://surrealdb.com
1•handfuloflight•49m ago•0 comments

UK launched operation to find suspected Russian double agent in MI6

https://www.theguardian.com/uk-news/2025/jun/27/uk-spy-operation-wedlock-suspected-russian-double-agent-mi6
2•mellosouls•50m ago•0 comments

Honey bees sniff-out landmines at the University of Montana

https://matr.net/news/honey-bees-sniff-out-landmines-at-the-university-of-montana/
1•JumpCrisscross•51m ago•1 comments

Big business is abandoning its climate goals

https://www.bloomberg.com/features/2025-corporate-climate-broken-promises/
1•melling•52m ago•2 comments

Show HN: Jurnit – Turn your passion into playable missions

https://www.jurnit.app/
1•cyexxad•52m ago•0 comments

China's AI Industrial Policy

https://www.high-capacity.com/p/chinas-ai-industrial-policy
1•RetiredRichard•54m ago•0 comments

Automated Discovery of High-Performance GPU Kernels with OpenEvolve

https://huggingface.co/blog/codelion/openevolve-gpu-kernel-discovery
1•codelion•1h ago•0 comments

Ask HN: A weird vesting term in not-USA country

1•ayjay_t•1h ago•0 comments

Show HN: A Comprehensive List of Top AI Image Tools

https://aiex.me/top-ai-image-tools
1•zack119•1h ago•0 comments

A Loved One Was Diagnosed with Dementia. Now What?

https://www.nytimes.com/2025/06/25/well/family/dementia-diagnosis-advice.html
1•whack•1h ago•0 comments
Open in hackernews

Show HN: Nightcrawler – A mitmproxy-based scanner to find low-hanging fruit

https://github.com/thesp0nge/nightcrawler-mitm
3•thesp0nge•4h ago
Hi HN,

I wanted to share a project I built in a strange but fun pair-programming trip with a large language model. The idea was to create my own automated "First Officer"—a tool that handles the tactical grunt work of finding low-hanging fruit vulnerabilities while I focus on the strategic, human-led parts of a security assessment.

The result is Nightcrawler, an open-source CLI proxy built on Python & mitmproxy.

As you browse a target, it passively finds insecure headers, outdated JS, and JWTs, while its active scanners autonomously test every discovered link and form for XSS, SQLi, Directory Traversal, and more.

The development was a real lesson in the "Picard/Riker" model of human-AI collaboration. I'd give the strategic orders ("We need to detect Stored XSS"), and the LLM would execute the tactical implementation (and occasionally "hallucinate," requiring my correction).

The tool is still in beta. I'd love to get your feedback, bug reports, or ideas on what to build next.

Thanks for checking it out!