Miteru: An experimental phishing kit detection tool

Miteru

Miteru is an experimental phishing kit detection tool.

How it works

Features

  •  Phishing kit detection & collection.
  •  Slack integration. (Posting a message to Slack if the tool detects a phishing kit.)
  •  Threading.

Installation

$ gem install miteru

Using Docker (alternative if you don’t install Ruby)

$ git clone https://github.com/ninoseki/miteru.git
$ cd miteru/docker
$ docker build -t miteru .
$ docker run miteru
# ex. auto-download detected phishing kit(s) into host machines's /tmp directory
$ docker run -v /tmp:/tmp miteru execute --auto-download

Usage

 

Note: Stoped the process during the execution because it takes minutes to finish.

Note

For using –post-to-slack feature, you should set the following environment variables:

  • SLACK_WEBHOOK_URL: Your Slack Webhook URL.
  • SLACK_CHANNEL: Slack channel to post a message (default: “#general”).

Copyright (c) 2018 Manabu Niseki

Source: https://github.com/ninoseki/