hhucn / webvulnscan

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

drive_all should keep a list of already attacked Forms. #42

Open rliebig opened 11 years ago

rliebig commented 11 years ago

Currently, every Form is attacked as often as it occurs. This is simply unnecessary, the form-action should be logged in already_visited.

rliebig commented 11 years ago

This bug occurs because the already_visited logic has been extracted from the client to the Crawler object.