You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting program: /tmp/c-jwt-cracker/jwtcrack eyJhbGciOiJuIiwiZCI6IkpEZ0xjUnNaRDNFSUt5NG1KUWtMY0JzWmNYdz0ifQ
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x000055555555567f in main (argc=<optimised out>, argv=<optimised out>) at main.c:230
230 g_payload_b64_len = strlen(g_payload_b64);
(gdb) bt
#0 0x000055555555567f in main (argc=<optimised out>, argv=<optimised out>) at main.c:230
(gdb)
The text was updated successfully, but these errors were encountered:
I meet it too. This is a null pointer reference segment fault. I think jwtcracker need more exception handle code. But this is just a cmd line tool, so it is ok to me.
The text was updated successfully, but these errors were encountered: