FavScout

command module
v0.0.0-...-a569dee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2025 License: GPL-3.0 Imports: 11 Imported by: 0

README

FavScout

A command-line tool to find the favicon hash of a list of URLs.

Description

FavScout is a simple and fast tool written in Go that takes a list of URLs as input and finds the hash of their favicon.ico file. It uses multithreading to process the URLs concurrently, making it very fast.

Usage

./FavScout -f <file_with_urls> -t <threads>
Arguments
  • -f: Path to the file containing the list of URLs (one URL per line).
  • -t: Number of threads to use (default is 10).

Installation

To build the tool from the source code, you need to have Go installed on your system. Then, you can run the following command:

go install github.com/Fis3rm4n/FavScout@latest

This will create a binary named FavScout in the current directory.

Example

  1. Create a file named urls.txt with the following content:

    http://google.com
    http://github.com
    http://example.com
    
  2. Run the tool with the following command:

    ./FavScout -f urls.txt
    
  3. The output will be:

    http://github.com [359902141]
    http://google.com [2294604136]
    http://example.com
    

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL