Tags: cross-site-request-forgery web trivia csrf 

Rating:

# AUCTF 2020 – Web 2

* **Category:** trivia
* **Points:** 50

## Challenge

> This web attack takes advantage of web applications that can perform actions input by trusted users without requiring any form of authorization from the user allowing an attacker to perform actions through another user.
>
> NOTE: The flag is NOT in the standard auctf{} format
>
> Author: FireKing

## Solution

```
Cross Site Request Forgery
```

Original writeup (https://github.com/m3ssap0/CTF-Writeups/blob/master/AUCTF%202020/Web%202/README.md).