Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fed5453

Browse files
committed
Octal.. whodathunkit
1 parent 79f0d1d commit fed5453

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

houseccon-2015-august/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Solve the captcha: `120117124101124117`
2424
* Convert each set to a letter
2525
* Offset the answer in order to pass to a substitution solver
2626

27+
EDIT: Turns out this is actually octal. Whodathunkit?! Oh well, the solution also works below ;-)
28+
2729
```python
2830
>>> cap = '120117124101124117'
2931
>>> for offset in xrange(20):

0 commit comments

Comments
 (0)