viewstate
Viewstate is an ASP.Net viewstate decoder, checker, parser and encoder. It supports both old and new types of viewstate and the data can be extracted directly from the web.
Requirements
Viewstate is platform independent and can be downloaded in source code or Windows binary formats. If you are building viewstate from source you will need the GNU C compiler (under Windows you can use MinGW).
Downloads
Viewstate can be downloaded from the Source Forge project page sourceforge.net/projects/viewstate.
Compiling
A Makefile is provided to provide the usual compilation process of:
- make
- make install (as root)
However, you can compile it manually with the following:
- gcc -o viewstate viewstate.c
Running
If viewstate is run with no options, the online help is displayed. But a simple decode of the viewstate data held by the Acme company web site would be:
viewstate --decode --url=http://www.acme.fake/main.asp
License
Viewstate is covered by the GPL v3 license.
Related Applications
- nbtscan-1.5.2NBTscan is a program for scanning IP networks for NetBIOS name information.
- vesslvessl is a bash script that uses openssl to get and verify the ssl certificate of a remote server
- XSS ShellXSS Shell is a powerful XSS backdoor, in XSS Shell one can interactively send requests and get responses from victim and it allows you to keep the control of session

