Minor update

This commit is contained in:
Miroslav Stampar
2025-02-19 14:11:03 +01:00
parent 25925961ba
commit fa9dc20c6e
12 changed files with 22 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ __priority__ = PRIORITY.LOW
def tamper(payload, **kwargs):
"""
Add random inline comments inside SQL keywords (e.g. SELECT -> S/**/E/**/LECT)
Inserts random inline comments within SQL keywords (e.g. SELECT -> S/**/E/**/LECT)
>>> import random
>>> random.seed(0)