|
|
|
|
|
by noperand
136 days ago
|
|
HACK THE PLANET! This is great! You seem to have folks leveraging XSS against the leaderboard (classic!). Of course, the JSON is available via https://hackers-1995.vercel.app/api/leaderboard?limit=1000&o...). XSS in the top entry (purportedly completed in -1e+129ms) might be firing since I get redirected to the Hacker's Manifesto included in Phrack (issue #7, released 1986-09-25) ;-) ```
{
"scores": [
{
"alias": "\u003Cimg onerror='document.location = `https://phrack.org/issues/7/3#article`' src=a\u003ESHOUTSOUTTOPHRACK\u003C/img\u003E",
"time_ms": -1e+129
}
...OTHER ATTEMPTS FOLLOW...
``` Regardless, thanks for sharing! Very cool! |
|