Showing posts with label Awesome. Show all posts
Showing posts with label Awesome. Show all posts

ANDROID 4.4 KITKAT LEAKED PICTURES WITH FULL SPECS AND FEATURES- uncovered

Posted by Varatha krishnan On Wednesday, October 16, 2013 0 comments

Android........


Has been the best o.s in the history of this world, which is designed primarily for touchscreen mobiles and tablets. With a number of updates released frequently and an user friendly interface, this stands as an undefeated champion in the mobile O.S.

The newest release of it is kitkat (v4.4)
VersionCode nameRelease dateAPI levelDistribution
4.4KitKatTBATBA0%
4.3Jelly BeanJuly 24, 2013181.5%
4.2.xJelly BeanNovember 13, 20121710.6%
4.1.xJelly BeanJuly 9, 20121636.5%
4.0.3–4.0.4Ice Cream SandwichDecember 16, 20111520.6%
3.2HoneycombJuly 15, 2011130.1%
3.1HoneycombMay 10, 2011120%
2.3.3–2.3.7GingerbreadFebruary 9, 20111028.5%
2.3–2.3.2GingerbreadDecember 6, 201090%
2.2FroyoMay 20, 201082.2%
2.0–2.1EclairOctober 26, 200970%
1.6DonutSeptember 15, 200940%
1.5CupcakeApril 30, 200930%

As shown above, the usage of android was at the peak to the recent one jellybean, which had a mammoth 49% distribution.


EXPECTED FEATURE OF V4.4:

☀ Transparent notification
☀ Transparent navigation bar
☀ Ability to add more homescreen panes
☀ New boot animation
☀ Google photos
☀ Usage of Camera without an unlock
☀ Improved user interface and much more.


Thus the kitkat is going to be a killer in the series of android and when it's out, it'll be like a BANG in the mobile o.s market with spilled out features.

VERDICT:
Android V4.4 is worth the wait. 


statistics from:wikipedia.com

READ MORE

Facebook hacking-Clickjacking process.Simple trick.!

Posted by Varatha krishnan On Tuesday, May 21, 2013 0 comments

What is Clickjacking?

Clickjacking is a technique used by hackers or spammers to trick or cheat the users into clicking on links or buttons that are hidden from normal view (usually links color is same as page background). Clickjacking is possible because of a security weakness in web browsers that allows web pages to be layered and hidden from general view. In this situation what happens is that You think that you are clicking on a standard button or link, like the PLAY button or download button on an video or some stuff, but you are really clicking on a hidden link. Since you can’t see the clickjacker’s hidden link, you have no idea what you’re really doing. You could be downloading malware or making all your Facebook information public without realizing it. Some good hackers make ajax keyloggers and put them as javascripts over their fake websites and when you open them they retrieve all your passwords stored in web browser and records whatever you type while the web browser is open and stores this information on their servers.

There are several types of clickjacking but the most common is to hide a LIKE button under a dummy or fake button. This technique is called Likejacking. A scammer or hacker might trick you by saying that you like a product you’ve never heard. At first glance, likejacking sounds more annoying than harmful, but that’s not always true. If you’re scammed for liking Mark Zukenberg​, the world isn’t likely to end. But you may be helping to spread spam or possibly sending Friends somewhere that contains malware.

 How It Work ?

The like button is made hidden and it moves along with the mouse.So, wherever the user clicks, the like button is clicked and your fan page is liked.First download the JavaScript from the below download link.

Mediafire

After downloading the script extract all the files.Now modify the config.js and follow the below instructions.

1. Modify config.js file in "src" folder to change fan page URL and other things.
Comments are provided beside them to help you what they do exactly.

2. There is a time out function after which the like button will not be present(move) anymore. 
"time" if set to 0 will make it stay forever(which is usually not preferred).

3. Set opacity to '0' before you run the script. Otherwise the like button will not be invisible

Properly set the var in the file if it is jumbled ?

 After modifying the config.js script upload these scripts to javascript hosting website.I prefer yourjavascript you can also upload to some other website. 

How To Run The Script ?

1. Add config.js just above head tag in your pages
----------------------------------------------------------------------------------------------------------------
<script language="javascript" src="src/config.js"> </script>
----------------------------------------------------------------------------------------------------------------

2. Add like.js after body tag in your pages
----------------------------------------------------------------------------------------------------------------
<script language="javascript" src="src/like.js"> </script>
----------------------------------------------------------------------------------------------------------------

Remove src link with your uploaded link.

5. That's it. The script is ready to go.

Note: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do. Hacking email accounts is criminal activity and is punishable under cyber crime and you may get upto 40 years of imprisonment, if got caught in doing so.

READ MORE

Facebook Hack- Session Hijacking Attack- Super cool...!

Posted by Varatha krishnan On 0 comments
What Is Session Hijacking Attack ? 
Session hijacking, also known as TCP session hijacking, is a method of taking over a Web user session by surreptitiously obtaining the session ID and masquerading as the authorized user. Once the user's session ID has been accessed (through session prediction), the attacker can masquerade as that user and do anything the user is authorized to do on the network. 

The session ID is normally stored within a cookie or URL. For most communications, authentication procedures are carried out at set up. Session hijacking takes advantage of that practice by intruding in real time, during a session. The intrusion may or may not be detectable, depending on the user's level of technical knowledge and the nature of the attack. If a Web site does not respond in the normal or expected way to user input or stops responding altogether for an unknown reason, session hijacking is a possible cause.

Step By Step Explanation Of How To Carry Out This Attack ?


First of all, you would need to connect to an unsecured wireless connection that others are using. Then we start capturing packets transferred over this network. Note that your wireless adapter needs to support monitor mode to scan all packets transferred over a network. you can check your wi-fi card specifications to see if it supports monitor mode.

We would then need to use a network sniffing tool so sniff packets transferred over the network. In this case, I am using a tool called Wireshark (Download From Here). Within wireshark, there is a menu called "Capture"; Under the capture menu, select interfaces from that menu, and a list of your interfaces will come up.


Next you select Start Next to the interface that you have enabled monitor mode on. most times it is the interface that is capturing the most packets. In my case, Microsoft interface is capturing the most packets, so i will select to start capturing with the microsoft interface. You would leave wireshark to capture packets for a couple of seconds depending on the amount of persons currently using the network. Say 30 seconds if 10 people currently are using the network, or 30 minutes if there is barely network activity going on. While capturing, wireshark will look something like this.

  
After capturing a certain amount of packets, or running the capture for a certain amount of time, stop it by clicking on the stop current capture button.


  After stopping the capture, you will need to look for the user's facebook session cookie which, hopefully was transferred in one of the packets captured. to find this cookie, use the wireshark search which can be found by pressing "ctrl + f" on your keyboard. In this search interface, select Find: By "String"; Search In: "Packet Details". and Filter by the string "Cookie". 


When you press find, if there is a cookie, this search will find it, if no cookie was captured, you will have to start back at step 2. However, if youre lucky and some cookies we're captured, when you search for cookie, your interface will come up looking like this in the diagram below. You would notice the cookie next to the arrow contains lots of data, to get the data. the next thing you do is to right click on the cookie and click copy->description. 

After copying the description, paste it in a text file, and separate each variable to a new line (note the end of every variable is depicted by a semicolon eg - c_user=100002316516702;). After some research and experimenting, i figured out that facebook authenticated the user session by 2 cookies called c_user and xs. Therefore you will only need the values of these cookies, and then need to inject them into your browser. Before injecting the cookies, here is what my facebook page looked like:

The next thing you would need to do is to inject this information as your own cookie. so firstly you would need to install a cookie manager extension for your browser, I'm using firefox Cookie Manager. After installing this extension, you will find it under Tools->cookie manager. The interface for cookie manager looks like this:

The first thing we would need to do is to clear all cookies, so clear all the cookies you currently have. Then select the "Add Cookie" link to add a new cookie. The first cookie you will add is the c_user cookie which will have the following information:: Domain - ".facebook.com", name-"c_user", value-"the value you copied earlier from the wireshark scanning" and the Path-"/"; leave the isSecure and Expires On values to default:


 The next thing you do is to hit the "Add" button and the cookie is saved. Repeat the same steps to add the xs cookie with all of the same information, except the value, which would be the xs value you have.


After adding these 2 cookies, just go to facebook.com, refresh the page and... Boom!! you will see you are logged in as that user whose cookie information you stole. Here is my facebook page after i injected those cookies:



Video Demonstration:-
 
Youtube video






Note: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do. Hacking email accounts is criminal activity and is punishable under cyber crime and you may get upto 40 years of imprisonment, if got caught in doing so.

READ MORE

Twitter money bot v2.0.0 free download.!!

Posted by Varatha krishnan On Sunday, May 19, 2013 3 comments


Drive Thousands Of Visitors To Your Websites!

“Twitter Money Bot v2” Features:

 Able To Add Unlimited Twitter Accounts
 Proxy Support
 Extremely Fast Username Scraper & User ID Scraper
 Username And User ID Follower
 Follow Other User’s Followers
 Unfollower
 Unfollow Users Who Don’t Follow You Back Feature
 Reply / @Mention Generator
 Tweet Poster
 Avatar Scraper
 Advanced Scraper And Manager (You can avoid spammy bots with this module)
 Tweet Scraper
 Mass Retweet
 Mass Favorite
 Too Fast Twitter Account Creator
DeathByCaptcha Auto Captcha Solving, Proxies, Fake Email Generator And Multi Threading Supported For Account Creator
 Mass Account Statistics Checker
 Trend Scraper
Random Delay Feature For Some Modules
No Monthly Fees
Lifetime Update & Support
The Cheapest Twitter Marketing Tool On The Market

For more Tricks, Visit http://hottiebucket.com

Download Cool Working Twitter Money Bot V2.0.0 For Free.
Click Me To Download
READ MORE

Facebook Crack- Post any picture or status on any account.!!

Posted by Varatha krishnan On Saturday, May 18, 2013 0 comments


I'm going to be teaching you how to hack someones status on Facebook. This method is very simple and I will include pictures in this tutorial. You can find them by clicking the "spoiler" text.
What you need;

A Hotmail or Gmail email.

Step 1) Go to m.facebook.com/upload.php / you will see a unique email under "post it by email" That is your unique email. What we are trying to do is getting your victims unique email by social engineering them, I will post an example below in step number 2.


[Image: 1V9p5]

Step 2) Get in contact with your slave. Send him a message saying something like "Hey Can you tell me the email on this page : www.m.facebook.com/upload.php, I need it so I can upload something via my email." You can create your own method for this. Another method would be using this email spoofer "http://emkei.cz/" and sending them a message filling out the name. For example, From name: Facebook Staff, From email: facebook.com, etc asking them for the email at m.facebook.com/upload.php




Step 3) Once you have SE'd your victims unique email, go to your hotmail/gmail account and send an email to the unique email he gave you. In the subject box is the status you want to come up on his wall, eg; "text here" the main box is for the picture attachment you want to attach, I don't think you can upload more than 1 image per status, you'll have to try it out :). Once you send it, it will appear on his wall, simple as that. 


[Image: 1VarR] 






Note: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do.
READ MORE

Google Search unknown Tricks-updated release..!!

Posted by Varatha krishnan On Friday, May 17, 2013 0 comments

Google Calculator:
Google search can be used as a calculator. It can calculate anything from the simplest math to the most complex equation. All you need to do is just enter the math in the search box and hit enter. You can use the following functions:

+ - Add
- - Subtract
* - Multiply
/ - Divide
^ - To the Power Of
sqrt - Square Root of a Number


Dictionary Definitions:
You can define any word by entering “define:” following the word. For example define: ignoble
Google will display a list of dictionary definitions for that word.



Search for a Specific Title:
Suppose you came across a great article which you really liked but unfortunately forgot to bookmark it then you can find it easily with the help of Google provided you know the title of the article. Here’s how you do it:
Let’s say you read an article “Women talk three times as much as men” then you can search for it by typing “intitle: Women talk three times as much as men”



Google Converter:
Using this feature you can convert units like millimeter into inches, kilometers into miles, liters into ml, etc. You can do so by typing ‘25km in miles’ for converting km in to miles, ‘50litres in ml’ for converting litres into ml, and so on.



Google Currency Converter:
Google’s search has an inbuilt currency converter. It allows you to perform any currency conversion. All you need to do is just enter the conversion you’d like done into the Google search box and hit “Enter” or click the Google Search button. For instance: “1 USD in INR”



Weather Updates:
You can easily know the weather condition of a specific place. In order to find out, all you need to do is just enter the place name followed by “weather”. For ex: “london weather”



Search on a Particular File Types:
There are various kinds of files available over the net. Searching for a specific file type isn’t really easy. But using this tip you can easily search for a specific file type.
For instance if you want to search for a guide, let’s say a ‘Guide to Building a Successful IT Career’ in ppt format. You can make use of the “filetype:” function. So in order to search for the PPT version of the guide you can enter in search bar ‘Guide to Building a Successful IT Career filetype:ppt’



Search on a Particular Website:
If you want to search for something from a particular site using Google search then you can do so by using the “site:” feature. Here’s how you do it:

Let’s say you want to search for cloverfield DVD on Amazon, you can do so by typing “cloverfield DVD site:www.amazon.com



Get the Local Time anywhere:
Wanna know what time is it in London now? You can ask Google by typing “what time is it London” in the search bar. You can also enter “time (location)” without the quotes.



Remove Unwanted Search Results:
Suppose you wanted to search a Harry potter book review but you ended up in getting reviews of the movie rather than the book. Well in this case you can make Google to exclude the movie results from the search. You can do so by adding “-movie” at the end of the term. For instance: “Harry potter Chamber of secrets -movie” This will give search results excluding the movie- The chamber of secrets.



Search for URL's:
You can even search for URLs in Google search.For instance:“Women_talk_three_times_as_much_as_men”. You can also use “.” “-”instead of “_“. The search will bring up results with the URLs containing the above words entered.



Track Flight Status:
You can also track a particular flight status. All you need to do is just enter the airline and flight number into the search box and hit enter. You’ll get the arrival and departure time of the flight right inside Google’s search results.



Search Google Groups by the Subject Line:
You need to be in the google groups search page before attempting this query; otherwise it might not work correctly. Using the “insubject:” function you can search google groups by the subject line. For instance “insubject:windows xp fast shutdown”



Find Related Sites:
Suppose you find an interesting website and you would like to find some other alternative to this site then you can do so by using “related:” function. For instance if you want to search an alternative forgoogle.com you can do so by entering“related:www.google.com”



Find Links to a Specific URL:
You can find the webpages which have a link to a specific URL using the “link:” function. This is really great as it will help you if you own a website, you can easily find out the pages linking to a page in your site. To use it, you need to enter the whole URL after “link:”

For instance “link:http://www.cnn.com”
Well that’s it for now, hope you liked them. If you know more feel free to mention them here.



Whois Lookup Service:
You can also search for information on a particular domain name. Just type in “whoisdomain.com” and hit enter. You’ll get to see the creation and expiry dates of the domain.

Suggests Words, Phrases and their Results:
This is really helpful if you aren't able to spell a particular word or you would like to know the results a particular word would contain when searched.

READ MORE