Editing
Ffuf
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Status Codes === HTTP status codes returned during fuzzing give insight into how the server responds to various inputs. Understanding these codes helps identify valid endpoints, error states, redirects, and more. {| class="wikitable" ! Status Code !! Description |- | 200 || OK β The request was successful. Often indicates a valid page or endpoint. |- | 204 || No Content β The server processed the request but returned no content. Often used to detect hidden but functional endpoints. |- | 301 || Moved Permanently β The resource has been permanently moved to a new URL. May indicate URL redirection behavior. |- | 302 || Found β The resource temporarily resides under a different URL. Can be used to detect login redirects or session handling. |- | 307 || Temporary Redirect β Similar to 302 but the method is preserved. Indicates temporary redirection. |- | 401 || Unauthorized β Authentication is required. Useful for identifying protected areas. |- | 403 || Forbidden β Access is denied. Often reveals restricted endpoints that exist but are off-limits. |- | 404 || Not Found β The requested resource does not exist. A common baseline for filtering invalid responses. |- | 405 || Method Not Allowed β The method (e.g., POST, GET) is not allowed for the requested resource. |- | 500 || Internal Server Error β The server encountered an unexpected condition. May indicate exploitable flaws. |- | 502 || Bad Gateway β The server received an invalid response from the upstream server. |- | 503 || Service Unavailable β The server is currently unavailable. May suggest rate limiting or maintenance. |- | 504 || Gateway Timeout β The upstream server failed to send a request in time. May indicate backend issues. |}
Summary:
Please note that all contributions to HackOps may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
HackOps:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Tools
What links here
Related changes
Special pages
Page information