WebSift OSINT Tool – Simple Website Data Extraction Commands

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

Install required packages:

pkg install git curl wget -y

Clone the repository:

git clone https://github.com/s-r-e-e-r-a-j/WebSift

Move into directory:

cd WebSift && cd WebSift

Give permission:

chmod +x *

Run installer:

bash websift.sh

Usage Commands

Run WebSift:

bash websift.sh

After 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.

SHARE THIS POST: