Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uvasoftware/yara-language-nsfw

Lists of not-suitable-for-work words as YARA rules
https://github.com/uvasoftware/yara-language-nsfw

nsfw yara yara-rules

Last synced: 17 days ago
JSON representation

Lists of not-suitable-for-work words as YARA rules

Awesome Lists containing this project

README

        

### List of NSFW (not suitable for work) language in [YARA](http://virustotal.github.io/yara/) pattern-matching format

→ based upon work from https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words

→ this database powers the nsfw language feature of the https://scanii.com content analysis service

#### Compiling the rules

```
% make build
mkdir -p ./dist
yarac src/entrypoint.yara ./dist/language-nsfw.db
```