how to make a roblox phishing site

by Hannah Prosacco V 8 min read
image

Are there any guides about creating a phishing page?

Recently I have come across many guides about creating phishing pages. Although the principles behind each guide is similar, most of the hosting solutions provided in the guide does not work anymore due to an increase in the crackdown of phishing pages by the hosting companies.

How to change webhook on Roblox?

An Phishing Page For Roblox, Educational Purposes Only! To Change Webhook, go to string "1430" and replace the webhook with your webhook.

How to add ReCAPTCHA to your phishing website?

Then, you need to copy the index.html file for your phishing site and paste it in here. Now, click on the reCAPTCHA and click paste, you will get a link for your website.

Can You scam an eight year old on Roblox?

Scamming eight year olds out of their roblox accounts by taking advantage of their trust and the fact that they want robux isn't right. Not to mention the fact that phishing sites are illegal and you will likely be caught and fined. Go fuck off. Absolute dick-head.

image

Step 1: Download the HTML Index of the Target Webpage

To start off, you need to obtain the HTML index of the page. There are various methods of doing this, there are even templates online for popular sites. In this tutorial, I am going to use the most basic way in order to be as noob-friendly as possible.

View the Source of the Webpage

Depending on your browser, there may be different methods. Normally it is done by right clicking the site and clicking "View Source". I have done that on my browser and a windows should come out similar to this:

Downloading and Saving the Source Code

Select the box, and copy-paste everything in the box to a txt document. Use Notepad on windows, and a simple text editing program if you are not using windows. (Don't use programs like Word or Pages because it is really slow). After you have done that, click "Save As" or whatever option that allows you to save that document.

Step 2: Creating a PHP File for Password Harvesting

The PHP file is basically the tool that harvests the users password in this scenario. There are several ways you can create this PHP if you have some programming knowledge, but if you don't, just copy my exemplar PHP.

Step 3: Modify the Page HTML File to Incorporate Your PHP File in It

Now, we need to incorporate our PHP file, to receive passwords that the users send.

Find the Password-Sending Method

First, you need to see how the website deals when the user submits a username-password. For Facebook, all you need to do is to Ctrl-F and type "=action" in the field.

Step 4: Hosting the PHP File for Password Storing

Now here is the juicy part, making your fake website online so other people can browse it.

image