I first received this malware via private message on March 6th, 2014. IMG_00161.zip , I’m guessing it comes in any IMG_00XXX.zip flavor. While it may look like a zipped image file from a friend, it contains a malicious jar file. Dont make the mistake of executing the jar file. VirusTotal scan gives a detection ratio of 13 / 49. Unpacking Malware…
Category: Code
Monitoring Twitter Keywords and Sentiment Analysis – BITS Pilani
Last year i did a small project – monitoring keywords on twitter, in hope to get better insight about my Alma mater. Unfortunately this lasted only for 9 months, before twitter axed IFTTT search support. 6311 tweets over the period of 9 months (January-August 2012). Sample data is filled with noise as expected, also users keep deleting their tweets later. Medium…
How to hack Google Hurdles Basketball Slalom Canoe 2012 Doodles
This post will quickly go through basic hack which will maximize your score / minimize your time in Google Doodle Olympics 2012. We will use a Free Windows Based Macro Utility called AutoHotKey. You can now define any keystrokes in a .ahk file and convert it to .exe. The AutoHotKey will simulate those key/mouse strokes to your machine. In this…
How to Extract Email (GMail) contents as text using imaplib via IMAP in Python 3
Lets say, you want to find out all the attachments in your GMail inbox > 10MB in size or maybe you want to download all the chat logs at one place of one favorite person. You can use python to login and do a custom operation based on your requirement. Prerequisites: 1. Python installed on your machine 2. IMAP enabled on your GMail…
How to use Broadcast Receiver in Android – Send and Receive SMS
Sending SMS is one of the basic features every phone has. In this tutorial we’ll create a SMS Sending Application for Android. You app can also Intercept any incoming SMS and perform task based on pre-defined rules, we’ll use Broadcast receiver for the listening purpose and write a working code. Project Name: HelloSMS Android Level: Android 2.3.3 Application Name: HelloSMS Package…