Skip to content

Commit

Permalink
translate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop committed Jan 1, 2025
1 parent ce5b36d commit 4babc38
Show file tree
Hide file tree
Showing 242 changed files with 2 additions and 243 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ In any case, thanks for contributing to HackTricks!




1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@




# General
.DS_Store
.AppleDouble
Expand Down
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[book]
authors = ["Carlos Polop"]
authors = ["HackTricks Team"]
language = "en"
multilingual = false
src = "src"
Expand Down
2 changes: 1 addition & 1 deletion scripts/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def copy_dirs(source_path, dest_path):
print(f"Copied .gitbook folder from {source_folder} to {destination_folder}")

def copy_files(source_path, dest_path):
file_names = ["src/SUMMARY.md", "hacktricks-preprocessonr.py", "book.toml", ".gitignore"]
file_names = ["src/SUMMARY.md", "hacktricks-preprocessor.py", "book.toml", ".gitignore"]
for file_name in file_names:
source_filepath = os.path.join(source_path, file_name)
dest_filepath = os.path.join(dest_path, file_name)
Expand Down
1 change: 0 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ _Hacktricks logos & motion designed by_ [_@ppiernacho_](https://www.instagram.co




1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,4 +505,3 @@




Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ Get-ADSyncConnector




Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ seamless-sso.md




Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,3 @@ python rbdel.py -u <workgroup>\\<user> -p <pass> <ip> azureadssosvc$




Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ Open-AADIntOffice365Portal -ImmutableID qIMPTm2Q3kimHgg4KQyveA== -Issuer "http:/




Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ az storage queue policy set --name <queue-name> --permissions rwd --expiry 2024-




Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ az storage blob service-properties delete-policy update \




Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ An attacker could get access to the instances and backdoor them:




Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@




Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ This would allow to delete objects inside the storage account which might **inte




Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ This would allow to delete file inside the shared filesystem which might **inter




Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ For more information about function apps check:




Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,3 @@ az keyvault secret restore --vault-name <vault-name> --file <backup-file-path>




Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,3 @@ az storage queue policy set --name <queue-name> --permissions rwd --expiry 2024-




Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ Take a look here:




Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ az sql db import --admin-user <admin-user> \




Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ This would allow to delete file inside the shared filesystem which might **inter




Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,3 @@ az vm application set \




Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@




Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ ssh root@127.0.0.1 -p 39895




Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ az rest --method PUT \




Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,3 @@ az rest --method GET \




Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,3 @@ $data = Get-SharePointFilesFromGraph -authentication $token $data[0].downloadUrl




Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ az rest --method GET \




Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,3 @@ az functionapp deployment source config \




Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ az keyvault set-policy \




Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ az storage queue policy set --name <queue-name> --permissions rwd --expiry 2024-




Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,3 @@ az servicebus namespace authorization-rule update \




Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,3 @@ az sql server azure-ad-only-auth disable \




Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,3 @@ az storage share-rm restore \




Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,3 @@ According to the [**docs**](https://learn.microsoft.com/en-us/azure/role-based-a




1 change: 0 additions & 1 deletion src/pentesting-cloud/azure-security/az-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ def main(req: func.HttpRequest) -> func.HttpResponse:




1 change: 0 additions & 1 deletion src/pentesting-cloud/azure-security/az-services/az-acr.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ docker pull <corp-name>.azurecr.io/<image>:<tag>




Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ az webapp config storage-account list --name <name> --resource-gl_group




# List all the functions
az functionapp list

Expand Down Expand Up @@ -213,4 +212,3 @@ git clone 'https://<username>:<password>@name.scm.azurewebsites.net/repo-name.gi




Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ Get-ApplicationProxyAssignedUsersAndGroups -ObjectId <object-id>




Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ cat <PATH TO .json FILE> | Select-String password




Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,3 @@ $response = Invoke-WebRequest -Method Post -Uri $uri -Body $body




Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ The successful execution of this process opens numerous possibilities for furthe




Original file line number Diff line number Diff line change
Expand Up @@ -1032,4 +1032,3 @@ The default mode is **Audit**:




Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@ Same as storage persistence:




Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,3 @@ az rest --url "https://management.azure.com/<subscription>/resourceGroups/<res-g




Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,3 @@ Get-AzLogicApp -ResourceGroupName <ResourceGroupName> -Name <LogicAppName>




Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ az group list --subscription "<subscription>" --output table




Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@ $queueMessage.Value




Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,3 @@ az servicebus namespace authorization-rule keys list --resource-group <MyResourc




1 change: 0 additions & 1 deletion src/pentesting-cloud/azure-security/az-services/az-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,3 @@ sqlcmd -S <sql-server>.database.windows.net -U <server-user> -P <server-passwork




Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,3 @@ az-file-shares.md




Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ Same as storage persistence:




1 change: 0 additions & 1 deletion src/pentesting-cloud/azure-security/az-services/intune.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ The execution of the script can take up to **one hour**.




Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,3 @@ done




Original file line number Diff line number Diff line change
Expand Up @@ -862,4 +862,3 @@ Invoke-AzureRmVMBulkCMD -Script Mimikatz.ps1 -Verbose -output Output.txt




Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,3 @@ Get-AzExpressRouteCircuit




Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,3 @@ az-password-spraying.md




Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@




Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,3 @@ Check the Applications and Service Principal sections of the page:




Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ Invoke-PasswordSprayGmail -UserList .\userlist.txt -Password Fall2016 -Threads 1




Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ az vm extension image list --publisher "Site24x7" --output table




1 change: 0 additions & 1 deletion src/pentesting-cloud/digital-ocean-pentesting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ do-services/




Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,3 @@ The **logs of a team** can be found in [**https://cloud.digitalocean.com/account




Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ DO doesn't support granular permissions. So the **minimum role** that allows a u




Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ DO offers a few services, here you can find how to **enumerate them:**




Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ That will give you a **shell**, and just executing **`env`** you will be able to




Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ doctl registry repository list-v2




Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ doctl databases pool list <db-id> # List pools of DB




Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@ It's also possible to launch a **recovery console** to run commands inside the h




Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ doctl serverless activations result <activation-id> # get only the response resu




Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ doctl compute image list




Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ doctl kubernetes cluster list-associated-resources <cluster-id>




Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ doctl compute firewall remove-droplets <fw-id> --droplet-ids <droplet-id>




Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ doctl projects resources list <proj-id> # Get all the resources of a project




Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ aws s3 ls --endpoint=https://fra1.digitaloceanspaces.com s3://uniqbucketname




Loading

0 comments on commit 4babc38

Please sign in to comment.