WEB
Last updated
Last updated
Nowadays, websites are programmed using various technologies such as databases, web development frameworks, programming languages, APIs, data formats, protocols and browsers. Each of them has specific vulnerabilities that the developer should be aware of, which is not always the case, as you can see in .
This section contains several vulnerabilities worth checking if you encounter a web pentesting.
During a web vulnerability assessment, it is for sure that the web page might have one or several post forms asking for user data.
Fuzzing the forms might allow you to brute force credentials or discover vulnerabilities like SSTI, SQLi, XSS, etc.
There might also be the case that you need to encode the data (URL format, base64, etc.) before sending it to the server. For doing so, you need to use wfuzz because ffuf doesn't support it.
If the web service is misconfigured, you can try several techniques and tools to bypass filters.
There are several tools that you can use to try to bypass such filters:
Note: If you want to try all them at the same time you can use to install such tools and to use them.