Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 598 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 598 Bytes

crack_pass

Author: Snaakn

Description

You have managed to steal a password in hash form. Write a script to crack it.

Concepts and libraries you should be familiar with:

  • variables
  • (primitive) types
  • functions
  • loops

Setup

Linux

Nothing to do

Windows

Nothing to do

All challenges require the essentials to be set up!

Run

python3 crack_pass.py

Task

The password hash and additional hints can be found in the crack_pass.py.


GLHF!