Skip to main content

REPORT PHISHING SITES AND WIN PRIZES


Hey guys!
Most of you might be aware with a famous password stealing technique- PHISHING , but if you don't know, I'm givin' a short intro  about Phishing.




Phishing is using names of famous organizations (obviously illegally) and stealing credentials (passwords, OTP , etc.) of a member related to that organization.
Yet, confused ? (If not, get to next paragraph).. It could be a fake call from goon that names himself as manager, or any official from that company but most commonly It will be a fake page of certified famous organizations, like Facebook, Twitter , Instagram.
How to identify a Phishing page, well it appears to be so similar to that of real  page. Just the difference is in URL and the target URL of links.You can see in following image . It's phishing page of facebook. Observe it carefully, it's exactly similar to login page of facebook , but URL is different. So it's Phishing page!













So, Right now I'm only telling about those fake pages as you can get prizes like USB Drive and iPad by reporting them.


Suppose , you see a fake login page of facebook and someone asks you to login, most probably , you'll ignore.
But better why don't report it and get prizes.

You can report it at toolbar.netcraft.com , you don't need to sign-up.

Just visit toolbar.netcraft.com
It'll look like following , asking to download netcraft extension.














It's useful too, as it will protect you from  Phishing Page, it will block phishing page in your browser.
There are too many other features in the website.
Like you can see List of TLDs with high number of Phishing Pages.
You can see list of countries, most vulnerable to a Phish attack.

But right now, we are reporting a URL.
Just , see on left .
Click on that Report  a Phish. 
 It will open page like this.












Fill in your Name , Your E-mail address and the URL of Phishing Page you found!
After that , there is big text-area asking reason for reporting.
Just type "Phishing page of website_of_which_phish_is"  .

Submit it!
They'll check it and validate if it's Phishing page . They take about 30 mins to do it.












Now it comes about incentives/ prizes.
How to get them?
You can see that by going to Incentives section (link on left of page)

They provide a USB Flash Drive after you report 100 Phishing URLs.
A netcraft branded mug after 250 Phishing URLs, Polo T-Shirt after 500, Targus laptop bag after 1,000 and an iPad after reporting 5,000 Phishing URLs.
Well, some of you might find it difficult to find that large number of Phish URLs, don't worry. Soon, I'll post about finding Phishing Pages easily. You can find upto 50 Phish URLs every 6 hours.
Stay tuned , I'll write very soon.

So go on, Find Phishes and earn prizes!
If you have any idea , what should I write about in my blog, please share in comments!

And Finally.



THANKS FOR READING THE POST!

STAY TUNED FOR MORE!

We will be back soon with more articles 

Till then...

Follow me on Instagram 

There you will find some awesome programming memes!

Comments

  1. nice post....
    https://www.jigno.com/women/inner-wears/brassier.html

    ReplyDelete

Post a Comment

Resources

Popular posts from this blog

WHAT IS OBFUSCATION? AND HOW TO OBFUSCATE DIFFERENT PROGRAMMING LANGUAGES!

OBFUSCATION - A very important part of closed source programming! That helps in security of apps, websites,softwares, etc. We'll mention about obfuscating code of different languages, if we're missing something, that you were expecting, tell in comments, I'll add that one! But first of all,what is obfuscation? Dictionary meaning of obfuscation is , the action of making something obscure, unclear, or unintelligible. It's so similar in programming too, so in programming,   It's simply conversion of a code in a computer language into some secret unreadable, non-understandable code! That could be understood by only compiler or the machine you are running on! Why obfuscation? It's too easy to decompile C# or Java code, and it could allow goons to read all the code of a program, and then he/she may copy it or even harm the organization! So, most of languages have a compiler that converts your raw code into Byte Code , that either converts it into non

SPY CCTV CAMERAS USING GOOGLE DORKS

Hey Welcome Back, Guys!! My exams are going on so I'm irregular nowadays , I got some time to write the followings. Google Dorks one of most easy, fun and powerful hacking techniques, online. On Internet, Websites are not only to be hacked, Websites are just part of Internet. There are many other products like Refrigerator, CCTV Cameras, Automated Doors, Televisions, Power Plants, etc. that are connected to Internet, and some of them could be accessed through google. So, right now we will be discussing about CCTV Cameras. Following are some Google Keyword Searches that you can simply type in into Google Search Box and find your CCTV live! * inurl:”CgiStart?page=” * inurl:/view.shtml * intitle:”Live View / – AXIS * inurl:view/view.shtml * inurl:ViewerFrame?Mode= * inurl:ViewerFrame?Mode=Refresh * inurl:axis-cgi/jpg * inurl:axis-cgi/mjpg (motion-JPEG) (disconnected) * inurl:view/indexFrame.shtml * inurl:view/index.shtml * inurl:view/view.shtml * liveapplet

INSTALLING ALL KALI LINUX TOOLS ON OTHER LINUX OS

Whenever it comes to Penetration and Security Testing , KALI LINUX is considered one of best ever penetration testing Operating System. As It have hundreds of security testing tools. However there are some disadvantages of Kali. Like, you can use STEAM OS as your Linux Preference, You may use Ubuntu as beginner, but they don't have those all tools that are present in Kali. So here I want to introduce a tool that can install all Kali Linux tools in your Linux OS (obviously, other then kali) . It's KATOOLIN  , It's a Python-Based Tool , available on GITHUB, CLICK HERE. OR Directly Clone it into your system from terminal by copying following line: git clone https://github.com/LionSec/katoolin.git So now you have Katoolin installed. Next step is to make it executable. Do it by copying following command to your Terminal chmod +x /usr/bin/katoolin usr/bin/katoolin is location where katoolin script is saved. Next, run katoolin by simply typing katoolin in T