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

Sunday, 18 November 2012

How to Use Cookies and Get Premium Access for All Filehosting

0 comments





What is Premium Cookies ?

The internet and its associated applications are fast becoming smarter and are evolving at a fast pace. The most recent trend among the intelligent online applications is the ability to identify the users and automatically log in them without the user needing to give out any login information. Sounds interesting right? Well, indeed the idea seems fresh and is seen to make the task at hand for most internet users easy and smoother than before.


Premium Cookies

The basic idea about the premium cookies is that they are a few essential website elements that come in as a part of certain websites hosting login services. The basic idea behind a premium cookie is to enable the browser or the website’s database to determine the user without actually asking for any input from the user end.

What this means is simple; it attempts to login into the appropriate user account by identifying browser and IP details rather than based on user input details. This not only makes the process easier for the user but also adds a bit of speed and smoothness to the whole process of going online.


How to use cookies ?

Step 1:Bookmark the "memberdotmy js 2.2" javascript.



Drag the above "memberdotmy js 2.2" link and drop it on your browser's bookmarks or favourites bar.
Step 2:Open the desired website.
Open the website for which you want to load the Cookie
(e.g. rapidgator.ner, rapidshare.com, filefactory.com etc.)
Wait untill the website loads completely.
Step 3:Click the "memberdotmy js 2.2" bookmarks.
From your browser's bookmarks or favorites bar click 
the recently bookmarked "memberdotmy js 2.2" link.
After clicking it, a prompt will appear asking you 
to enter the Cookie.
(you can get latest cookies in this blog tab "Update > cookies")
Step 4:Enter the Cookie.
Paste the cookie in the prompt text box and click OK button.
A message will be shown about whether the Cookie 
has been loaded successfully or not.
Step 5:Refresh the page.
Refresh the page by pressing 'F5'.
If the Cookie is valid then you will see a Premium account.
Step 6:After Logging IN, never Log OUT.

Logging OUT will expire the Cookie and no one 
will be able to use it again. 
So, please never Logout.


credit to : coder143.com, matafungsi

Thursday, 15 November 2012

Cookie Injection Using Greasemonkey

0 comments

There are several Firefox plugins which allow the user to manipulate their browser cookies. However, most of these plugins force the user to manipulate cookies individually. This can become tedious if the user is simply “importing” cookies from, say, a wireshark dump.
The CookieInjector userscript simplifies this process, by allowing the user to copy-paste the cookie portion of the dump and have the cookies from the dump automatically created on the currently viewed web page.

To Use The Script:

Fire up Wireshark, formally Ethereal. Start listening for traffic on the same interface you use to access the internet. To cut down on extra packets, enter tcp as a capture filter. TCP is a transport layer protocol featuring reliable transport, congestion control and connection oriented transfers. Since HTTP uses connections between client and server and therefore the TCP protocol, is is safe to filter out all non-TCP packets. To further filter the packets that Wireshark is displaying enter http.cookie in the filter field. This will filter out all packets which are not using the HTTP application layer protocol and all HTTP packets which do not contain cookies.
Next go to a website that uses cookies. Most websites which support user logins or shopping carts use cookies for these purposes. Make sure that the website that you visit does not encrypt the entire session (such as a banking website), otherwise the packets will be encrypted and not viewable in wireshark. After capturing a couple packets which contain cookies scroll down to the Hypertext Transfer Protocol portion of the packet preview, expand it, and scroll down to the cookie line. Right click on the line, and select copy->Bytes (Printable Text Only). This will copy the human-readable portion of the packet which represents the Cookies associated with this website.
If you haven’t already, install Greasemonkey, and the CookieInjector userscript. Clear your private data, ensuring that the Cookies and Authenticated Sessions options are selected. This will delete all your cookies, so we can see the script in action. Press alt-c to view the CookieInjector dialogue, paste the cookie string from wireshark into the text box and click OK.

How The Script Works:

After the page has loaded the CookieInjector class is initialized. This involves setting up the dialogue and binding a function to the onkeydown event. When the user presses the ALT-C key combination, the CookieInjector keyPress function is called, which checks to see if the correct key combination has been triggered. If it is valid, the dialogue’s display style is changed, making it visible in the middle of the page.
After the user enters the cookie that was copied from Wireshark, the script does a quick cleanup of the string, and then adds the cookies to the browsing session.
Note that the cookie’s host will be the domain that is loaded in the browser when the cookie is injected. The root path will be used for the root of the cookie to ensure that the cookie is persistent across the entire domain. Finally, the cookie is a session cookie, which means that the cookie will expire when the browser is closed.

Security Implications Of Cookies

The use of cookies for identification and authentication presents a dangerous security risk for un-encrypted connections. Most websites (such as Hotmail, Facebook and Gmail), only encrypt the username and password when initially authenticating the user and all traffic following the initial handshake is un-encrypted. As a result, the cookie information is readable by anyone who is listening with appropriate software, and malicious users can steal the cookies of other users on the network, possibly gaining access to their accounts. Un-encrypted or weakly encrypted wireless connections (those which do not use WPA or stronger encryption schemes) are especially susceptible to cookie stealing. This is because anyone with a wireless card can simply listen to all network traffic as it is broadcast through the air, intercepting cookies, images, web pages and any other traffic which may or not be intended for them. Intercepting traffic on a switched network (most LANs) is more complex, but can be accomplished using ARP Poisoning or software such as Ettercap
The take-home lesson is to use encrypted connections, like https, whenever privacy is important. Always remember that if the connection is not encrypted anyone could be listening in.


You can download the tools from here:


Greasemonkey : for Google Chrome user [Here] | for FireFox user [Here]
Cookie Injector : [Here]


credit to : 51° Systems, dustint.com




 

Copyright 2013 All Rights Reserved Customize Revolution Theme by matafungsi