Skip to content

kindawingingit/MalURL

Repository files navigation

malurl_2

test dependencies repo count license last

MalURL

MalURL detects whether website links are malicious or not by applying various machine learning algorithms. MalURL uses machine learning algorithms - Decision Tree and XGBoost on detecting whether a link is malicious or benign or phishing.

Prerequisites :

Docker

Installation Steps:

  1. Clone the repository. git clone https://github.com/BastaAditya/MalURL.git
  2. Change into the directory. cd MalURL
  3. Build the docker image using the Dockerfile. docker build -t malurl .
  4. After the mage is built, run the docker by giving the port mappings. docker run -p 5000:5000 malurl
  5. Open up the browser and headover to http://localhost:5000 to get the home page.

About

MalURL detects whether website links are malicious or not by applying various machine learning algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors