Detect SQL Injection Payloads
Explore the docs »
View Web Application
·
Report Bug
·
Request Feature
Table of Contents
Protego essentially bundles batch modeling algorithms from SciKit Learn with online modeling algorithms from River. It's purpose is to build machine learning models capable of detecting SQL injection payloads. The only items in this package restricted to SQL injection is a DataLoader class, which will fetch 115k samples that I have collected, and the FeatureExtractor class. The models themselves can be trained for any type of classification task.

This package can be downloaded using PyPI.
pip3 install protego-sqli
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'adding new feature xyz'
) - Push to the Branch (
git push origin feature/newFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Bradley Reeves - reevesbra@outlook.com
Project Link: https://github.com/reevesba/protego