All Projects → twelvesec → Passcat

twelvesec / Passcat

Licence: gpl-3.0
Passwords Recovery Tool

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Passcat

Mxtract
mXtract - Memory Extractor & Analyzer
Stars: ✭ 499 (+204.27%)
Mutual labels:  pentesting, redteam, credentials
NewNtdllBypassInlineHook CSharp
Load a fresh new copy of ntdll.dll via file mapping to bypass API inline hook.
Stars: ✭ 35 (-78.66%)
Mutual labels:  pentesting, pentest, redteam
Leakscraper
LeakScraper is an efficient set of tools to process and visualize huge text files containing credentials. Theses tools are designed to help penetration testers and redteamers doing OSINT by gathering credentials belonging to their target.
Stars: ✭ 227 (+38.41%)
Mutual labels:  pentesting, redteam, credentials
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+342.07%)
Mutual labels:  pentesting, pentest, redteam
Ssrf Testing
SSRF (Server Side Request Forgery) testing resources
Stars: ✭ 1,718 (+947.56%)
Mutual labels:  pentesting, pentest
Defaultcreds Cheat Sheet
One place for all the default credentials to assist the Blue/Red teamers activities on finding devices with default password 🛡️
Stars: ✭ 1,949 (+1088.41%)
Mutual labels:  pentesting, pentest
Pidrila
Python Interactive Deepweb-oriented Rapid Intelligent Link Analyzer
Stars: ✭ 125 (-23.78%)
Mutual labels:  pentesting, pentest
Cloud Buster
A Cloudflare resolver that works
Stars: ✭ 128 (-21.95%)
Mutual labels:  pentesting, pentest
Hacker Container
Container with all the list of useful tools/commands while hacking and pentesting Kubernetes Clusters
Stars: ✭ 105 (-35.98%)
Mutual labels:  pentesting, pentest
Awesome Mobile Security
An effort to build a single place for all useful android and iOS security related stuff. All references and tools belong to their respective owners. I'm just maintaining it.
Stars: ✭ 1,837 (+1020.12%)
Mutual labels:  pentesting, redteam
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (-20.73%)
Mutual labels:  pentesting, pentest
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (-29.27%)
Mutual labels:  pentesting, pentest
Information Security Tasks
This repository is created only for infosec professionals whom work day to day basis to equip ourself with uptodate skillset, We can daily contribute daily one hour for day to day tasks and work on problem statements daily, Please contribute by providing problem statements and solutions
Stars: ✭ 108 (-34.15%)
Mutual labels:  pentesting, redteam
Gtfoblookup
Offline command line lookup utility for GTFOBins (https://github.com/GTFOBins/GTFOBins.github.io) and LOLBAS (https://github.com/LOLBAS-Project/LOLBAS)
Stars: ✭ 123 (-25%)
Mutual labels:  pentesting, redteam
Dllpasswordfilterimplant
DLL Password Filter Implant with Exfiltration Capabilities
Stars: ✭ 107 (-34.76%)
Mutual labels:  pentest, credentials
Redteam Tactics And Techniques
Red Teaming Tactics and Techniques
Stars: ✭ 2,190 (+1235.37%)
Mutual labels:  pentesting, redteam
Trigmap
A wrapper for Nmap to quickly run network scans
Stars: ✭ 132 (-19.51%)
Mutual labels:  pentesting, pentest
Reconness
ReconNess is a platform to allow continuous recon (CR) where you can set up a pipeline of #recon tools (Agents) and trigger it base on schedule or events.
Stars: ✭ 131 (-20.12%)
Mutual labels:  pentesting, redteam
Cr3dov3r
Know the dangers of credential reuse attacks.
Stars: ✭ 1,700 (+936.59%)
Mutual labels:  pentesting, credentials
Mida Multitool
Bash script purposed for system enumeration, vulnerability identification and privilege escalation.
Stars: ✭ 144 (-12.2%)
Mutual labels:  pentesting, pentest

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:


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


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].