arvinddoraiswamy / mywebappscripts

A collection of all the lists, scripts and techniques I use while doing web application penetration tests.
MIT License
168 stars 80 forks source link

Add comment to CSRF token detecting code #5

Closed arvinddoraiswamy closed 10 years ago

arvinddoraiswamy commented 10 years ago

Comment should advise user what to do to search for custom tokens. As of now, requests are searched only for __VIEWSTATE by default

arvinddoraiswamy commented 10 years ago

Comment added. It is now clear where the token needs to be added into code.