Skip to content

Phising

⚠ Use wisely, only for educational and awareness purposes

you can directly use blackeye for phising, or you can design your own web page because sometimes the website design has changed

concept :

  1. copy the index.php, ip.php, login.html, & login.php from blackeye (you can randomly choose one)
  2. copy the web page source code (view pages source) and paste into login.html, change the <form action="..."> into <form action="login.php">, and also the name parameter of email and password
  3. run php -S localhost:12345 (your preferred port)
  4. run ngrok http 12345
  5. done