From 7624f6faa3403823f6c258dc47ebe13e831e88d5 Mon Sep 17 00:00:00 2001 From: Gant Laborde Date: Mon, 19 Nov 2018 08:52:29 -0600 Subject: [PATCH] Add known packages to Readme I almost created a node package, it's good to know others are out there, as discussed in #174 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 088d060..987335f 100644 --- a/README.md +++ b/README.md @@ -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))