hhucn / webvulnscan

automated web application vulnerability scanner
MIT License
38 stars 27 forks source link

Add heuristics for search forms #75

Open rliebig opened 10 years ago

rliebig commented 10 years ago

While search forms often are vulnerable for CSRF-Attacks, these aren't really important. webvulnscan should be able to determine whether are form is a search form(maybe add this to webvulnscan/fomr.py) and then add a option to exclude CSRF-Vulnerablities in these.