Skip to content

Instantly share code, notes, and snippets.

@m3m0o
m3m0o / hex-entity-encode.py
Created October 6, 2025 12:59
SQLMap Tamper to Convert Payloads Characters to Hex Entities
#!/usr/bin/env python3
from lib.core.enums import PRIORITY
__priority__ = PRIORITY.NORMAL
def dependencies():
pass
def tamper(payload, **kwargs):
if payload:
@roachhd
roachhd / README.md
Last active August 13, 2025 10:05
Link to a PDF in JEKYLL 😎

you can [get the PDF]({{ site.url }}/assets/mydoc.pdf) directly.

you can [get the PDF]({{ site.url }}/assets/mydoc.pdf) directly.