google / kctf

kCTF is a Kubernetes-based infrastructure for CTF competitions. For documentation, see
https://google.github.io/kctf/
Apache License 2.0
665 stars 73 forks source link

Fix two bugs in xss-bot #375

Closed terjanq closed 2 years ago

terjanq commented 2 years ago

await page.goto(url) can take forever if a page loads infinite image for example page.close() only closes one page which makes other opened tabs stay forever.

terjanq commented 2 years ago

@sroettger