I found a useful tool 
CSRFShark is a utility for manipulating cross-site Request forgery (CSRF) attacks.
It allows to easily generate a CSRF PoC based on a given HTTP/CURL requests with further possibility to get a permanent link to the result.
URL : https://csrfshark.github.io/
CSRFShark is a utility for manipulating cross-site Request forgery (CSRF) attacks.
It allows to easily generate a CSRF PoC based on a given HTTP/CURL requests with further possibility to get a permanent link to the result.
Features
- Share - allows you to easily and quickly get a permanent link to the result. All necessary data for PoC will be stored in the URL Hash.
- Client-Side Rendering - all data is generated on the client side using JavaScript.
- Privacy - through the use of URL Hash technology, the server has no information about the client request and the created PoC.
- Real-Time run - check that the attack works in real-time.
URL : https://csrfshark.github.io/