Skip to content

alaricnet/sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Checker

A CLI tool that checks the input URL for domain information, phishing links, and Malicious URLs.

Installation

  1. Clone the repository
    git clone https://github.com/<username>/url-checker.git
  2. Change the directory
    cd url-checker
  3. Build the binary
    cargo build --release
  4. Run the binary
    ./target/release/url-checker <url>

Usage

./target/release/url-checker <url>

Example

./target/release/url-checker https://google.com

License

Distributed under the MIT License. See LICENSE for more information.

Releases

No releases published

Packages

No packages published

Languages