Just some basic CSRF template that can be a quick go to for easy CTFs,... Can be further modified for example to initiate CSRF attack to transfer money from the victim account, and others,...
- Create Fake Login file (bank_login.html)
- Host it on your web server (e.g. locally python3 -m http.server 80)