Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 553 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 553 Bytes

Mechanism-against-XSS

A security meachanism that prevents user from visiting malicious URLs in their broswer.

An ML model was trained using the Random forest classifier and incorporated into a Django web server, the Django API receives requests with URLs in the body of the request and passes it to the trained model for prediction, It returns the prediction of the URL as being malicious or not as the response to the request. The client-side is written in Typescript and deployed as Chrome web browser extension communicating with the Django API.