Professor Osint Tool in Termux – Installation & Usage Commands

Professor is a multi-purpose OSINT and networking tool that provides different information gathering features in one place. It includes options like website info, IP tracking, DNS checking, port scanning, and more through a simple menu interface. It is useful for basic information gathering and learning in Termux.

Note: Some features may not work or may be outdated, use only for learning purposes.

Installation Commands

Update Termux and install required packages:

pkg update && pkg upgrade && pkg install git curl -y

Clone the repository:

git clone https://github.com/termuxprofessor/Professor

Move into the directory:

cd Professor

Give permission:

chmod +x *

Run the tool:

bash professor.sh

Usage Commands

Start the tool:

bash professor.sh

Select an option from menu:

Enter choice: 1

Available options menu:

  • Website Info
  • Phone Info
  • Email Check
  • IP Tracker
  • DNS Leak Check
  • Internet Speed Test
  • Subdomain Finder
  • Port Scanner

Follow the on-screen instructions based on selected option.

READ ALSO  Termux voice welcome tools

Leave a Comment