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: about 1 year ago
JSON representation
A project to filter SQL Injection and XSS attacks using ANN -- in Ruby
- Host: GitHub
- URL: https://github.com/bararchy/ruby-ann-webattack-filtering
- Owner: bararchy
- License: mit
- Created: 2015-12-04T08:47:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T11:33:09.000Z (over 10 years ago)
- Last Synced: 2025-04-01T04:32:41.914Z (about 1 year ago)
- Topics: ann, artifical-neural-network, cybersecurity, filter-sql-injection, machine-learning, ruby, sqli, xss, xss-attacks
- Language: Ruby
- Size: 43.9 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.