1

For migration purposes i need to get the plaintext password for all our accounts, stored in the shadow file.

Our system uses usernames in the format "firstname.lastname" and password is either "firstname + single_number + single_letter" or "lastname + single_number + single_letter", like "firstname3p" or "lastname3p"

What is the correct way to use filters to extract firstname or lastname and try every combination of number + letter on them?

Soufiane Tahiri
  • 2,657
  • 15
  • 27
tilkov
  • 113
  • 4

1 Answers1

0

In my opinion the best way to do that is creating a wordlist with all the possibilities using a script for example and then using that wordlist in John the Ripper