Skip to content

Instantly share code, notes, and snippets.

@cjimti
Created June 16, 2018 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjimti/e664ad48b7f356f9d5b6e66117d6b9ab to your computer and use it in GitHub Desktop.
Save cjimti/e664ad48b7f356f9d5b6e66117d6b9ab to your computer and use it in GitHub Desktop.
postBan:
- \w*((\%27)|(\'))((\%6F)|o|(\%4F))((\%72)|r|(\%52))
- ((\%3D)|(=))[^\n]*((\%27)|(\')|(\-\-)|(\%3B)|(;))
- ((\%27)|(\'))union
- exec(\s|\+)+(s|x)p\w+
- ((\%3C)|<)((\%2F)|\/)*[a-z0-9\%]+((\%3E)|>)
- 3cscript
- 2fscript
- <script
- \(.+select
- \+\(
- \+\s+\(
urlBan:
- \w*((\%27)|(\'))((\%6F)|o|(\%4F))((\%72)|r|(\%52))
- ((\%3D)|(=))[^\n]*((\%27)|(\')|(\-\-)|(\%3B)|(;))
- ((\%27)|(\'))union
- exec(\s|\+)+(s|x)p\w+
- ((\%3C)|<)((\%2F)|\/)*[a-z0-9\%]+((\%3E)|>)
postFilter:
-
name: taco
description: "Match taco."
match: 'taco'
template: '{{ .Match | shuffle }}'
-
name: goodtimes
description: "Match good times."
match: 'good.+times'
template: '{{ .Match | upper | nospace }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment