Skip to content
  • Wednesday 22nd March 2023
    • Medium

    Patch The Net

    One node at a time

    • Linux
    • Web Application Security
    • Red Teaming
    • CISSP Prep

    Author: A. Boukar

    • Articles
    • Red Teaming

    Create Bind and Reverse Shells using Netcat

    Netcat (nc, ncat, or the swiss army knife of networking, as some might prefer to call it) is a command-line utility that every self-respecting pentester should carry under their belt. […]

    View the post
    A. BoukarApril 18, 2022December 25, 2022
    Tags: mkfifonetcatreverse shellshell
    • Articles
    • Web Application Security

    Server-Side Request Forgery (SSRF) Explained

    Server-Side Request Forgery (or SSRF) is an attack that consists of inducing a web application to send back-end requests to an unintended destination. Driven by the increasing popularity of Cloud […]

    View the post
    A. BoukarApril 8, 2022April 8, 2022
    Tags: Server Side Request ForgerySSRFSSRF Attack
    • Embracing the Power of Linux
    • Linux

    Chapter 12 – Bash Scripting

    So far, we have been running commands interactively on the Linux CLI, one command at a time. Although we have configured some tasks to run at a predetermined schedule using […]

    View the post
    A. BoukarMarch 30, 2022March 30, 2022
    Tags: bashbash scriptingLinuxscripts
    • Articles
    • Web Application Security

    Host Header Injection Attacks

    Host Header injection is not the type of attack that you would normally find in CTFs or security challenges. However, it is largely widespread in the wild web. It is […]

    View the post
    A. BoukarFebruary 5, 2022December 25, 2022
    Tags: host headerhost header attackhost header injectionhttp host header
    • Articles
    • Web Application Security

    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
    A. BoukarDecember 31, 2021December 25, 2022
    Tags: HRS AttackHTTP Request SmugglingHTTP Smuggling
    • Articles
    • Web Application Security

    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
    A. BoukarDecember 12, 2021December 25, 2022
    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
    A. BoukarDecember 4, 2021December 4, 2021
    Tags: atcroncron jobsLinuxschedule tasks
    • Articles
    • Web Application Security

    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
    A. BoukarNovember 28, 2021December 25, 2022
    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
    A. BoukarNovember 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
    A. BoukarSeptember 26, 2021September 26, 2021
    Tags: regexregular expressionRegular expressions

    Posts navigation

    1 2 … 5

    Latest Articles

    • netcal-for-bind-and-reverse-shell
      April 18, 2022December 25, 2022A. Boukar

      Create Bind and Reverse Shells using Netcat

    • SSRF Explained
      April 8, 2022April 8, 2022A. Boukar

      Server-Side Request Forgery (SSRF) Explained

    • Host Header Injection Attack
      February 5, 2022December 25, 2022A. Boukar

      Host Header Injection Attacks

    • http request smuggling attack
      December 31, 2021December 25, 2022A. Boukar

      HTTP Request Smuggling Explained

    • XXE
      December 12, 2021December 25, 2022A. Boukar

      XXE Attacks Explained

    Newsletter

    Recent Posts

    • Create Bind and Reverse Shells using Netcat
    • Server-Side Request Forgery (SSRF) Explained
    • Chapter 12 – Bash Scripting
    • Host Header Injection Attacks
    • HTTP Request Smuggling Explained
    Copyright All rights reserved - Patchthenet.com
    • Medium