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.
Docker
- Clone the repository.
git clone https://github.com/BastaAditya/MalURL.git - Change into the directory.
cd MalURL - Build the docker image using the Dockerfile.
docker build -t malurl . - After the mage is built, run the docker by giving the port mappings.
docker run -p 5000:5000 malurl - Open up the browser and headover to
http://localhost:5000to get the home page.