TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I built a tool that finds real web vulns and tells you how to fix them

2 点作者 lukejkwarren大约 1 个月前
Hey HN – I’m a solo dev building PenZen, a security tool for people who run websites but don’t want to become security experts.<p>It runs a headless scan using OWASP ZAP under the hood (so it finds real issues—like vulnerable plugins, misconfigs, open ports—not just “is your SSL valid?”). Then it adds an AI layer that:<p>Prioritizes issues based on actual risk<p>Explains them in plain English<p>Suggests relevant fixes based on your stack (WordPress, Laravel, etc.)<p>You stay in control—PenZen doesn’t auto-fix anything. But you can mark issues as resolved or ignored, and get alerts in Slack, Discord, Email, or via webhook.<p>It also includes uptime monitoring out of the box, so you don’t need a second tool just to know if your site went down.<p>I built this after dealing with one too many vague vulnerability reports and noisy dashboards. Would love feedback—especially from folks who’ve built or used security tools before. What would make this genuinely useful for you?

2 条评论

lukejkwarren大约 1 个月前
Happy to answer any questions about how this works under the hood—like how I’m orchestrating OWASP ZAP in headless mode, how the AI layer generates fixes based on your stack, or how alerting and issue resolution are handled.<p>Also very open to feedback on what’s missing or what feels unnecessary. I’m trying to build something that’s genuinely useful for devs—not just another dashboard that gets ignored.
pajamasam大约 1 个月前
Looks useful. I don&#x27;t have a use-case for it at the moment, but I hope you will find your target market!