Skip to content
  • Tuesday 25th January 2022
    • Medium

    Patch The Net

    One node at a time

    • Home
    • Computer Networking
    • Linux
    • CISSP Prep
    • Posts
    • Contact

    Author: spectnullbyte

    • Articles

    HTTP Request Smuggling Explained

    HTTP Request Smuggling (HRS) is a type of attack that is gaining more and more attention in recent years. Its rise is fueled by the high prevalence of Cloud-based applications […]

    View the post
    spectnullbyteDecember 31, 2021December 31, 2021
    Tags: HRS AttackHTTP Request SmugglingHTTP Smuggling
    • Articles

    XXE Attacks Explained

    Out of the many attacks that threaten web applications today, XXE remains the one that is talked about the least. Although it gets far less attention than XSS or SQL […]

    View the post
    spectnullbyteDecember 12, 2021December 12, 2021
    Tags: XML eXternal EntitiesXXEXXE AttackXXE Vulnerability
    • Embracing the Power of Linux
    • Linux

    Chapter 11 – Schedule Tasks

    We have learned a lot since we started this tutorial. We are starting to gain more confidence in operating a Linux system. However, so far, we have been limited to […]

    View the post
    spectnullbyteDecember 4, 2021December 4, 2021
    Tags: atcroncron jobsLinuxschedule tasks
    • Articles

    CSRF (Cross-Site Request Forgery) Explained

    Cross-Site Request Forgery (CSRF or XSRF), also called Client-Side Request Forgery, is a type of attack that targets web applications. It allows an attacker to induce users into accessing and […]

    View the post
    spectnullbyteNovember 28, 2021November 28, 2021
    Tags: client-side request forgerycross-site request forgerycsrfcsrf attack
    • Embracing the Power of Linux
    • Linux

    Chapter 10 – Vim

    After having spent time learning the most important commands that we need to perform essential tasks on Linux, you should realize by now that using the command line interface on […]

    View the post
    spectnullbyteNovember 25, 2021November 25, 2021
    Tags: introduction to vimLinuxvim
    • Articles

    A Quick Guide To Regular Expressions

    Regular expressions are present in almost all programming languages (Python, PHP, Javascript…), as well as in Linux commands (grep, sed…) and in many other high-level languages and applications. So, why […]

    View the post
    spectnullbyteSeptember 26, 2021September 26, 2021
    Tags: regexregular expressionRegular expressions
    • Embracing the Power of Linux
    • Linux

    Chapter 9 – Advanced Data Processing

    Processing data on Linux is really simple. Many commands are available for all kinds of text-processing functions. We’ve seen some of these commands in the previous chapter, but their number […]

    View the post
    spectnullbyteSeptember 6, 2021September 6, 2021
    Tags: joinLinuxpastesedtr
    • Articles

    Introduction to Cross-Site Scripting (XSS)

    This article presents a great introduction for anyone trying to learn about Cross-Site Scripting (or XSS). You don’t need to be an expert to follow along. However, you do need […]

    View the post
    spectnullbyteAugust 13, 2021August 13, 2021
    Tags: cross site scriptingpersistent xssreflected xssweb application hackingxss
    • Embracing the Power of Linux
    • Linux

    Chapter 8 – Extract and Process Data

    In this chapter, we are going to learn how to extract and process data from a file on Linux. To test the examples given in this chapter, I will create […]

    View the post
    spectnullbyteAugust 10, 2021August 10, 2021
    Tags: cutgrepLinuxuniqwc
    • Embracing the Power of Linux
    • Linux

    Chapter 7 – Piping and Redirection

    Before we start, don’t be misled by the title of this chapter. I am not going to teach you about plumbing here. We are going to cover piping and redirection […]

    View the post
    spectnullbyteAugust 8, 2021August 8, 2021
    Tags: data streamsLinuxpipingredirection

    Posts navigation

    1 2 … 5

    Latest Posts

    • http request smuggling attack
      December 31, 2021December 31, 2021spectnullbyte

      HTTP Request Smuggling Explained

    • XXE
      December 12, 2021December 12, 2021spectnullbyte

      XXE Attacks Explained

    • November 28, 2021November 28, 2021spectnullbyte

      CSRF (Cross-Site Request Forgery) Explained

    • Regular Expressions
      September 26, 2021September 26, 2021spectnullbyte

      A Quick Guide To Regular Expressions

    • XSS
      August 13, 2021August 13, 2021spectnullbyte

      Introduction to Cross-Site Scripting (XSS)

    Newsletter

    Copyright All rights reserved - Patchthenet.com
    • Medium