diff --git a/security/_posts/2021-11-22-linux-threat-hunting-for-persistence-sysmon-auditd-webshell.md b/security/_posts/2021-11-22-linux-threat-hunting-for-persistence-sysmon-auditd-webshell.md index 779baec..eb2c499 100644 --- a/security/_posts/2021-11-22-linux-threat-hunting-for-persistence-sysmon-auditd-webshell.md +++ b/security/_posts/2021-11-22-linux-threat-hunting-for-persistence-sysmon-auditd-webshell.md @@ -222,15 +222,15 @@ Choose any of the [examples php web shells](https://github.com/JohnTroony/php-we ```html -
+
  
   
 
@@ -583,7 +583,7 @@ The nginx config might look something like this ``` server { listen 80 default_server; - listen \[::\]:80 default_server; + listen [::]:80 default_server; root /var/www/html;