New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects

15 June 2025

  • 05:3705:37, 15 June 2025 Password Attacks (hist | edit) [3,725 bytes] Vegard (talk | contribs) (Created page with "== Password Attacks == Password attacks target authentication systems by attempting to gain access using valid or guessed credentials. These techniques play a central role in assessing the strength of user access controls, exposing weak password hygiene, misconfigurations, or lack of rate-limiting. Password-based authentication remains the most common form of access control, making it a recurring target for security assessments and enumeration strategies. === Goals ==...")

14 June 2025

  • 14:1314:13, 14 June 2025 Making HTTP Requests (hist | edit) [4,716 bytes] Vegard (talk | contribs) (Created page with "= Making HTTP Requests = == Introduction == HTTP requests are used to interact with web servers by requesting data, submitting forms, uploading files, or modifying resources. Understanding how each method works enables deeper interaction with web applications and can expose misconfigurations or unintended functionality. This page outlines how common HTTP methods are used in practice, with real-world examples suitable for exploration and testing. == GET == The GET me...")
  • 07:3407:34, 14 June 2025 HTTP Protocols (hist | edit) [7,856 bytes] Vegard (talk | contribs) (Created page with "= HTTP Protocols = == Introduction == The Hypertext Transfer Protocol (HTTP) is the application-layer protocol used for communication between clients and servers on the web. It enables retrieval of resources such as HTML, JSON, or binary content by defining a standardized format for request and response messages. HTTP is stateless, meaning each request is independent unless explicitly managed using sessions, cookies, or tokens. == HTTP vs HTTPS == {| class="wikitabl...")
  • 06:0106:01, 14 June 2025 DNS Resolution (hist | edit) [4,082 bytes] Anonymous (Privacy policy) (Created page with "= DNS Resolution and record types (A Record, CNAME, MX, TXT) = == What is DNS? == DNS (Domain Name System) is the protocol responsible for resolving human-readable domain names (e.g., `example.com`) into machine-readable IP addresses (e.g., `93.184.216.34`). DNS acts as the naming infrastructure of the internet. == DNS Lookup Flow == The process of DNS resolution involves multiple steps from your device to authoritative servers. The system is designed hierarchically...")