Skip to content

Commit

Permalink
Merge branch 'main' of github.com:0xacb/viewgen
Browse files Browse the repository at this point in the history
  • Loading branch information
0xacb committed Nov 20, 2022
2 parents a3685d3 + bccccd4 commit d9b48f1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
# viewgen
# Viewgen

### ASP.NET ViewState Generator

**viewgen** is a ViewState tool capable of generating both signed and encrypted payloads with leaked validation keys or `web.config` files

---------------

**Requirements**: Python 3

### Installation

**Requirements**: Python 3

`pip3 install --user --upgrade -r requirements.txt` or `./install.sh`

**Docker**

`docker build -t viewgen .`

---------------

### Usage
```bash
```
$ viewgen -h
usage: viewgen [-h] [--webconfig WEBCONFIG] [-m MODIFIER] [-c COMMAND]
[--decode] [--guess] [--check] [--vkey VKEY] [--valg VALG]
Expand Down

0 comments on commit d9b48f1

Please sign in to comment.