update draft post (lost passwords)
This commit is contained in:
parent
bf5cb01073
commit
aada116dcc
1 changed files with 14 additions and 9 deletions
|
@ -1,13 +1,21 @@
|
|||
---
|
||||
title: Recover Your Lost Password On The Command Line
|
||||
summary:
|
||||
date: 2024-07-27T09:43:37+02:00
|
||||
lastmod: 2024-07-28T05:56:54+0000
|
||||
summary: >
|
||||
If you are like me and use many different passwords you may come to that point
|
||||
when you can't think of a password for a specific service (or (zip)file). This
|
||||
is how I recover most of them.
|
||||
date: 2024-08-18T16:36:17+0200
|
||||
#lastmod:
|
||||
categories:
|
||||
- amateur-radio
|
||||
- computerstuff
|
||||
- amateur-radio
|
||||
- computerstuff
|
||||
tags:
|
||||
- draft_post
|
||||
- pentest
|
||||
- scripting
|
||||
- john
|
||||
- hashcat
|
||||
- command-line
|
||||
- draft_post
|
||||
|
||||
# showBreadcrumbs: true
|
||||
# showDate: false
|
||||
|
@ -32,9 +40,6 @@ draft: true
|
|||
|
||||
---
|
||||
|
||||
If you are like me and use many different passwords you may come to that point
|
||||
when you can't think of a password for a specific service. (or file (zip)).
|
||||
|
||||
I usually save most variations of my passwords in a secure file and with a rule
|
||||
file I can re-create most of the passwords that I have ever used.
|
||||
|
||||
|
|
Loading…
Reference in a new issue