Coder Social home page Coder Social logo

adamwelch1 / browserbandit Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 166 KB

BrowserBandit searches a browser profile folder (firefox, chrome, etc) and reports on the information found, including user/pass combos, history, autocomplete fields, etc.

C++ 92.43% Shell 0.58% Makefile 0.41% HTML 6.59%

browserbandit's Introduction

BrowserBandit

BrowserBandit searches a browser profile folder (firefox & chrome) and reports on the information found, including user/pass combos, history, autocomplete fields, etc.

Most functionality for reading firefox browser profiles is now implemented and can be used as follows:

./bbandit -p "/path/to/firefox/profile" -b firefox -v

Progress

  • Parse and decrypt Firefox saved credentials

  • Retrieve Firefox history and bookmark entries

  • Retrieve Firefox AutoComplete form entries

  • Parse and decrypt Chrome saved credentials (See notes)

  • Retrieve Chrome history and bookmark entries

  • Retrieve Chrome AutoComplete form entries

  • Add functionality to save a report of retrieved data in progress

  • Create HTML template files for generating an HTML report

  • Implement printing a summary report to the console (first 20 items of each category)

Compiling

In order to compile, you'll need to install the following dependencies:

libnss3, libnss3-dev, libsqlite3-0 and libsqlite3-dev

On Debian-based distros, you can run the following command:

sudo apt-get install libnss3 libnss3-dev libsqlite3-0 libsqlite3-dev

Once the dependencies are installed, just run make to generate an executable.

Notes

It appears that Google Chrome uses the Windows Data Protection API to encrypt stored login credentials. This means that the credentials can only be decrypted when logged in in Windows under that user profile, or possibly from any Windows account on that same machine. Likewise on Linux, it appears to use Gnome-keyring to store credentials, making it difficult/impossible to decrypt.

browserbandit's People

Contributors

adamwelch1 avatar

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.