Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dogancanbakir/metamaska

μετάμάσκα - malevolent payload classifier
https://github.com/dogancanbakir/metamaska

command-injection cybersecurity hacktoberfest ml path-traversal python sql-injection vulnerability xss

Last synced: 3 months ago
JSON representation

μετάμάσκα - malevolent payload classifier

Awesome Lists containing this project

README

        

# μετάμάσκα - malevolent payload classifier
meta.mask can detect different types of malicious payloads like SQL injection, XSS, path-traversal, and command injection payloads.

[![pypi](https://img.shields.io/pypi/v/metamaska.svg)](https://pypi.org/project/metamaska/)
[![python](https://img.shields.io/pypi/pyversions/metamaska.svg)](https://pypi.org/project/metamaska/)
[![Build Status](https://github.com/dogancanbakir/metamaska/actions/workflows/dev.yml/badge.svg)](https://github.com/dogancanbakir/metamaska/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/dogancanbakir/metamaska/branch/main/graphs/badge.svg)](https://codecov.io/github/dogancanbakir/metamaska)

* Documentation:
* GitHub:
* PyPI:
* Free software: MIT

## TODO

* support more types
* support interoperable model formats, more at [here](https://scikit-learn.org/stable/model_persistence.html#interoperable-formats)

## Credits

- [Cookiecutter](https://github.com/audreyr/cookiecutter)
- [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage)
- [ML-based-WAF](https://github.com/vladan-stojnic/ML-based-WAF)
- [WAF-A-MoLE](https://github.com/AvalZ/WAF-A-MoLE)