Do you plan do support the decoding/parsing of the ViewState parameter from ASP applications?
Guida contributor
Tech stack
javascript
Dominio
datasecurity
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
half day
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
mostly clear
Prerequisiti
basic understanding of ASP.NET ViewStatefamiliarity with CyberChef operationsJavaScriptability to read existing decoder code
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
35
Direzione di ricerca
Start by examining existing decoders in CyberChef, such as the 'Parse TLV' operation, to understand the code structure for adding new operations. The ASP ViewState format is base64 encoded and contains serialized objects; research the specific decoding steps, including the use of the LosFormatter and ObjectStateFormatter in .NET. Since the issue has no comments, consider opening a question to clarify the expected output format and whether support for both .NET and .NET Core ViewState is needed.