Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f0d1d commit fed5453Copy full SHA for fed5453
houseccon-2015-august/README.md
@@ -24,6 +24,8 @@ Solve the captcha: `120117124101124117`
24
* Convert each set to a letter
25
* Offset the answer in order to pass to a substitution solver
26
27
+EDIT: Turns out this is actually octal. Whodathunkit?! Oh well, the solution also works below ;-)
28
+
29
```python
30
>>> cap = '120117124101124117'
31
>>> for offset in xrange(20):
0 commit comments