AnonHacks

‎‎‎‎‎‎‎‎‎‎‎Hello Freaks, Anonymous here welcome to the blog 'ANONHACKS' ‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎

  • Home
  • About me
facebook Instagram Linkedin twitter

 




Hack whatsapp user's sessions ( chat, camera, audio whatsapp sandbox storage, chat database) by Whatsapp Remote Code Execution exploit without touching victims phone just by sending a GIF image 🖼

👨‍🏫 PDF Tutoral Link -
📥 https://t.me/anonhacks/1453

Whatsapp GIF Attack Vectors


WhatsApp GIF hack can be executed by two ways
1. Local privilege escaltion (from a user app to WhatsApp): A malicious app is installed on
the Android device. The app collects addresses of zygote libraries and creates a
malicious GIF file that results in code execution in WhatsApp. This allows the malware
app to steal files from WhatsApp sandbox including message database.

2. Remote code execution: Pairing with an application that has a remote memory
information disclosure vulnerability, The attacker can collect the addresses of zygote
libraries and craft a malicious GIF file to send it to the user via WhatsApp (must be as an
attachment, not as an image through Gallery Picker as WhatsApp tries to convert media
files into MP4 and that would make your malicious GIF useless). As soon as the user
opens the Gallery view in WhatsApp, the GIF file will trigger a remote shell in WhatsApp
context.

Enjoy freaks👍

If you have any enquiries ping me on telegram or instagram. 
1
Share


Hello Freaks Anonymous here welcome to Anonhacks. Today I'm going to explain how to work with IP address during offline. So let's get into the topic. 

There is a module and lost file called GeoIP.dat. Usually Linux operating systems have this file pre-installed. In my case, Kali hasn't it pre-installed so i will tell you how to get this file and how to work with IPs offline.


1. Download The IP Database


Depending what you want to do you can download the database from here : https://www.miyuru.lk/geoiplegacy


I choose ipv4 db-ip-city.


sudo mkdir /usr/share/GeoIP/


sudo wget -N https://dl.miyuru.lk/geoip/dbip/city/dbip4.dat.gz -O /usr/share/GeoIP/GeoLite.dat.gz


sudo gunzip /usr/share/GeoIP/GeoLite.dat.gz


2. Install Python Module 


pip3 install pygeoip


3. Working with geoip


python3 # To start python3


import pygeoip

g = pygeoip.GeoIP("/usr/share/GeoIP/GeoLite.dat")

g.country_name_by_addr("205.185.223.142")


You can use different method to get information about an IP address.


Region Lookup 


g.region_by_addr("205.185.223.142")

g.region_by_name("google.com")


City Lookup 


g.record_by_addr("205.185.223.142")


Organization Lookup


g.org_by_name("dell.com")


Timezone Lookup


g.time_zone_by_addr("205.185.223.142")

g.time_zone_by_name("dell.com")


ISP Lookup


g.isp_by_name("dell.com")


ASN Lookup 


g.asn_by_name("dell.com")


Please note that if you get an error like : pygeoip.GeoIPError, then go for another geoip.dat from their website.


That's it, if you have any enquiries ping me on Telegram or Instagram. 

0
Share
Newer Posts Older Posts Home

Follow On

  • facebook
  • instagram
  • Telegram

Search This Blog

  • February 2022 (1)
  • January 2022 (2)
  • June 2021 (2)
  • May 2021 (5)
  • April 2021 (11)
  • March 2021 (6)
  • February 2021 (4)
  • January 2021 (4)
  • December 2020 (2)
  • August 2020 (17)

Hidden WIKI

Search results

Translate

About Me

My photo
Admin
View my complete profile

Top 10 Reasons Why Python is So Popular and Why You Should Learn Python

  Every decade brings a new programming language that sweeps developers off their feet. One of the most popular and in-demand programming la...

Link List

  • instagram
  • Telegram

Popular Posts

  • ⚜What is an ORM?
     ⚜What is an ORM?  🛡ORM stands for Object Relational Mapper. It allows you to create and manage your databases easily using models. 🔱A typ...
  • Hack WhatsApp By Sending a Link
     INTRODUCTION WhatsApp has become an important part of billions of people’s life. Many of us woke up or go to bed, by checking our WhatsApp ...
  • Hack Whatsapp account by mac spoofing in 7steps
    MAC - It stands for Media Access Control and it is an identification number assigned to the Wi-Fi and network adapter.   A good thing is the...
Copyright © 2019 AnonHacks

Created By Anonymous Shared By Ramkishore