PWNED!!1!!1!one!!eleven

I’m coding something, and for the first time ever, i decide to look at the GCF command (no one does), the content is a little cryptic so no one cares about it, but i look at it:

<Policies><Policy type="ABCH"><policy>
 <set id="push" service="ABCH" priority="200"> <r id="pushstorage" threshold="120000" /> </set></policy></Policy>
<Policy type="SHIELDS"><config> <shield> <cli maj="7" min="0" minbld="0" maxbld="9999" deny="" /> </shield>
 <block> <hashes> </hashes> <regexp> <imtext value="XC5waWY=" /> <imtext value="aW1wXC5leGU=" />
<imtext value="YnVzaC1ncmFjaW9zb1wuZXhl" /> <imtext value="YWxidW1cLnppcA==" /> <imtext value="cGhvdG9zXC56aXA=" />
 <imtext value="aW1hZ2VzXC56aXA=" /> <imtext value="bXlhbGJ1bTIwMDdcLnppcA==" /> <imtext value="aW1nMzAxXC56aXA=" />
 <imtext value="aW1nMTc1Nlwuemlw" /> <imtext value="aG90bzIzNFwuemlw" /> <imtext value="cGljXC56aXA=" />
 <imtext value="ZzAzOF9qcGdcLnppcA==" /> <imtext value="c2VjcmV0aW1hZ2VzNTZcLnppcA==" /> <imtext value="bG92ZTMzXC56aXA=" />
<imtext value="bW9uaWNhXC56aXA=" /> <imtext value="aW1nLTAwMTJcLnppcA==" /> <imtext value="aW1hZzA5MTMwN1wuemlw" />
 <imtext value="cGljMTI3M1wuemlw" /> <imtext value="aW1nLTM3NzNcLnppcA==" /> <imtext value="aW1nLTY0MzRcLnppcA==" />
<imtext value="aW1nLTgxOTdcLnppcA==" /> <imtext value="aW1nLTA5NTBcLnppcA==" /> <imtext value="cGljdHMtNzA1M1wuemlw" />
<imtext value="bXlwaWN0dXJlc1wuemlw" /> <imtext value="aW1hZ2UyNVwuemlw" /> <imtext value="cGljc1wuemlw" />
<imtext value="Zm90b1wuZXhl" /> <imtext value="ZmFudGFzbWFcLnppcA==" /> <imtext value="aW1wbHVzZVwuZXhl" />
<imtext value="ZG93bmdyZHJcLmV4ZQ==" /> <imtext value="cGhvdG82NTZcLmpwZw==" /> <imtext value="cGhvdG8yMzRcLnppcA==" />
 <imtext value="aW1nMDIxXC56aXA=" /> <imtext value="dGFueWFiYWJlXC56aXA=" /> <imtext value="c3R1ZmZcLnppcA==" />
 <imtext value="Zm90b3NcLnppcA==" /> <imtext value="dHVmb3Rv" /> <imtext value="Z2V0LW1lc3Nlbmdlcg==" />
 <imtext value="Mm5udmM3" /> <imtext value="YmxvY2tpbnJpbw==" /> <imtext value="bWVzc2FnaW5nLW5hbWVz" />
<imtext value="cGljdHVyYTAwMg==" /> <imtext value="bWVzc2VuZ2VyLXNjYW4=" /> <imtext value="c3VtbWVyMjAwOA==" />
 <imtext value="bWVzc2VuZ2VyZGVsZXRlY2hlY2tlcg==" /> <imtext value="cGhvdG9hbGJ1bTIwMDc=" /> </regexp> </block></config></Policy>
</Policies>

not _that_ cryptic, since a lot of values end with == (a sign that they are base64encoded), I wrote a simple test on python

>>> s = ‘that long string’

>>> import base64

>>> for t in s.split(’value=’):
… print base64.d64decode(t.split(’ />’)[0])

and there you have!

\.pif
imp\.exe
bush-gracioso\.exe
album\.zip
photos\.zip
images\.zip
myalbum2007\.zip
img301\.zip
img1756\.zip
hoto234\.zip
pic\.zip
g038_jpg\.zip
secretimages56\.zip
love33\.zip
monica\.zip
img-0012\.zip
imag091307\.zip
pic1273\.zip
img-3773\.zip
img-6434\.zip
img-8197\.zip
img-0950\.zip
picts-7053\.zip
mypictures\.zip
image25\.zip
pics\.zip
foto\.exe
fantasma\.zip
impluse\.exe
downgrdr\.exe
photo656\.jpg
photo234\.zip
img021\.zip
tanyababe\.zip
stuff\.zip
fotos\.zip
tufoto
get-messenger
2nnvc7
blockinrio
messaging-names
pictura002
messenger-scan
summer2008
messengerdeletechecker
photoalbum2007

so it you want to say summer2008 now you cant! :D

maybe it changes according to your country, because i see a lot of Spanish words there..

what that means for mere humans?

you cant say that words on a conversation, if you say one of those on the official client, your message is not sent, on our client, the switchboard get closed (since we don’t censor those words).

One Response to “PWNED!!1!!1!one!!eleven”

  1. dx Says:

    I’m coding something, and for the first time ever, i decide to look at the GCF command (no one does),

    I did! And found some website names, including “friend”’s site, to detect “who has blocked you” (as everyone should know, that doesn’t work since 2004 - now it just tells missing contacts in reverse list)

    Also googled it later, and found that amsn includes a script to display that.

Leave a Reply