/shadow_cracker

Sample for parsing hashes in /etc/shadow

Primary LanguagePythonThe UnlicenseUnlicense

APP NAME

un license

INDEX


ABOUT

Sample for parsing hashes in /etc/shadow using rockyou.txt


ENVIRONMENT

  • Python: 3.12.4

HOW TO USE

  1. edit ./shadow_cracer.py
  # FIXME: shadowには/etc/shadowの一行をそのままコピペする
  shadow = "sigma:$6$supersugoisaltda$aGNLnFiImN.8qxP2VoYYCR0Q57uwPsU1ECrLCiTw9A5y68PZKCSsx9J1.EyTjdEwvfF.eJI7.4RlcA4Hswl2./:18765:0:99999:7:::"  # FIXME: this is sample
  1. run tools
docker buildx bake
docker run shadow_cracker_image