big-list-of-naughty-strings icon indicating copy to clipboard operation
big-list-of-naughty-strings copied to clipboard

Strings out of scope

Open ChipWolf opened this issue 7 years ago • 2 comments

#Looks like we're getting an ever growing list of strings which are carefully crafted injections. I believe this is entirely outside of the scope of this project.

Lines 195 to 434, for example, are complex strings which are designed to work in specific scenarios and would be used for fuzzing inputs. We should leave those kinds of strings to https://github.com/fuzzdb-project/fuzzdb and keep doing what the purpose of this project was to begin with.

If we were to merge everything from fuzzdb into the blns, it would become a mass of crap. Yet, we appear to be maintaining (most of which between lines 195 to 434) various fuzzing strings; an incomplete collection of such.

Let me know what you all think about this proposition.

ChipWolf avatar Feb 01 '17 10:02 ChipWolf

What we have right now, is a list of strings with a confused personality. We need to either divide them or keep to scope.

ChipWolf avatar Feb 01 '17 10:02 ChipWolf

I think part of the problem is that a lot of people (myself included) were unaware of FuzzDB.

The README should probably have a "related projects" section.

ssokolow avatar Feb 01 '17 11:02 ssokolow