Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bararchy/ruby-ann-webattack-filtering

A project to filter SQL Injection and XSS attacks using ANN -- in Ruby
https://github.com/bararchy/ruby-ann-webattack-filtering

ann artifical-neural-network cybersecurity filter-sql-injection machine-learning ruby sqli xss xss-attacks

Last synced: 4 months ago
JSON representation

A project to filter SQL Injection and XSS attacks using ANN -- in Ruby

Awesome Lists containing this project

README

        

# ruby-ann-webattack-filtering
A project to filter SQL Injection and XSS attacks using ANN -- in Ruby

The Ruby Neural Network class is from: https://github.com/gbuesing/neural-net-ruby
The BagOfWords class is from: https://github.com/gbuesing/kmeans-clusterer/blob/master/examples/utils/bag.rb

This Project is a POC to try and identify Web attacks by the use of ANN.

License MIT.