MalSCC is a tool to sort out empty pages from bulk scans. This repository contains the source code for the web-app. It uses a pre-trained artificial neural network to categorize the pages.
First execute npm install
to install the required dependencies.
To build the static files for a minimal webserver execute npm run build-dist
.
The output files are going to be generated in the dist
directory.
Run npm run watch
to start the local development server.
I wrote a paper about this project. You can find it here.