You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cracking hashes is the fundamental attacker activity. In this culmination of what we've learned in Python so far, we roll our own prototype password cracking utility
For peeps who already know Python & programming pretty well, I present some reversing challenges that will test the your lower bound on coding knowledge!
What do we do when we don't know what a file is? This is an issue that comes up often in digital forensic investigations when dealing with deleted data.
After learning how to use the most powerful programming construct (the `for` loop), we build on this knowledge by adding "Composition" to our problem solving strategy and file ops to our toolbox