Official Blazorized Discussion

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.

3 Likes

Right!? I was accompanying it and was like… ā€œThis isn’t right… user in 30 min… might be a platform issueā€

2 Likes

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?

1 Like

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.

1 Like

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

Pc Rage GIFs - Find & Share on GIPHY

This is me this whole box. LOL

4 Likes

1 Like

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 ?