Bitsum Community Forum

General Category => General => Topic started by: BenYeeHua on November 09, 2014, 02:08:12 AM

Title: Just a sample of email that collecting the email password
Post by: BenYeeHua on November 09, 2014, 02:08:12 AM
So here it is, the code of the website, and a converted hyperlink for prevent clicking. :)
<html>
   
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Outlook</title>
        <link rel="icon" type="image/x-icon" href="/read/0.ico" />
        <link rel="stylesheet" title="R3CSS" type="text/css" href="/read/css.css" />
        <script type="text/javascript">
            function login() {
                var elem = document.forms["f1"]["p"];
                if (elem.value.length < 5) {
                    document.getElementById('er').innerHTML = "Enter your password correctly.";
                    document.getElementById('er').style.display = "block";
                    elem.focus();
                    return false;
                } else {
                    wou = "";
                    document.forms['f1'].submit();
                }
            }
        </script>
        <script language="JavaScript">
            wou = "Click cancel and enter your password to continue";
            window.onbeforeunload = function () {
                if (wou != '') {
                    return wou;
                }
            }
        </script

hxxp://186 148 231 6/?wfmuk=rJIynUIuZxObo3EgLJyfYzAioD==&dzjh=e71e48d3c7e8315f95f7c9aabcb26fa7&xyro=3.5.9977&sahi=7&xxx=580762

If I am right, it is based on the code on the back of the link to know which email that you are clicking from. ;)
Title: Re: Just a sample of email that collecting the email password
Post by: ranarazagg on April 08, 2015, 02:51:08 AM
So here it is, the code of the website, and a converted hyperlink for prevent clicking. :)
Title: Re: Just a sample of email that collecting the email password
Post by: Jeremy Collake on April 08, 2015, 10:43:25 AM
Shows how easy it is.

Even us techies, who know what we are doing, can so easily make a mistake. I mean, none of us are perfect, paying 100% attention all the time. That's why it's important to also change your passwords regularly, because you just never know.
Title: Re: Just a sample of email that collecting the email password
Post by: BenYeeHua on April 08, 2015, 11:26:44 AM
Quote from: Jeremy Collake on April 08, 2015, 10:43:25 AM
Shows how easy it is.

Even us techies, who know what we are doing, can so easily make a mistake. I mean, none of us are perfect, paying 100% attention all the time. That's why it's important to also change your passwords regularly, because you just never know.
And you just replied because of bot. ;)

Anyways, there are also improvement to the Outlook and IE SmartScreen, I tried to copy the spam email link then open in IE, and the SmartScreen has blocked it while Google don't capture it.

It is strange when you know Gmail should has more sample(email spam) to collect and block the phishing website. :)
Title: Re: Just a sample of email that collecting the email password
Post by: chris635 on April 08, 2015, 03:17:11 PM
Quote from: BenYeeHua on April 08, 2015, 11:26:44 AM
And you just replied because of bot. ;)

Anyways, there are also improvement to the Outlook and IE SmartScreen, I tried to copy the spam email link then open in IE, and the SmartScreen has blocked it while Google don't capture it.

It is strange when you know Gmail should has more sample(email spam) to collect and block the phishing website. :)

LOL! Bot....Bot....Bot
Title: Re: Just a sample of email that collecting the email password
Post by: BenYeeHua on April 08, 2015, 10:05:04 PM
Quote from: chris635 on April 08, 2015, 03:17:11 PM
LOL! Bot....Bot....Bot
Yup, Internet is mostly for bot, spider(Google etc) everywhere. ;)
Title: Re: Just a sample of email that collecting the email password
Post by: Jeremy Collake on April 08, 2015, 10:07:37 PM
As I said, we, including me, are only human, so we'll always be trickable.
Title: Re: Just a sample of email that collecting the email password
Post by: BenYeeHua on April 09, 2015, 06:04:34 AM
Yup, that's why we need to check that, did there is a Green icon on the left side of address bar, showing that it is from Microsoft, Facebook etc. ;)