Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uvasoftware/yara-language-nsfw
- Owner: uvasoftware
- License: apache-2.0
- Created: 2016-05-31T04:43:02.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T19:35:51.000Z (about 1 year ago)
- Last Synced: 2024-04-18T00:14:05.530Z (9 months ago)
- Topics: nsfw, yara, yara-rules
- Language: YARA
- Homepage:
- Size: 86.9 KB
- Stars: 25
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```