TikOsint: TikTok Profile Information Gathering Tool

TikOsint is an open-source intelligence (OSINT) tool designed to collect publicly available information from TikTok accounts. You can install and use it on any Linux system to perform basic TikTok reconnaissance and information gathering tasks.

Features of TikOsint tool:

  • View public TikTok profile information.
  • Collect follower and following details.
  • View public videos.
  • Analyze hashtags.
  • Gather publicly available account information.
  • Learn basic TikTok OSINT techniques.

Installation Commands

Below are the simple commands to install TikOsint on a Linux system. Follow each command step by step to download and set up the tool successfully.

Update your system packages.

sudo apt update && sudo apt upgrade -y

Install Git and Python.

sudo apt install git python3 python3-pip -y

Clone the TikOsint repository.

git clone https://github.com/cy3erm/TikOsint.git

Move into the project directory.

cd TikOsint

Install the required Python packages.

pip3 install -r requirements.txt

TikOsint is now installed and ready to use.

Usage Guide

Start the tool.

python3 TikOsint.py

After running the command, enter the TikTok username when prompted. TikOsint will collect publicly available information and display the results inside the terminal.

Whenever you want to use TikOsint again, open the project directory and run:

cd TikOsint
python3 TikOsint.py

Enter the target TikTok username and TikOsint will automatically collect publicly available information about the account.

Overview

TikOsint is a simple Linux tool for gathering publicly available information from TikTok profiles. It helps collect profile details and other public account information using simple terminal commands, making it useful for basic OSINT and reconnaissance tasks.

SHARE THIS POST: