Pages

Showing posts with label Internet Hacks. Show all posts
Showing posts with label Internet Hacks. Show all posts

Thursday, November 28, 2013

How to Use Premium Cookies?edit cookies in any websites



In my last post i have explain how to hack the hotfile cookies and download like a premium account user(this article is example of cookie editing). Here is the general tutorial to add or edit premium cookies.

Requirements:

Web Developer Add on



Step 1: Install Web Developer Add on
Install the Web developer add on. Using this add on we are going to edit the cookies

https://addons.mozilla.org/en-US/firefox/addon/web-developer/
Restart the browser. now you can see the web developer toolbar. It consist of Disbale, cookies,css,forms....etc.

Step 2: Visit website
Visit the appropriate website corresponding to your premium cookies.

Step 3:
Now click the Cookies option in the Web developer tool bar. and select View Cookies information. It will show list of cookies.






For adding cookies click the "Add the cookie" in the toolbar instead. then skip to the step 6.

Step 4: Find the cookie
Find the cookie that you want to edit. Some website store login cookie as "auth" cookie. So find the auth cookie.

Step 5: Edit the cookie
click the edit the cookie link.
this will popup the cookie window

Step 6:

paste the premium cookies in the value field

If you are adding cookies manually, cookie name will be blank. So you have to set the correct cookie name also. usually it will be "auth"

Increase the Download speed of Hotfile like premium account-cookies hack

Hi Friends, i think this is my first about hotfile. Hotfile is file sharing website. In hotfile , downloading speed for normal user is very slow. But for premium account it will be faster. In this post, i am going to explain how to downlod files from hotfile like premium account.


Here is video Version of this tutorial:
How to use Premium cookies? Video Tutorial

In this method, we are going to use the premium cookies(cookie got from cookie stealing method). Website detects the user based on the cookies. cookies is only factor that detects whether you are normal user or premium user. More details aboutsession and cookies. So Using the Premium cookies , you can make the website to believe that you are the premium user. Sounds good..!! but how to do? This can achieved by Cookies Editing.


Method 1:  Requirements:


normal Free account in Hotfile
Premium cookies
Install Web Developer Add on


Step 1: Install Web Developer Add on
Install the Web developer add on. Using this add on we are going to edit the cookies


https://addons.mozilla.org/en-US/firefox/addon/web-developer/Restart the browser. now you can see the web developer toolbar. It consist of Disbale, cookies,css,forms....etc. We are going to use cookies option alone for this hack.

Step 2: Login with Free account

Login to your Free account in Hotfile.com

Step 3:
I hope you are in hotfile.com. Now click the Cookies option in the Web developer tool bar. and select View Cookies information. It will list of cookies.


Step 4: Find auth cookie
Find the cookie that named as "auth". (you can see this if you are login ).


Step 5: Edit cookie
Click the Edit cookie link. It will open the new pop up window.
Step 6: Change the Value
Now Delete the contents of Value Label. Paste the premium cookie that you have inside the value text field. and Click ok.


Step 7: What is the next step?
You are now premium member.!!! Start to download hot file like a premium member. Enjoy..!!!


Method 2:

Method 2 is same as method 1. Instead of editing cookie , we just add new cookie. So for this method, no need of free account also.


Visit hotfile.com
Click the cookie option as said in the above method.
Select Add cookie
It will open the small pop up window.
enter "auth" in the name field
Paste the premium cookies in the "Value" field.
Reload the page
That's all you finished.
Both methods works perfectly.
Having doubts ..??!! Post comments here.


Here is the one premium cookie for you:(copy it to your desktop, i will delete as soon as possible)

4afa81803373a6e2c29fcc1f782f8161d327c529eaa4e124e6eff19a822bfe9b

Wednesday, November 27, 2013

Cookies Editing - Web Developer Mozilla Addon



Today i am going to introduce a mozilla add on which will very helpful for web developers (for hackers also).

Features:

View/Add/Edit Cookies
Clear cookies
Disable image in website
Disable java script in website
Disable css in website
more...

Download and install the add on from here:

https://addons.mozilla.org/en-US/firefox/addon/60

or try this

https://addons.mozilla.org/en-US/firefox/addon/web-developer/

What is Session in computer World? Magic Cookies

What is Session?
HTTP communicates with lot of TCP connections, Server should create unique identifer for each Connection.


A Session is a unique identifier that is generated and sent to the client from a server in order to identify the Current Interaction Session.
Whenever you visit a webpage or login to website, the server will store the data about you in your system as a cookie. This cookies will help to identify you.

For example , you are login to Facebook.com. when you login to your account, a cookie will be generated and stored in your local system. if you click the logout, cookies will be destroyed.


Software Implementation:
TCP sessions are implemented using Multi threading concept. Whenever session is generated , a new thread will be created.

HTTP sessions are typically not implemented using one thread per session, but by means of a database with information about the state of each session.

Server side web sessions:
The sessions are stored in Server Machine.

Client side web sessions:
Client-side sessions use cookies . This will reduce the server side storage.

This is best method but there is one drawback. Sessions stored in client is vulnerable to tampering by the hackers. This can be overcome by encrypting the session(but hackers are able to decrypt it also).

HTTP session token

The client usually stores and sends the token as an HTTP cookie and/or sends it as a parameter in GET or POST queries.

The reason to use session tokens is that the client only has to handle the identifier. All session data is stored on the server (usually in a database, to which the client does not have direct access) linked to that identifier.


Magic cookie is simply a cookie that is used to authenticate the user on remote server or simply computer. In general, cookies are used to maintain the sessions on the websites and store the remote address of the website.