Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions blns.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
"00˙Ɩ$-",
"<script>alert('hi')</script>",
"<img src=x onerror=alert('hi') />",
"<svg><script>0<1>alert('XSS')</script>",
"1;DROP TABLE users",
"1'; DROP TABLE users--",
"/dev/null; rm -rf /*; echo"
]
"/dev/null; rm -rf /*; echo",
"../../../../../../../../../../../etc/passwd%00",
"../../../../../../../../../../../etc/hosts"
]
10 changes: 9 additions & 1 deletion blns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Z̮̞̠͙͔ͅḀ̗̞͈̻̗Ḷ͙͎̯̹̞͓G̻O̭̗̮

<script>alert('hi')</script>
<img src=x onerror=alert('hi') />
<svg><script>0<1>alert('XSS')</script>

# SQL Injection
#
Expand All @@ -181,4 +182,11 @@ Z̮̞̠͙͔ͅḀ̗̞͈̻̗Ḷ͙͎̯̹̞͓G̻O̭̗̮
#
# Strings which can cause user to run code on server as a privileged user (c.f. https://news.ycombinator.com/item?id=7665153)

/dev/null; rm -rf /*; echo
/dev/null; rm -rf /*; echo

# File Inclusion
#
# Strings which can cause user to pull in files that should not be a part of a web server

../../../../../../../../../../../etc/passwd%00
../../../../../../../../../../../etc/hosts