WebSift is a simple OSINT tool used to extract useful information from websites. It can collect data like emails, links, and other publicly available details by scanning a given website URL. It works through a single script, making it easy to use even for beginners. It can quickly gather available information from any website.
Installation Commands
Update Termux packages:
pkg update && pkg upgrade -yInstall required packages:
pkg install git curl wget -yClone the repository:
git clone https://github.com/s-r-e-e-r-a-j/WebSiftMove into directory:
cd WebSift && cd WebSiftGive permission:
chmod +x *Run installer:
bash websift.shUsage Commands
Run WebSift:
bash websift.shAfter starting, the tool will ask to enter a website URL. Enter the target website to extract available information like emails, links, and other public data.
