Do you plan do support the decoding/parsing of the ViewState parameter from ASP applications?
Guide contributeur
Stack technique
javascript
Domaine
datasecurity
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
half day
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
mostly clear
Prérequis
basic understanding of ASP.NET ViewStatefamiliarity with CyberChef operationsJavaScriptability to read existing decoder code
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
35
Direction de recherche
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.