ajax-lives / NoRussian

Volunteer DoS tool via HTML + JS
GNU General Public License v3.0
371 stars 58 forks source link

Counter for total requests made #52

Closed naslundx closed 2 years ago

naslundx commented 2 years ago

Thought this would be nice to see.

naslundx commented 2 years ago

Sure, give me a min :)

naslundx commented 2 years ago

Great :)

Ycirn commented 2 years ago

Good little extra, I'd say add it.

ajax-lives commented 2 years ago

So many PRs, all 3 will need updating. Sorry about that! Will merge ASAP after.

naslundx commented 2 years ago

Updated!

naslundx commented 2 years ago

@Ycirn Interesting, does this happen every time? I just tried running it myself, the total counter says 615 and summing every category up with

sum=0; for (var c of document.querySelectorAll("td.requests")) sum += parseInt(c.innerText); console.log(sum)

also gives me 615.

(it might be a random/timing error fixed in #65 )

Ycirn commented 2 years ago

image This is what happens every time, same result in another browser.

naslundx commented 2 years ago

@Ycirn Not sure what to make of the screenshot since it's not the full page, there should be 200+ URLs in that grid? If the rest of them also average 8-10 requests that should sum up to around 200 * 9 = 1800 requests. How are you doing the counting?

Ycirn commented 2 years ago

Ah wait I made a mistake in my own calculating function, it actually works (didnt take the first target with my calculation). My bad, sorry.

Good change, add it. Will make a small chart for this counter.

naslundx commented 2 years ago

Updated @ajax-lives

naslundx commented 2 years ago

What was the point of this if you just remove it with #77 ?

ajax-lives commented 2 years ago

Reverted. Wasn't done on purpose.