GithubHelp home page GithubHelp logo

cookie_stealer's Introduction

Disclaimer - The author will not take any responsibilty if you misuse it in any way. This code is only for educational purpose.

It steals facebook login cookies from firefox's cookie database[cookies.sqlite] and sends the cookie data back to the attacker. After stealing the cookies it also removes the cookies from the DB so that the victim will not be able to end that particular session and the attacker can continue to use it till the victim changes his password or ends all his session from the account settings tab.

This is not a full fledged malware code, It's just a demo to show how easily someone can hack into your account without even entering your login info. You can code it in your own language of choice and make it more advanced and stealth. Still, it's antivirus detection ratio is 0 or say it's FUD because it does not contain any virus signatures nor does it perform any such malicious activity which the antivirus can find malicious.

The code is written in python and you can make changes and convert it into a single executable by using pyInstaller. It sends the data back to the attacker using a PHP code hosted on a website. It's a simple cookie logger php script which I have included here.

It's full description is here: http://hackwhiz.com/2015/01/facebook-cookie-stealing-and-session-hijacking/

How to setup:

1.setup the cookie logger PHP script on your webhost.

2.change the url field in the malware code.

3.Execute the malware code.

Note: It only works if the user has selected remember me and is currently logged in into his FB account from firefox web browser.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.