Handling MAC protected ViewState

0 votes
Hi. I am studying a web application built using ASP.NET and want to check if the ViewState is used to send any sensitive information to the server. I have discovered that it uses a ViewState with MAC protection. How can I decode this protection?
Aug 23, 2019 in Cyber Security & Ethical Hacking by Rimmi
• 1,735 views

1 answer to this question.

0 votes

You can use BurpSuite for this. When you capture the traffic from the web application, you can use the ViewState Parser provided in Burpsuite to check for the ViewState structure. This will disclose if there is any data being sent to the server through ViiewState. And then it is upto you to decide whether the data is sensitive enough or not. 

answered Aug 23, 2019 by Juna

Related Questions In Cyber Security & Ethical Hacking

+1 vote
2 answers
0 votes
1 answer

How to find MAC address using IP address?

To find the MAC address, run this ...READ MORE

answered Feb 9, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,180 points
• 3,779 views