SkillAgentSearch skills...

PREC

Password Recovery Class for Visual Basic .NET

Install / Use

/learn @HackHound/PREC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PREC

Password Recovery Class for Visual Basic .NET

Installation in your project

Add SQLiteHandler.vb and prec.vb to your project

Example Usage

For Each Drive As DriveInfo In DriveInfo.GetDrives
	If Drive.RootDirectory.FullName = "C:\" Then
		Dim x As New PREC(Drive)
		With x
			.RecoverChrome()
			.RecoverFileZilla()
			.RecoverFirefox()
			.RecoverOpera()
			.RecoverPidgin()
			.RecoverThunderbird()
			.RecoverProxifier()
		End With
		For Each A As Account In x.Accounts
			MsgBox(A.ToString())
		Next
	End If
Next

Recovers passwords for the following apps

  • Google Chrome (45.0.2454)
  • FileZilla (3.14.1.0)
  • Mozilla Firefox (42.0.0.5780)
  • Opera Webbrowser (33.0.1990.115)
  • Pidgin (2.10.11/libpurple 2.10.11)
  • Mozilla Thunderbird (38.2.0)
  • Proxifier (3.15) Does not currently decrypt passwords
View on GitHub
GitHub Stars17
CategoryDevelopment
Updated4mo ago
Forks9

Languages

Visual Basic

Security Score

72/100

Audited on Nov 19, 2025

No findings