any hint for root ?
So, I generated a token for the other site but it doesnāt want it (I know it works as I can call the normal API with it) - am I barking up the wrong fire hydrant?
The BAPP extension truly is the key to enlightenment if you are stuck trying to convince the site to give you privileges.
Right!? I was accompanying it and was like⦠āThis isnāt right⦠user in 30 min⦠might be a platform issueā
Stuck on nu_**** user, any nudges on privesc?
I have the token and works for the api, but when i send it as a header to the admin returns an error, could someone give me a hint how to find the cookie or local storage variable name?
I donāt understand how to create valid jwt. It requires secret, isnāt it? How I can change payload if I have no secret?
Also how could you know local storage key that admin panel needs? I researched itās js to find it but have no results. Tried to decompile dll but idk how to do it better, Iām using linux so running with āstringsā command, I donāt want to install all this .net sdk.
As mentioned earlier by someone else: vscode + ilspy-vscode plugin. Then download and look at DLLs with a name āBlazorized.*ā
Ok, Iāve got token values to generate but I still canāt find local storage key to use. I tried all default values such āaccess_tokenā etc. but adminās js still does not includes it to request headers.
Try the obvious keys.
You can Fuzz it but a simple manual spray should cover.
its a windows box, look at the ports that are open and think about what services are vital to specifically windows environments. I believe someone has already mentioned the service.
you know the variable name
Yeah but I though we need admin panel access to use some form xss on mssql mb.
I get stuck there to be honest -_-
Yes, but I forgot that was case sensitive, thanks

This is me this whole box. LOL
Feel free to DM me if youāre still trying to figure out what to do from nu account.
Anyone got any hints how to move from user NU****, nothing seems to be working for me
I generated the jwt but how am i supposed to use it? I supplied it in the header and it does not log me in to admin dashboard? Can someone give me a hint plz?
how to extract dll files ?