Networking Basics for Ethical Hackers (Beginner to Pro Guide)
LearnSkillsHub is a technology learning blog focused on providing simple and practical tutorials for beginners. This blog covers ethical hacking, Kali Linux guidance, cyber security basics, networking concepts, and modern technology tutorials. Our goal is to make complex technical topics easy to understand through clear, step-by-step explanations and ethical learning practices. OFFICIAL YOUTUBE :-https://youtube.com/@learnskills-rk7rv?si=zeXay9-j6APMVbAp
GhostTrack GitHub Tool Installation Step-by-Step (Beginner Tutorial)
GhostTrack is an open-source tracking tool for gathering information like IP, location, phone, and username data via various OSINT methods. It’s popular for security research and ethical hacking learning — but you must only run it on systems you own or with explicit permission.
Before installing GhostTrack, make sure you have:
Git (to clone the repository)
Python 3 (required to run the tool)
A Linux computer or Termux (Android)
(Termux is a terminal app that lets you run Linux packages on Android).
Update & install basics
sudo apt update && sudo apt upgrade
sudo apt install git python3 python3-pip -y
Clone GhostTrack
git clone https://github.com/HunxByts/GhostTrack.git
Enter the directory
cd GhostTrack
Install Python dependencies
pip3 install -r requirements.txt
Run the tool
python3 GhostTR.py
Once running, you’ll see a menu with options like:
IP Tracker
Phone Tracker
Username Tracker
Choose the option you want when prompted.
Install Git & Python
pkg update && pkg upgrade -y
pkg install git python -y
Clone & install dependencies
git clone https://github.com/HunxByts/GhostTrack.git
cd GhostTrack
pip install -r requirements.txt
Run
python GhostTR.py
The menus and usage are the same as above.
After launching, the tool provides options to:
Track an IP address
Gather info on a phone number
Search usernames across platforms
Pick a number from the menu to choose the function you want.
✅ GhostTrack is an information-gathering OSINT tool.
❌ Do not use it on systems, services, or individuals you don’t own or don’t have explicit permission to analyze.
๐ Ethical hacking means respecting privacy and the law.
If you’d like, I can also provide a demo walkthrough or explain what each menu option actually does. Just ask!
Comments
Post a Comment