Skip to content

Commit

Permalink
Merge pull request #34 from ninoseki/v0.9.0
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
ninoseki committed Oct 16, 2018
2 parents 93bb22b + 91b7ac2 commit 3f01dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,8 @@ Miteru is an experimental phishing kit detection tool.
- [urlscan.io](https://urlscan.io/search/#certstream-suspicious)
- [OpenPhish community feed](https://openphish.com/feed.txt)
- [PhishTank feed](http://data.phishtank.com/data/online-valid.csv)
- It checks a suspicious URL whether it has a directory listing and contains a phishing kit (`*.zip` file) or not.
- It checks a suspicious URL whether it has a directory listing and contains a phishing kit (compressed file) or not.
- Note: compressed file = `*.zip`, `*.rar`, `*.7z`, `*.tar` and `*.gz`.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/miteru/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Miteru
VERSION = "0.8.0"
VERSION = "0.9.0"
end

0 comments on commit 3f01dd1

Please sign in to comment.