Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/ff-pws
Dump windows password using golang port of laZagne
https://github.com/4thel00z/ff-pws
chrome dump firefox passwords pws
Last synced: about 1 month ago
JSON representation
Dump windows password using golang port of laZagne
- Host: GitHub
- URL: https://github.com/4thel00z/ff-pws
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2021-05-27T07:31:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T07:31:20.000Z (over 3 years ago)
- Last Synced: 2024-11-24T16:51:59.090Z (about 1 month ago)
- Topics: chrome, dump, firefox, passwords, pws
- Language: Go
- Homepage:
- Size: 5.86 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# ff-pws
## Motivation
Dump passwords on a windows machine using the golang port of laZagne.
Especially when you want to migrate a windows machine to a sane OS (linux lel) this is
really handy.## Installation (on a deban-ish host, rest is crappy anyways lel)
Install gcc-\* shizzle:
```
sudo apt update
sudo apt install gcc-multilib gcc-mingw-w64
make # binary is called ff-pws.exe
```## Usage (on a Windows box, obviously)
```
./ff-pws.exe > pws.txt
```## License
This project is licensed under the GPL-3 license.