Skip to content

Naturan Demanto

This is a collection of binaries that require a password. They are created as tests for brute-forcing programming exercises.

Binaries

Basic

All of these have a password made up of 3 digits.

Intermediate

All have a password that is a dictionary word with either a digit appended, or letters changed to numbers such that o becomes 0, i becomes 1, e becomes 3, a becomes 4 and s becomes 5

Advanced

These binaries all have passwords made up of lowercase letters. The string comparison function compares letter-by-letter and so will return faster for a guess with a correct letter in the first position than for one with an incorrect letter, and so on.