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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Gryffin: a large scale web security scanning platform from Yahoo

55 点作者 cnbuff410超过 9 年前

3 条评论

cheepin超过 9 年前
&quot;At the heart of Gryffin is a deduplication engine that compares a new page with already seen pages. If the HTML structure of the new page is similar to those already seen, it is classified as a duplicate and not crawled further.&quot;<p>Does anyone know what definition they use to constitute &quot;similar&quot;? In particular I&#x27;m wondering if you have to do any sort of configuration on Single Page apps which could have remarkably similar markup but completely different behaviors&#x2F;vulnerabilities.
评论 #10282844 未加载
评论 #10283316 未加载
stephendicato超过 9 年前
I don&#x27;t accept &quot;coverage and scale&quot; as the answer to why this was created. What problem is fundamentally being solved by scanning, or fuzzing, your web based applications &quot;at scale&quot;?
q4超过 9 年前
Can someone explain for a newbie on how to practically use it in a project? I understand golang basics. The github documentation mentions what it does but not how to use it.