From e158438a0f9a806dd42c32757b9ef1ff834caf24 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 12 Feb 2025 15:33:47 +0100 Subject: [PATCH] master workflow --- .github/workflows/build_master.yml | 1 + .../az-privilege-escalation/az-postgresql-privesc.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index 0aac16269..c133a4803 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -40,6 +40,7 @@ jobs: git pull cp book/searchindex.js searchindex.js cp book/searchindex.json searchindex.json + git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud git add searchindex.js searchindex.json git commit -m "Update searchindex" git push diff --git a/src/pentesting-cloud/azure-security/az-privilege-escalation/az-postgresql-privesc.md b/src/pentesting-cloud/azure-security/az-privilege-escalation/az-postgresql-privesc.md index fdfea0829..031b9be11 100644 --- a/src/pentesting-cloud/azure-security/az-privilege-escalation/az-postgresql-privesc.md +++ b/src/pentesting-cloud/azure-security/az-privilege-escalation/az-postgresql-privesc.md @@ -57,4 +57,3 @@ az postgres flexible-server ad-admin create \ ``` {{#include ../../../banners/hacktricks-training.md}} -