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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Introducing FuzzDB

137 点作者 Lightning超过 11 年前

1 comment

david_shaw超过 11 年前
FuzzDB is a great project that has the potential to improve many existing tools. In the same way Adam suggested in this post, my team uses FuzzDB lists integrated with other tools (Burp Suite, Dirbuster, etc.) in order to use the functionality of those tools with the robust lists that FuzzDB provides.<p>For those that may not understand how this works: FuzzDB has many lists for many different security checks. A &quot;fuzzer&quot; would dynamically generate these things by basically putting random data into input fields in an attempt to find edge cases (with a security impact) that may not be handled correctly. Instead of generating that data randomly and on-the-fly, FuzzDB uses the most common &quot;win&quot; scenarios for a lot of different tests.<p>For example, the file Sharepoint.fuzz.txt[1] can easily be fed into any web application assessment tool to find default Sharepoint files. Since FuzzDB is updated more frequently than some older tools (say, nikto), it makes sense to replace old default lists with FuzzDB.<p>I&#x27;m glad that Mozilla is letting Adam publicize the project through their blog; it&#x27;s a well-known resource in the security industry, but people just learning to conduct assessments of web applications may not know about it.<p>1: <a href="https://code.google.com/p/fuzzdb/source/browse/trunk/Discovery/PredictableRes/Sharepoint.fuzz.txt" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;fuzzdb&#x2F;source&#x2F;browse&#x2F;trunk&#x2F;Discove...</a>