Skip to content

Instantly share code, notes, and snippets.

Tracker
__gaTracker
_csrf_token
_ga
a
accept_latest_tos_url
access_level
active
admin
adrevenue
@0xbloody
0xbloody / exifxss.py
Created December 5, 2023 17:30 — forked from hash3liZer/exifxss.py
Embedding XSS payloads in the Exif Metadata fields of and image
import sys
import subprocess
exifs = [
"ImageDescription",
"Make",
"Model",
"Software",
"Artist",
"Copyright",