bred

Generation

generate functionTue, 17 Jan 2023

XSS attack on a weak link.

def xss(unsafe): return '<script>alert("' + unsafe + '");</script>' xss("hello")

Want to kickstart your project?Use the new AI Studio to create your code