Skip to content

core-val/webscout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

WebScout v1.0.0

An ultra-fast OSINT username scanner written in Go. Hunts for digital footprints across 50+ platforms in less than 3 seconds using lightweight multi-threading technologies. Fully portable. No libraries or dependencies required.

⚑ Demo & How it Works

Tip

Watch the video below to see WebScout in action scanning 50+ platforms in real-time!

webscout_demo

πŸ“¦ Download & Run (Pre-compiled Binaries)

WebScout is completely portable. No installation, no external dependencies, and no Go required. Just download the file for your OS, open your terminal, and run.

πŸͺŸ Windows

  1. Open Windows Terminal (PowerShell or CMD).
  2. Go to the Releases section on the right side of this page and download webscout-win64.exe.
  3. Run the tool:
.\webscout-win64.exe

🐧 Linux

  1. Open your system terminal.
  2. Download webscout-linux64 from the Releases section.
  3. Grant execution permissions and run:
chmod +x webscout-linux64
./webscout-linux64

🍏 macOS (Apple Silicon M-series)

  1. Open Terminal.
  2. Download webscout-mac-arm64 from the Releases section.
  3. Grant permissions and run:
chmod +x webscout-mac-arm64
./webscout-mac-arm64

🍏 macOS (Intel Chips)

  1. Open Terminal.
  2. Download webscout-mac-intel from the Releases section.
  3. Grant permissions and run:
chmod +x webscout-mac-intel
./webscout-mac-intel

Important

This tool is developed for educational purposes only.

Packages

 
 
 

Contributors