

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
cyber document input validation in cyber
Typology: Cheat Sheet
1 / 3
This page cannot be seen from the preview
Don't miss anything!


To analyze and test input validation mechanisms of a web application using BurpSuite, and observe how the server responds to valid, invalid, and malicious inputs.
Input validation ensures that user data is correct, safe, and properly formatted before processing. BurpSuite helps test input validation by intercepting requests, modifying inputs, injecting payloads, and analyzing responses.
Step 1: Launch the registration page (register.html).
Step 2: Open BurpSuite → Proxy → Intercept ON. Set browser proxy to 127.0.0.1:8080. Step 3: Submit valid inputs such as username, email, and password. Burp captures the request. Step 4: Analyze the request parameters inside BurpSuite. Step 5: Perform validation tests: