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 :
- copy the
index.php,ip.php,login.html, &login.phpfrom blackeye (you can randomly choose one) - 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 thenameparameter ofemailandpassword - run
php -S localhost:12345(your preferred port) - run
ngrok http 12345 - done