Skip to content

Commit

Permalink
add 3 PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed May 1, 2024
1 parent 89070b3 commit 7c0aa80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/client-side/csp.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ if (isset($_GET["xss"])) echo $_GET["xss"];
```

Maximum parameters by default in PHP:
- `$_GET`: 1000 parameters
- `$_POST`: 1000 parameters
- `$_FILES`: 20 files
- `$_GET`: 1000 parameters - [PoC](https://gist.github.com/frevadiscor/e27177003e0f86f8b381e36d320b22d2)
- `$_POST`: 1000 parameters - [PoC](https://gist.github.com/frevadiscor/4ca1ecde477dba288176ff5fc674de17)
- `$_FILES`: 20 files - [PoC](https://gist.github.com/frevadiscor/855b960d41f4b8cf3b31450414ea5b84)

```python
# ------------------[ <= 1000 parameters ]------------------
Expand Down

0 comments on commit 7c0aa80

Please sign in to comment.