All Projects → 0xfd3 → OutlookPasswordRecovery

0xfd3 / OutlookPasswordRecovery

Licence: other
This tool usable for recover Outlook passwords and it working with all versions. I tested with 2007, 2010, 2013 and 2016.

Programming Languages

Visual Basic .NET
514 projects

Projects that are alternatives of or similar to OutlookPasswordRecovery

Wifi Passview
An open source batch script based WiFi Passview for Windows!
Stars: ✭ 157 (+1021.43%)
Mutual labels:  password, recovery
Zydra
Stars: ✭ 178 (+1171.43%)
Mutual labels:  password, recovery
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (+1314.29%)
Mutual labels:  password, outlook
chinese-diceware
Diceware word lists in Chinese
Stars: ✭ 27 (+92.86%)
Mutual labels:  password
keepassxc-pwned
Check your keepassxc database against previously breached haveibeenpwned passwords
Stars: ✭ 25 (+78.57%)
Mutual labels:  password
password-hasher
The PasswordHasher component provides password hashing utilities.
Stars: ✭ 425 (+2935.71%)
Mutual labels:  password
webpassgen
Simple web-based password generator
Stars: ✭ 111 (+692.86%)
Mutual labels:  password
LBFH
About All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers
Stars: ✭ 46 (+228.57%)
Mutual labels:  password
moac
Generate passwords and analyze their strength given physical limits to computation
Stars: ✭ 16 (+14.29%)
Mutual labels:  password
todos-express-password
Todo app using Express and Passport for sign in with username and password.
Stars: ✭ 739 (+5178.57%)
Mutual labels:  password
django-pwned
A collection of django password validators
Stars: ✭ 22 (+57.14%)
Mutual labels:  password
pywnedpasswords
Checkt pwnedpasswords.com in a secure way
Stars: ✭ 22 (+57.14%)
Mutual labels:  password
ComPP
Company Passwords Profiler (aka ComPP) helps making a bruteforce wordlist for a targeted company.
Stars: ✭ 44 (+214.29%)
Mutual labels:  password
LInkedIn-Reverese-Lookup
🔎Search LinkedIn profile by email address📧
Stars: ✭ 20 (+42.86%)
Mutual labels:  outlook
mopass
A OpenSource Clientless & Serverless Password Manager
Stars: ✭ 40 (+185.71%)
Mutual labels:  password
mpw-rs
Master Password in Pure Rust
Stars: ✭ 34 (+142.86%)
Mutual labels:  password
btrfscue
Recover files from damaged BTRFS filesystems
Stars: ✭ 28 (+100%)
Mutual labels:  recovery
jumble-password
🔐 A tiny tool to create unique id's or passwords.
Stars: ✭ 30 (+114.29%)
Mutual labels:  password
PASSY
This project has moved to GitLab.com
Stars: ✭ 14 (+0%)
Mutual labels:  password
pwl
Password Lense: reveal character types in a password
Stars: ✭ 20 (+42.86%)
Mutual labels:  password

OutlookPasswordRecovery

This tool usable for recover Outlook passwords and it working with all versions. I tested with 2007, 2010, 2013 and 2016.

Disclaimer

This program is for Educational purpose ONLY. Do not use it without permission. The usual disclaimer applies, especially the fact that me is not liable for any damages caused by direct or indirect use of the information or functionality provided by these programs. The author or any Internet provider bears NO responsibility for content or misuse of these programs or any derivatives thereof. By using this program you accept the fact that any damage (dataloss, system crash, system compromise, etc.) caused by the use of these programs is not my responsibility.

Usage

Dim ot As New List(Of RecoveredApplicationAccount)
ot = GetOutlookPasswords()
If ot.Count > 0 Then
    For Each Account As RecoveredApplicationAccount In ot
      Console.WriteLine("--------------------------------")
      Console.WriteLine("URL: " & Account.URL)
      Console.WriteLine("Email: " & Account.UserName)
      Console.WriteLine("Password: " & Account.Password)
      Console.WriteLine("Application: " & Account.appName)
      Console.WriteLine("--------------------------------")

    Next
End If

Note

You can update registry keys in the future for new versions of Outlook.

Dim pRegKey As RegistryKey() = {Registry.CurrentUser.OpenSubKey("Software\Microsoft\Office\15.0\Outlook\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676"),
            Registry.CurrentUser.OpenSubKey("Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676"),
            Registry.CurrentUser.OpenSubKey("Software\Microsoft\Windows Messaging Subsystem\Profiles\9375CFF0413111d3B88A00104B2A6676"),
            Registry.CurrentUser.OpenSubKey("Software\Microsoft\Office\16.0\Outlook\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676")}

Reference

http://securityxploded.com/outlookpasswordsecrets.php

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].