February 2019
Intermediate to advanced
256 pages
7h 34m
English
Wfuzz will output a summary report to the console and also in HTML. In the console, the response column shows the response code. It also shows the number of lines, words, and chars of the HTTP response, based on each specified Payload. Here are some tips for reading the HTTP response, based on this kind of fuzz testing:
| HTTP response code | What it means in security testing |
| 200 | It means the target resource is available. It's useful for directory traversal to identify whether the resources, URL, or path are available. |
| 302 | If it's for sign-in testing, it can be an indicator of login success. If we are doing brute-force sign-in testing, we will be looking for the major variation responses among all the ... |
Read now
Unlock full access