GhostTrack GitHub Tool Installation Step-by-Step (Beginner Tutorial)

GhostTrack GitHub Tool Installation Step-by-Step (Beginner Tutorial) ๐Ÿง  What is GhostTrack? 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 .  ๐Ÿ› ️ Prerequisites 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).   ๐Ÿ“ฆ Step-by-Step Installation (Linux / Debian) 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 runni...

Webspoilt - Website Information and Penetration Testing Script

Webspoilt - Website Information and Penetration Testing Script ๐ŸŒ๐Ÿ›ก️

Webspoilt is a powerful script designed to help you gather information about websites and conduct penetration testing. However, it comes with a disclaimer that the creator will not be responsible for any misuse of the script, and users are liable for any losses resulting from their actions.


Features ๐Ÿš€

  1. Find IP Address of the website
  2. DDoS Attack on the website
  3. Bruteforce for various platforms such as Instagram, Spotify, Twitter, Netflix, Amazon Prime Video, and Pinterest.
  4. Port Scanner (Coming soon)

Download and Installation ๐Ÿ’พ

Linux:

  1. Clone the repository using the git clone command. :-https://github.com/jarvisstar/Websploit.git
  2. Navigate to the Webspoilt directory.
  3. Install the required dependencies using either pip install -r Requirements.txt or run setup.sh.
  4. Run the script with python3 Webspoilt.

Macintosh:

  1. Clone the repository using the git clone command.
  2. Navigate to the Webspoilt directory.
  3. Install the required dependencies using either pip install -r Requirements.txt or run setup.sh.
  4. Run the script with python3 Webspoilt.

Termux:

  1. Clone the repository using the git clone command.
  2. Navigate to the Webspoilt directory.
  3. Install the required dependencies using either pip install -r Requirements.txt or run setup.sh.
  4. Run the script with python3 Webspoilt. (Note: The Instagram user finder may not currently work in Termux.)

Testing ๐Ÿงช

Webspoilt has been tested on the following operating systems:

  1. Kali Linux
  2. Parrot Linux
  3. Termux (Please note that the Instagram user finder is not currently working in Termux)
  4. Garuda Linux

For more information and updates, visit the https://learnskillshub.blogspot.com/

Remember to use this script responsibly and ethically. Happy testing and exploring websites! ๐Ÿ•ต️‍♂️๐Ÿ”


Comments

Popular posts from this blog

Hacking Tools for Penetration Testing – Fsociety in Kali Linux

Fluxion – The Future of MITM WPA Security Research

Login System in Python Source Code