Using Burpsuite to find CSRF vulnerability in a Web Application
A CSRF is a attack vector found in the webpage where a malicious Website, e-mail or a program causes a web browser to perform unwanted action on other website which is currently authenticated.
So in this case, I’m using Burpsuite Software to Find a CSRF vulnerability in a Webpage.

Here I had burpsuite web scanner to find a CSRF attack vector in a web page where you can see the E-Mail ID, Password assigned to the account can be misused, if a person is having exemplary skills of conducting a Cyber attack in a web application and make use of it.
To avoid this kind of attack in a web application, ANTI — CSRF guard is available such as OWASP CSRFGuard.
Note: Don’t do this kind of Penetration test, without the supervision of Infosec Experts/Hackers. Otherwise, you will harm yourself.