How to detect CSRF vulnerabilities [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . given a website, how to detect potential CSRF vulnerabilities? thanks in advance 回答1: This is a CSRF attack:- A page on www.evil.com that the victim is enticed to browse contains the following code:- <form method="post" action="https://www.example.com/executeAction"> <input type=