blob: 3f98be78b643ffa5b38e28ad018947829285b3d2 (
plain)
1
2
3
4
5
6
7
|
# .NET Viewstate Decoder
A small Python library for decoding .NET viewstate. Can be used in various scraping scenarios.
## References
- https://github.com/mutantzombie/JavaScript-ViewState-Parser
|