core-val/webscout

GitHub: core-val/webscout

Stars: 0 | Forks: 0

# 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 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