11 lines
309 B
Markdown
11 lines
309 B
Markdown
|
# Client Filters
|
||
|
|
||
|
* Circumvent client side filters via
|
||
|
* Disable javascript
|
||
|
* Use curl
|
||
|
```sh
|
||
|
curl -X POST -F "submit=<value>" -F "<file-parameter>=@<path-to-file>" <site>
|
||
|
```
|
||
|
* Intercept and modify incoming page via Burpsuite
|
||
|
* Intercept and modify upload of already loaded page via Burpsuite
|