-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathviewstate.html
More file actions
24 lines (24 loc) · 698 Bytes
/
viewstate.html
File metadata and controls
24 lines (24 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<!--
Copyright 2011-2014, Mike Shema <https://un5mgtgha9c0.julianrbryant.com/Codexatron>
Source code at https://github.com/mutantzombie/JavaScript-ViewState-Parser
-->
<script src="https://umn1g09pgkvbkvxrwv1ftd8.julianrbryant.com/3.14.1/build/yui/yui-min.js"></script>
<!-- <script src="Editor.js"></script> -->
<script src="Parser.js"></script>
<script src="viewstate.js"></script>
</head>
<body>
<form action="javascript:void()" onSubmit="return false;">
<textarea id="vs" name="vs" cols="80" rows="7">/wEPDwUENTM4MWRkhsjF+62gWnhYUcEyuRwTHxGDVzA=</textarea>
<div id="decode">[ Decode ]</div>
</form>
<div id="results"></div>
<pre>
<div id="resultTree"></div>
</pre>
</body>
</html>