mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-12 07:40:49 -08:00
t5
This commit is contained in:
2
.github/workflows/build_master.yml
vendored
2
.github/workflows/build_master.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
|
||||
# Build the mdBook
|
||||
- name: Build mdBook
|
||||
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Cat hacktricks-preprocessor.log
|
||||
#- name: Cat hacktricks-preprocessor.log
|
||||
|
||||
9
.github/workflows/translate_af.yml
vendored
9
.github/workflows/translate_af.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_de.yml
vendored
9
.github/workflows/translate_de.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_el.yml
vendored
9
.github/workflows/translate_el.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_es.yml
vendored
9
.github/workflows/translate_es.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_fr.yml
vendored
9
.github/workflows/translate_fr.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_hi.yml
vendored
9
.github/workflows/translate_hi.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_it.yml
vendored
9
.github/workflows/translate_it.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_ja.yml
vendored
9
.github/workflows/translate_ja.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_ko.yml
vendored
9
.github/workflows/translate_ko.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_pl.yml
vendored
9
.github/workflows/translate_pl.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_pt.yml
vendored
9
.github/workflows/translate_pt.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_sr.yml
vendored
9
.github/workflows/translate_sr.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_sw.yml
vendored
9
.github/workflows/translate_sw.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_tr.yml
vendored
9
.github/workflows/translate_tr.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_uk.yml
vendored
9
.github/workflows/translate_uk.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
9
.github/workflows/translate_zh.yml
vendored
9
.github/workflows/translate_zh.yml
vendored
@@ -61,16 +61,9 @@ jobs:
|
||||
done
|
||||
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$(cat /tmp/file_paths.txt)" -t 3
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git checkout $BRANCH
|
||||
git add -A
|
||||
git commit -m "Translated $LANGUAGE files" || true
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
- name: Build mdBook
|
||||
run: |
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)
|
||||
MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && exit 1)
|
||||
|
||||
# Login in AWs
|
||||
- name: Configure AWS credentials using OIDC
|
||||
|
||||
@@ -46,8 +46,8 @@ def ref(matchobj):
|
||||
match = re.search('<title>(.*?)</title>', raw_html)
|
||||
title = match.group(1) if match else href
|
||||
except Exception as e:
|
||||
logger.debug(f'Error opening URL {href}: {e}')
|
||||
pass #nDont stop on broken link
|
||||
logger.error(f'Error opening URL {href}: {e}')
|
||||
pass #Dont stop on broken link
|
||||
else:
|
||||
try:
|
||||
if href.endswith("/"):
|
||||
@@ -73,7 +73,7 @@ def ref(matchobj):
|
||||
title = chapter["name"]
|
||||
logger.debug(f'Recursive title search result: {chapter["name"]}')
|
||||
except Exception as e:
|
||||
logger.debug(e)
|
||||
logger.error(f"Error: {e}")
|
||||
logger.error(f'Error getting chapter title: {path.normpath(path.join(dir,href))}')
|
||||
sys.exit(1)
|
||||
|
||||
@@ -101,7 +101,7 @@ def files(matchobj):
|
||||
logger.debug(f'File search result: {os.path.join(root, href)}')
|
||||
|
||||
except Exception as e:
|
||||
logger.debug(e)
|
||||
logger.error(f"Error: {e}")
|
||||
logger.error(f'Error searching file: {href}')
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
@@ -78,14 +78,15 @@ def cp_translation_to_repo_dir_and_check_gh_branch(branch, temp_folder, translat
|
||||
for file_name in filenames:
|
||||
src_file = os.path.join(dirpath, file_name)
|
||||
shutil.copy2(src_file, dest_path)
|
||||
print(f"[+] Copied from {src_file} to {file_name}")
|
||||
|
||||
print(f"Translated files copied to branch: {branch}")
|
||||
|
||||
if translate_files:
|
||||
subprocess.run(['git', 'add', "-A"])
|
||||
subprocess.run(['git', 'commit', '-m', f"Translated {translate_files} to {branch}"[:72]])
|
||||
subprocess.run(['git', 'checkout', MASTER_BRANCH])
|
||||
print("Commit created and moved to master branch")
|
||||
subprocess.run(['git', 'push', '--set-upstream', 'origin', branch])
|
||||
print("Commit created and pushed")
|
||||
else:
|
||||
print("No commiting anything, leaving in language branch")
|
||||
|
||||
@@ -202,7 +203,6 @@ def split_text(text, model):
|
||||
|
||||
continue
|
||||
|
||||
|
||||
if (line.startswith('#') and reportTokens(chunk + "\n" + line.strip(), model) > MAX_TOKENS*0.8) or \
|
||||
reportTokens(chunk + "\n" + line.strip(), model) > MAX_TOKENS:
|
||||
|
||||
@@ -255,7 +255,7 @@ def translate_file(language, file_path, file_dest_path, model, client):
|
||||
translated_content = ''
|
||||
start_time = time.time()
|
||||
for chunk in content_chunks:
|
||||
# Don't trasnlate code blocks
|
||||
# Don't translate code blocks
|
||||
if chunk.startswith('```'):
|
||||
translated_content += chunk + '\n'
|
||||
else:
|
||||
@@ -269,9 +269,10 @@ def translate_file(language, file_path, file_dest_path, model, client):
|
||||
f.write(translated_content)
|
||||
|
||||
#if VERBOSE:
|
||||
print(f"Page {file_path} translated in {elapsed_time:.2f} seconds")
|
||||
print(f"Page {file_path} translated in {file_dest_path} in {elapsed_time:.2f} seconds")
|
||||
|
||||
|
||||
"""
|
||||
def translate_directory(language, source_path, dest_path, model, num_threads, client):
|
||||
all_markdown_files = []
|
||||
for subdir, dirs, files in os.walk(source_path):
|
||||
@@ -301,13 +302,13 @@ def translate_directory(language, source_path, dest_path, model, num_threads, cl
|
||||
tb = traceback.format_exc()
|
||||
print(f'Translation generated an exception: {exc}')
|
||||
print("Traceback:", tb)
|
||||
|
||||
"""
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("- Version 2.0.0")
|
||||
# Set up argparse
|
||||
parser = argparse.ArgumentParser(description='Translate gitbook and copy to a new branch.')
|
||||
parser.add_argument('-d', '--directory', action='store_true', help='Translate a full directory.')
|
||||
#parser.add_argument('-d', '--directory', action='store_true', help='Translate a full directory.')
|
||||
parser.add_argument('-l', '--language', required=True, help='Target language for translation.')
|
||||
parser.add_argument('-b', '--branch', required=True, help='Branch name to copy translated files.')
|
||||
parser.add_argument('-k', '--api-key', required=True, help='API key to use.')
|
||||
@@ -384,17 +385,14 @@ if __name__ == "__main__":
|
||||
# Delete possibly removed files from the master branch
|
||||
delete_unique_files(branch)
|
||||
|
||||
elif args.directory:
|
||||
#elif args.directory:
|
||||
# Translate everything
|
||||
translate_directory(language, source_folder, dest_folder, model, num_threads, client)
|
||||
#translate_directory(language, source_folder, dest_folder, model, num_threads, client)
|
||||
|
||||
else:
|
||||
print("You need to indicate either a directory or a list of files to translate.")
|
||||
exit(0)
|
||||
|
||||
# Copy translated files
|
||||
move_files_to_push(source_folder, dest_folder, translate_files)
|
||||
|
||||
# Copy Summary
|
||||
copy_files(source_folder, dest_folder)
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@
|
||||
To start the tests you should have access with a user with **Reader permissions over the subscription** and **Global Reader role in AzureAD**. If even in that case you are **not able to access the content of the Storage accounts** you can fix it with the **role Storage Account Contributor**.
|
||||
|
||||
{{#include ../../banners/hacktricks-training.md}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user