Quasar Tool

Terminal Guide & Documentation

Quasar Tool Installation & Usage

Quasar is an advanced OSINT and information gathering toolkit designed for reconnaissance. It allows users to collect data about websites, email addresses, phone numbers, and more. Since it is designed for Linux environments, we will use Fedora within Termux to run it.

Prerequisites

Before installing Quasar, you need to set up a Fedora environment using proot-distro.

TERMINAL SETUP
pkg update && pkg upgrade -y
pkg install proot-distro -y

Installation Commands

Follow these steps to install and configure Quasar within the Fedora environment.

1. Install and Login to Fedora

TERMINAL FEDORA
proot-distro install fedora
proot-distro login fedora

2. Install Dependencies (Inside Fedora)

TERMINAL DNF
dnf update -y
dnf install git python3 -y

3. Clone and Install Quasar

TERMINAL INSTALL
git clone https://github.com/Cyb0r9/quasar
cd quasar
chmod +x install.sh
bash install.sh

Usage & Menu Options

To start Quasar, navigate to the directory (inside Fedora) and run the shell script.

TERMINAL LAUNCH
bash quasar.sh

Available Features:

  • Website Information: Gather deep intelligence on target domains.
  • E-mail Checker: Verify and audit email address data.
  • Phone Number Info: Perform reconnaissance on mobile identifiers.
  • BIN Checker: Verify credit card Bank Identification Numbers.
  • IP Locator: Track and map the geographical location of IP addresses.
  • Port Scanner: Identify open services and vulnerabilities.

Explore More Tools

Nmap

Powerful network discovery and security auditing.

WAFW00F

Identify Web Application Firewalls (WAF).

Cool Commands

Visual and fun terminal commands for Termux.