From 93679b2cde8b31e7f8f6f1b1a4a586704fa4724b Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:29:21 +0100 Subject: [PATCH] Architecture Container - Fix --- README.md | 4 +++- docs/README.md | 4 +++- docs/cheatsheets/mimikatz-cheatsheet.md | 2 +- .../{bind-shell-cheatsheet.md => shell-bind-cheatsheet.md} | 0 ...everse-shell-cheatsheet.md => shell-reverse-cheatsheet.md} | 0 docs/containers/{docker-containers.md => docker.md} | 2 +- docs/containers/{kubernetes-containers.md => kubernetes.md} | 2 +- docs/methodology/bug-hunting-methodology.md | 1 + 8 files changed, 10 insertions(+), 5 deletions(-) rename docs/cheatsheets/{bind-shell-cheatsheet.md => shell-bind-cheatsheet.md} (100%) rename docs/cheatsheets/{reverse-shell-cheatsheet.md => shell-reverse-cheatsheet.md} (100%) rename docs/containers/{docker-containers.md => docker.md} (97%) rename docs/containers/{kubernetes-containers.md => kubernetes.md} (97%) diff --git a/README.md b/README.md index 7440f75..fdee336 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,6 @@ Active Directory and Internal Pentest Cheatsheets

-Thanks again for your contribution! :heart: \ No newline at end of file +Thanks again for your contribution! :heart: + +You can also share the project : [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Internal%20All%20The%20Things,%20a%20list%20of%20useful%20payloads%20and%20bypasses%20for%20Internal%20Security%20Assessments-%20by%20@pentest_swissky&url=https://github.com/swisskyrepo/InternalAllTheThings) \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 7440f75..fdee336 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,4 +24,6 @@ Active Directory and Internal Pentest Cheatsheets

-Thanks again for your contribution! :heart: \ No newline at end of file +Thanks again for your contribution! :heart: + +You can also share the project : [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Internal%20All%20The%20Things,%20a%20list%20of%20useful%20payloads%20and%20bypasses%20for%20Internal%20Security%20Assessments-%20by%20@pentest_swissky&url=https://github.com/swisskyrepo/InternalAllTheThings) \ No newline at end of file diff --git a/docs/cheatsheets/mimikatz-cheatsheet.md b/docs/cheatsheets/mimikatz-cheatsheet.md index 20b614c..7b54ffa 100644 --- a/docs/cheatsheets/mimikatz-cheatsheet.md +++ b/docs/cheatsheets/mimikatz-cheatsheet.md @@ -1,4 +1,4 @@ -# Windows - Mimikatz +# Mimikatz ## Summary diff --git a/docs/cheatsheets/bind-shell-cheatsheet.md b/docs/cheatsheets/shell-bind-cheatsheet.md similarity index 100% rename from docs/cheatsheets/bind-shell-cheatsheet.md rename to docs/cheatsheets/shell-bind-cheatsheet.md diff --git a/docs/cheatsheets/reverse-shell-cheatsheet.md b/docs/cheatsheets/shell-reverse-cheatsheet.md similarity index 100% rename from docs/cheatsheets/reverse-shell-cheatsheet.md rename to docs/cheatsheets/shell-reverse-cheatsheet.md diff --git a/docs/containers/docker-containers.md b/docs/containers/docker.md similarity index 97% rename from docs/containers/docker-containers.md rename to docs/containers/docker.md index eff3dc6..b2c57db 100644 --- a/docs/containers/docker-containers.md +++ b/docs/containers/docker.md @@ -1,4 +1,4 @@ -# Container - Docker +# Docker > Docker is a set of platform as a service (PaaS) products that uses OS-level virtualization to deliver software in packages called containers. diff --git a/docs/containers/kubernetes-containers.md b/docs/containers/kubernetes.md similarity index 97% rename from docs/containers/kubernetes-containers.md rename to docs/containers/kubernetes.md index 5d39b0f..9d9d678 100644 --- a/docs/containers/kubernetes-containers.md +++ b/docs/containers/kubernetes.md @@ -1,4 +1,4 @@ -# Container - Kubernetes +# Kubernetes > Kubernetes, often abbreviated as K8s, is an open-source container orchestration platform designed to automate the deployment, scaling, and management of containerized applications diff --git a/docs/methodology/bug-hunting-methodology.md b/docs/methodology/bug-hunting-methodology.md index 8d48514..4b5f135 100644 --- a/docs/methodology/bug-hunting-methodology.md +++ b/docs/methodology/bug-hunting-methodology.md @@ -143,6 +143,7 @@ | 4000002460000001 | tok_fi | Finland (FI) | Visa | | 4000002500000003 | tok_fr | France (FR) | Visa | + ## References * [[BugBounty] Yahoo phpinfo.php disclosure - Patrik Fehrenbach](http://blog.it-securityguard.com/bugbounty-yahoo-phpinfo-php-disclosure-2/)