Skip to content

Instantly share code, notes, and snippets.

@bhdryrdm
Last active November 25, 2017 06:13
Show Gist options
  • Save bhdryrdm/f871726e87c2ccce1dc4e2286947357d to your computer and use it in GitHub Desktop.
Save bhdryrdm/f871726e87c2ccce1dc4e2286947357d to your computer and use it in GitHub Desktop.
namespace OWASP.Models.Xss.ReflectedXss
{
public class RXSS_S3_LoginRequest
{
public string RXSS_S3_LoginRequest_Email { get; set; }
public string RXSS_S3_LoginRequest_Password { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment