Skip to content

Instantly share code, notes, and snippets.

View bigshika's full-sized avatar
💬
Sana is typing...

Sana bigshika

💬
Sana is typing...
View GitHub Profile
@bigshika
bigshika / abp-poc.go
Last active August 26, 2022 07:54
Proof of Concept code for ASP.Net Boilerplate JWT Authentication Bypass
package main
import (
"bytes"
"crypto/tls"
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"