Go to file
ironbound 9943a38260 try for dice 2022-02-07 00:30:46 +01:00
README.md board and ctf files 2022-02-05 10:53:11 +01:00
flag board and ctf files 2022-02-05 10:53:11 +01:00
hash board and ctf files 2022-02-05 10:53:11 +01:00
main.go try for dice 2022-02-07 00:30:46 +01:00

README.md

Sober Bishop

<jeebus> the "bishop" came to our church today
<jeebus> he was a fucken impostor
<jeebus> never once moved diagonally

Fingerprint visualization algorithm paper.
http://www.dirk-loss.de/sshvis/drunken_bishop.pdf

Draw the board

Lets use a 4x4 grid for the final paths

|          o  2333|
|         + . 145E|
|        B . . 224|
|       = . .  13 |
|        S        |
|                 |
|                 |
|                 |
|                 |
+---[THE FLAG]----+

### Value of symbols
    0: ' ',
    1: '.',
    2: 'o',
    3: '+',
    4: '=',
    5: '*',
    6: 'B',
    7: 'O',
    8: 'X',
    9: '@',
    10: '%',
    11: '&',
    12: '#',
    13: '/',
    14: '^',