Skip to content

trmxvibs/WhatsAppHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

WhatsApp Hack

WhatsApp Hacking

This script provides several functionalities including OTP forwarding, LAN scanning, sending links, using QR codes, Snipear attack, using target IP

Features

  1. OTP Forwarding to Own Number

    • This feature allows you to forward OTPs (One-Time Passwords) sent to a target number to your own number.
    • Useful for where OTP interception is required.
  2. LAN (Requires Both Devices on the Same Network)

    • Scans for devices on the same Local Area Network (LAN).
    • Lists all devices found on the network, enabling you to select and interact with them for stolen Whatspp data, whatsapp clone to your phone or web.
  3. Sending a Link

    • This feature allows you to send a link to a target.
    • Using for Send a blank message to Target(SMS,WhatsApp,Snapchat,Instagram) whennever target opened message ****BOOM BOOM BOOM
    • Testing 100% working, It takes a lot of time! Until the target opens the message!
  4. Using QR Code

    • Features Updating soon..................
  5. Sinipear Attack

    • A sophisticated attack that requires at least 4 hours of waiting.
    • This feature is for advanced users and specific testing. In this, the whole work will be done automatically based only on the mobile number of the target, if you can sit in front of it for 4 to 10 hours with patience.
  6. Using Target IP

    • Allows you to specify a target IP address for testing.
    • Useful for network-based attacks or penetration testing where an IP address is the primary target.
  7. (YouTube Channel)

    • Redirects you to the author's YouTube channel.
    • Offers 24/7 service available for educational content and tutorials.
    • YouTube Channel: Termux Vibes

Key Rules

  • Script Need a key to start it. (Updating soon....)
  • Each key can be used a maximum of 3 times.
  • Keys are valid only within 12 hours of the transaction time.
  • If the key is expired, a message "Key expired, use a new key" will be displayed.

This script requires a key to use it. Key update will be provided soon.

Installation and Running Instructions

Termux (Android)

  1. Install Termux: Download and install Termux from the Play Store or from the official website.

  2. Update Package Lists:

    pkg update && pkg upgrade
  3. Install Required Packages:

    pkg install bash nmap
  4. Download the Script: Save the script file to your device. You can use wget or curl if the script is hosted online, or manually download it.

  5. Make the Script Executable:

    chmod +x script.sh
  6. Run the Script:

    ./script.sh

Kali Linux

  1. Update Package Lists:

    sudo apt update && sudo apt upgrade
  2. Install Required Packages:

    sudo apt install bash nmap
  3. Download the Script: Save the script file to your system. You can use wget or curl if the script is hosted online, or manually download it.

  4. Make the Script Executable:

    chmod +x script.sh
  5. Run the Script:

    ./script.sh

Linux (Ubuntu, Kali Linux, Parrot OS, BackBox, BlackArch, DeftLinux, Darco, NodeZero)

  1. Open Terminal.
  2. Make sure you have nmap installed. You can install it using:
    sudo apt-get install nmap
  3. Download the script and make it executable:
    chmod +x script.sh
  4. Run the script:
    ./script.sh

macOS

  1. Open Terminal.
  2. Install nmap using Homebrew:
    brew install nmap
  3. Download the script and make it executable:
    chmod +x script.sh
  4. Run the script:
    ./script.sh

Windows

For Windows, you'll need to use Git Bash or Windows Subsystem for Linux (WSL).

Using Git Bash

  1. Install Git Bash.
  2. Open Git Bash.
  3. Download the script.
  4. Make the script executable:
    chmod +x script.sh
  5. Run the script:
    ./script.sh

Using Windows Subsystem for Linux (WSL)

  1. Install WSL following the instructions here.
  2. Open WSL.
  3. Make sure you have nmap installed. You can install it using:
    sudo apt-get install nmap
  4. Download the script and make it executable:
    chmod +x script.sh
  5. Run the script:
    ./script.sh

Notes

  • Ensure your system has nmap installed for LAN scanning.
  • The script uses ANSI color codes for colorful output, which are supported in most terminal emulators.

Disclaimer

This script is for educational purposes only. The use of this script for any illegal activities is strictly prohibited. The author is not responsible for any misuse of this script.

Author

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages