A Python script to automate submissions to Google Forms using Burp Suite.
-
Clone this repository:
git clone https://github.com/Chaose3/FormFlood.git cd FormFlood
-
Install the required Python packages:
pip install -r requirements.txt
- Replace the Google Form link on line 4 of the script with your form's URL.
- Launch Burp Suite and enable monitoring.
- Visit your Google Form, fill in any fields (e.g., multiple-choice questions), and submit the form.
- In Burp Suite, forward the requests until you reach the form submission request (typically around line 24).
- Look for the
entry.something=value
fields in the request, wheresomething
represents each question. - Use the numbers from Burp Suite in your script, starting from line 8 onwards.
If Burp Suite shows:
entry.123456=name1&entry.1294434&entry.654321=name2
Take the numbers and replace that as the variables.
Any questions?
Discord: chaose3