Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twelvesec/passcat
Passwords Recovery Tool
https://github.com/twelvesec/passcat
credentials credentials-gathering password-recovery password-retrieval passwords pentest pentesting redteam redteaming secrets
Last synced: 21 days ago
JSON representation
Passwords Recovery Tool
- Host: GitHub
- URL: https://github.com/twelvesec/passcat
- Owner: twelvesec
- License: gpl-3.0
- Created: 2018-08-20T08:15:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T18:55:30.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T17:23:58.952Z (4 months ago)
- Topics: credentials, credentials-gathering, password-recovery, password-retrieval, passwords, pentest, pentesting, redteam, redteaming, secrets
- Language: C
- Size: 2.13 MB
- Stars: 216
- Watchers: 14
- Forks: 74
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - twelvesec/passcat - Passwords Recovery Tool (C)
README
## PassCat
**Passwords Recovery Tool**
PassCat is an open source Windows native C/C++ application capable of retrieving the passwords stored locally on a computer.
*For a full list of our tools, please visit our website https://www.twelvesec.com/*
Written by:
* [maldevel](https://github.com/maldevel) ([twitter](https://twitter.com/maldevel))
---
### Dependencies
* Windows 10 x64
* Microsoft Visual C++ 2017 Redistributable (x64)---
### Supported software
* FileZilla
* Windows Wireless Network
* WinSCP
* Pidgin
* Windows Credential Manager
* Vault Files
* Internet Explorer Browser
* Google Chrome Browser
* Opera Browser
* Firefox Browser
* Thunderbird Email Client (you have to build PassCat for Windows 10 x86. Keep in mind that using the x86 version you will not be able to retrieve Firefox passwords)---
### Build Instructions
* Download Visual Studio 2017 Community Edition.
* Open solution file ("PassCat.sln").
* Choose "Release" option from the dropdown menu in the configuration manager and "x64" Platform.
* Select "Build" -> "Build Solution" from the menu or press the "F6" keyboard shortcut.
* Executable location: "C:\\[path]\[to]\passcat\x64\Release\PassCat.exe"---
### Usage
* Some passwords such as WiFi credentials can only be retrieved by running PassCat as an administrator, so you have to open two command lines, one as an administrator and another one as a normal user.
* Copy the executable file to a more convenient location and change your current directory to this location.
* Open the "cmd.exe" window and change the current directory. e.g.:```
cd "C:\[path]\[to]\passcat\x64\Release\"
```* Execute PassCat
```
.\PassCat.exe
```---
### Credits
* [sqlite-amalgamation](https://www.sqlite.org/download.html)
* [rapidjson](https://github.com/Tencent/rapidjson)
* [LaZagne](https://github.com/AlessandroZ/LaZagne)---