SlashX OSINT Tool – Installation & Commands in Termux

SlashX is a simple command-line tool used in Linux and Termux for searching public information like usernames, emails, and data from different online sources. It works through a terminal interface and provides quick results using different search modules. It is designed for simple OSINT-style searches using minimal commands.

Installation Commands

Update Termux packages:

pkg update && pkg upgrade -y

Install required tools:

pkg install git python -y

Clone the repository:

git clone https://github.com/Nuked88/SlashX

Move into directory:

cd SlashX

Give permission:

chmod +x *

Install dependencies:

pip install -r requirements.txt

Run the tool:

python3 slash.py help

Usage Commands

Start SlashX:

python3 slash.py

Search a username:

python3 slash.py nuked88

Search an email:

python3 slash.py target@gmail.com
READ ALSO  Termux interface change commands

Leave a Comment