TUTORIAL PHISHING

Vendor of: Paypal & Banks Logins + Cookies
Verified Seller
Hero Member
Joined
Aug 19, 2023
Messages
911
Reaction score
36,208
Points
93
TUTORIAL PHISHING


Method: Phishing
This option is much more difficult than the rest, but it is also the most common method to hack someone's account. The most popular type of phishing involves creating a fake login page. The page can be sent via email to your victim and will look exactly like the Facebook login page. If the victim logs in, the information will be sent to you instead of to Facebook. This process is difficult because you will need to create a web hosting account and a fake login page.

The easiest way to do this would be to follow a guide on how to clone a website to make an exact copy of the facebook login page. Then you'll just need to tweak the submit form to copy / store / email the login details a victim enters. If you need help with the exact steps, there are detailed instructions available on YouTube. Users are very careful now with logging into Facebook through other links, though, and email phishing filters are getting better every day, so that only adds to this already difficult process. But, it's still possible, especially if you clone the entire Facebook website.

Step 1: Download & Install HTTrack
From Kali, you need to navigate to "System Tools" and then "Add/Remove Software."
That will open a screen. Notice next to the "Find" button. Enter "httrack" there and it will find the packages you need to install HTTrack.
You can also install it by typing the following in a terminal.
Code:
[align=center] [/align]
Code:
[align=center]kali > apt-get install httrack[/align]
Code:
[align=center] [/align]
Step 2: Use HTTrack
Now that you've installed HTTrack, you should start by looking at the help file for HTTrack. When you downloaded and installed HTTrack, it placed it in the /usr/bin directory, so it should be accessible from any directory in Kali as /usr/bin is in the PATH variable. Type this:
Code:
[align=center] [/align]
Code:
[align=center]kali > httrack --help[/align]
Code:
[align=center] [/align]
The basic syntax is the following, where -O stands for "output." This switch tells HTTrack where to send the website to.
Code:
[align=center] [/align]
Code:
[align=center]kali > httrack <the URL of the site> [any options] URL Filter -O <location to send copy to>[/align]
Code:
[align=center] [/align]
Using HTTrack is fairly simple. you need only point it at the website you want to copy and then direct the output (-O) to a directory on your hard drive where you want to store the website. One caution here, though. Some sites are HUGE. If you tried to copy Facebook to your hard drive, I can guarantee you that you don't have enough drive space, so start small.

Step 3: Test HTTrack
I've made a tutorial on hacking MySQL databases behind websites (MySQL is the most widely used database backend behind websites), I used a website that we could hack with impunity called webscantest.com. Let's try to make a copy of that site to our hard drive.
Code:
[align=center] [/align]
Code:
[align=center]kali > httrack http://www.webscantest.com -O /tmp/webscantest[/align]
Code:
[align=center] [/align]
As you can see, you should of successfully made a copy of all the pages of this site on your hard drive.

Step 4: Explore the Site Copy
Now that you've captured and copied the entire site to your hard drive, take a look at it.
To see this hidden content, you must reply and react with one of the following reactions : Like Like, Love Love, Wow Wow
 
  • Tags
    phishing tutorial
  • Top