Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Feb 6, 2024
1 parent 8bf726b commit 70cb938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Miteru

[![Gem Version](https://badge.fury.io/rb/miteru.svg)](https://badge.fury.io/rb/miteru)
[![Ruby CI](https://github.com/ninoseki/miteru/actions/workflows/test.yml/badge.svg)](https://github.com/ninoseki/miteru/actions/workflows/test.yml)
[![Ruby CI](https://github.com/ninoseki/miteru/actions/workflows/ruby.yml/badge.svg)](https://github.com/ninoseki/miteru/actions/workflows/ruby.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/ninoseki/miteru/badge)](https://www.codefactor.io/repository/github/ninoseki/miteru)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/miteru/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/miteru?branch=master)

Expand All @@ -14,12 +14,12 @@ I take no responsibility and/or liability for how you choose to use this tool.

## How It Works

- It collects phishy URLs from the following feeds:
- urlscan.io's automatic submissions. (`task.method:automatic`)
- Collect phishy URLs from the following feeds:
- urlscan.io's automatic submissions. (`task.method:automatic AND NOT task.source:urlscan-observe`)
- urlscan.io phish feed. (available for Pro users)
- [mitchellkrogza/Phishing.Database](https://github.com/mitchellkrogza/Phishing.Database)'s `phishing-links-ACTIVE-NOW.txt`.
- [ninoseki/ayashige](https://github.com/ninoseki/ayashige) feed.
- It checks each phishy URL whether it enables directory listing and contains phishing kits (compressed files) or not.
- Check each phishy URL whether it enables directory listing and contains phishing kits (compressed files) or not.
- Note: Supported compressed files are: `*.zip`, `*.rar`, `*.7z`, `*.tar` and `*.gz`.

## Docs
Expand Down
2 changes: 1 addition & 1 deletion lib/miteru/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Miteru
VERSION = "2.0.3"
VERSION = "2.1.0"
end

0 comments on commit 70cb938

Please sign in to comment.