Automated Form Submission
Last updated
Was this helpful?
Last updated
Was this helpful?
It is possible to automate the form submission process & submit multiple forms.
This vulnerability could cause loss of availability and results filling database with unwanted forms. This may leads to DOS(Denial of Service) attack to the server.
Go to the respective site (Eg: )
Open Burp suite Community Edition. Here, is the to configuration on your browser.
In burp suite, go to proxy tab and go to HTTP history. By capturing the above request when click “Click to Add” send this request to the intruder by right click on the packet.as shown in the below screenshots.
In this intruder add the testing point for performing automated form submission by clicking Add as shown in the below screenshots.
In payloads tab set payload type as numbers, set the number range from 1 to 20 and start the attack as shown in the below screenshots.
For All the requests showing the response as 200 as shown in the below screenshots.
All the requests submitted successfully as shown in the below screenshot.
We recommend implementing CAPTCHA that prevents automated form submission.
Rate limit can be implemented in server side.