Skip to content

Commit

Permalink
Fixing typos...
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCaptchaReverser committed Dec 9, 2014
1 parent 2f977d1 commit fe508fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Google servers will receive and process, at least, the following information:

You can look at the decompiled bytecode for more precision.

This information, along with numeric values hardcoded in the bytecode (forcing a potential bot to read all of it), is send to the `https://www.google.com/recaptcha/api2/frame` page. Look at the `M.prototype.Q` function to see how the encoding process is realized. Some of information (the one I call `xhr2` in the decompiler, which is retrieved in the `this.c[this.g]` variable − `xhr1` is in `this.c[this.d]`) is also encrypted with XTEA.
This information, along with numeric values hardcoded in the bytecode (forcing a potential bot to read all of it), is sent to the `https://www.google.com/recaptcha/api2/frame` page. Look at the `M.prototype.Q` function to see how the encoding process is realized. Some of information (the one I call `xhr2` in the decompiler, which is retrieved in the `this.c[this.g]` variable − `xhr1` is in `this.c[this.d]`) is also encrypted with XTEA.

# What's next...

Expand Down
2 changes: 1 addition & 1 deletion decomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

"""
Recaptcha decompiler - 0.1
By the anonymous ReCaptchaReverser
By the ReCaptchaReverser
I release this to public domain.
"""

Expand Down
2 changes: 1 addition & 1 deletion disasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"""
Recaptcha disassembler - 0.1
By the anonymous ReCaptchaReverser
By the ReCaptchaReverser
I release this to public domain.
"""

Expand Down

0 comments on commit fe508fc

Please sign in to comment.