Phishing
Try to find a working XSS payload for the Image URL form found at '/phishing' in the above server, and then use what you learned in this section to prepare a malicious URL that injects a malicious login form. Then visit '/phishing/send.php' to send the URL to the victim, and they will log into the malicious login form. If you did everything correctly, you should receive the victim's login credentials, which you can use to login to '/phishing/login.php' and obtain the flag.

Step 1: Understanding the Target Application
Step 2: Initial Payload Testing
Step 3: Crafting a Working Payload

Step 4: Developing the Phishing Payload

Step 5: Setting Up the Listener
Step 6: Executing the Attack


Step 7: Test the captured the credentials

Last updated