1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-03 10:53:01 +02:00

Add known packages to Readme

I almost created a node package, it's good to know others are out there, as discussed in #174
This commit is contained in:
Gant Laborde
2018-11-19 08:52:29 -06:00
committed by GitHub
parent f56ff6ea82
commit 7624f6faa3

View File

@@ -25,6 +25,18 @@ The Big List of Naughty Strings is intended to be used *for software you own and
Additionally, the Big List of Naughty Strings is not a fully-comprehensive substitute for formal security/penetration testing for your service.
## Library / Packages
Various implementations of the Big List of Naughty Strings have made it to various package managers. Those are maintained by outside parties, but can be found here:
| Library | Link |
| ------- | ---- |
| Node | https://www.npmjs.com/package/blns |
| Node | https://www.npmjs.com/package/big-list-of-naughty-strings |
| .NET | https://github.com/SimonCropp/NaughtyStrings |
Please open a PR to list others.
## Maintainer/Creator
Max Woolf ([@minimaxir](https://twitter.com/minimaxir))