Cross-Site Scripting (XSS) Practice Test File (CSV) =================================================== This is a synthetic, defender-focused dataset for practicing machine-learning defenses against Cross-Site Scripting (XSS) attacks. Each row represents a web request/input event with derived payload features. label: 0 = normal input/request 1 = XSS injection attempt Columns ------- request_id Unique request identifier. timestamp_utc Request timestamp in UTC (ISO-8601). source_ip Source IP address (synthetic). http_method HTTP method (GET or POST). endpoint Application endpoint receiving the input (e.g., /comments, /search). payload The submitted input string (synthetic). Contains benign text for label=0 and marker-like script patterns for label=1. payload_length Length of the payload string. script_tag_count Count of