Y
Hacker News
new
|
ask
|
show
|
jobs
by
madsr
5122 days ago
Yes. The hash I calculated was without a salt (the same way you generate a hash on sites like
http://darrenfauth.com/generators/sha1
)
1 comments
joesmoe4297
5122 days ago
You can get reflected XSS in that field. Paste "<script>alert('XSS')</script>" in the "Value to sha1" input box.
Darren, you should check out output encoding.
link
Darren, you should check out output encoding.