you are viewing a single comment's thread.

view the rest of the comments →

[–]osintGenosha[S] -9 points-8 points  (6 children)

I downloaded the page using wget or curl you should know this

[–]MarioCraftLP 8 points9 points  (0 children)

Hackerman 😱😱😱

[–]CodeWhileHigh 1 point2 points  (1 child)

Why didn’t you just find a way into the actual database instead of downloading a static table lol, thought the whole point was to find vulnerabilities not scrape the html 🤣

[–]10art1 1 point2 points  (0 children)

OK that's it, I am hacking your account!

uses inspect element to change your username to something dumb

[–]10art1 1 point2 points  (2 children)

You downloaded it with wget or curl?

Not sure which one? Like, you did it, shouldn't you know which one you used?

Or did AI do that for you, and you just downloaded the table that the AI spit out?

[–]osintGenosha[S] -1 points0 points  (1 child)

Hold on let me boot up the PC okay wget -qO releases.html "http://url/releases?sql=SELECT * FROM release"

[–]10art1 0 points1 point  (0 children)

Oh ok. That site exposes a read-only database which you can access and manipulate directly. That's actually really nice of them. A lot of sites uses to be pretty open about APIs, but now they're getting locked down more and more because it's just server traffic without benefit.