Terminology Index
Glossary
1801 terms
Showing 1153-1184 of 1801 terms
Password Spraying
An attack that tries a few common passwords across many accounts to avoid lockouts.
Path
The part of a URL that identifies a specific resource on a server, the portion after the host. Defenders read it to understand what is being requested and to recognize attacks like path traversal or forced browsing.
In a URL, the path specifies which resource on the host is being requested (like /account/settings). For defenders it is important context: analyzing requests means reading paths, and path manipulation underlies attacks such as path traversal (escaping intended directories) and forced browsing (requesting unlinked paths). Understanding the path as a URL component, and how it maps to server resources, is foundational to defensive web work and to interpreting web logs.
Introduced in: Defensive Web Fundamentals
Examples
- Reading the path in a URL to see which resource is requested.
- Recognizing path traversal attempting to escape intended directories.
- Spotting forced browsing to unlinked paths in web logs.
No related terms linked yet.
