Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bararchy/ruby-ann-webattack-filtering
- Owner: bararchy
- License: mit
- Created: 2015-12-04T08:47:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T11:33:09.000Z (about 9 years ago)
- Last Synced: 2024-05-28T20:14:45.574Z (9 months ago)
- Topics: ann, artifical-neural-network, cybersecurity, filter-sql-injection, machine-learning, ruby, sqli, xss, xss-attacks
- Language: Ruby
- Size: 43.9 KB
- Stars: 6
- Watchers: 4
- 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 RubyThe 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.rbThis Project is a POC to try and identify Web attacks by the use of ANN.
License MIT.