I'm playing around with the new myspace CAPTCHA trying to see if there is a way to not even need to enter it at all. Let's try to get a thread going to figure out how to bypass the signup CAPTCHA...
Turns out that the step after the CAPTCHA when creating a new account looks like this:
Even after I had gone and done something else, when I clicked that link, it instantly associated me with the account I had created for it, which tells me that somewhere in that ID variable is information such as the username.
xntyb8N2d2%2FOMis2liF1G5shK3WUISonmDozNMd9OyCDPWd8xX53bNp%2BdXbHemdrz3Ryb818cHyK
Since this is myspace, surely they made their own crappy encryption software. Anyone want to have a go at cracking it?
I have looked through the cookies and there isn't much to see. There is an "IID" cookie which is blank, though. Also of interest is NGUSERID which will look something like this (it isn't the same one as the code above):
If this doesn't work, there is something interesting. A CAPTCHA cookie. I went directly to the ASP page for the CAPTCHA and refreshed a bunch of times, copying down what the CAPTCHA was and what the cookie was. You can see it here.
The best thing to do with the CAPTCHA would be to just avoid it altogether. So if we can find a way to do that, we're set. However, if not, we may have to look into cracking the CAPTCHA cookie.
Turns out that the step after the CAPTCHA when creating a new account looks like this:
Code:
http://signup.myspace.com/index.cfm?fuseaction=join.step2&lID=xntyb8N2d2%2FOMis2liF1G5shK3WUISonmDozNMd9OyCDPWd8xX53bNp%2BdXbHemdrz3Ryb818cHyK
xntyb8N2d2%2FOMis2liF1G5shK3WUISonmDozNMd9OyCDPWd8xX53bNp%2BdXbHemdrz3Ryb818cHyK
Since this is myspace, surely they made their own crappy encryption software. Anyone want to have a go at cracking it?
I have looked through the cookies and there isn't much to see. There is an "IID" cookie which is blank, though. Also of interest is NGUSERID which will look something like this (it isn't the same one as the code above):
Code:
a2825ec-8260-1170609850-1
Code:
http://security.myspace.com/CAPTCHA/CAPTCHA.aspx?SecurityToken=4ABA7490F084489DAA496C7489DF2AAD
phibmxdk
1fabefe0-67dc-4d70-bb25-15b78c2e0477
hdhgnwwx
4dda110b-09f3-457f-82d3-9cb27e6d6059
skspgufk
c8e1d51b-f33d-4178-8a1f-45e11de0b5a5
fgsjxpfzc [notice this one is 9 characters rather than 8]
b92125d-eb00-4a07-9f1f-e0e68c0e7e03
[unable to read]
xwwkrcx
c4427a17-f517-4f1a-a9b0-d954016a3b68
esvimzhz
cd1fb25e-490d-435c-854f-927e8212bb1d
[missed]
svwdunix (LOL)
c24aada1-ae8f-4b4f-a448-6cce46f90cfc
Last edited: