Skip to content

0xKoda/bl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phishermans Frens

A simple rust CLI to search if a URL is blacklisted as a phishing link.

Install from source

git clone https://github.com/0xKoda/bl &&
cd bl 

Usage

Input a URL, will return GREEN if not on the list, and RED if it appears on the blacklist.

Works Like a CLI, without installing to path, run:

Example: cargo run MetaMask.com

TODO

  • Initial URL search [X]
  • Refactor list to new path []
  • Add TLD IP search []

Credits

Blacklist derived from MM Eth Phishing Detect

Releases

No releases published

Packages

No packages published

Languages