From bcb940bec103b42c4f51b94e5f48ea6663e75f3f Mon Sep 17 00:00:00 2001 From: CPol Date: Tue, 18 Jun 2024 11:39:21 +0000 Subject: [PATCH] GITBOOK-4365: No subject --- SUMMARY.md | 8 ++++---- .../README.md | 0 .../elf-tricks.md | 0 .../tools/README.md | 0 .../tools/pwntools.md | 0 .../pentesting-methodology.md | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename binary-exploitation/{basic-binary-exploitation-methodology => basic-stack-binary-exploitation-methodology}/README.md (100%) rename binary-exploitation/{basic-binary-exploitation-methodology => basic-stack-binary-exploitation-methodology}/elf-tricks.md (100%) rename binary-exploitation/{basic-binary-exploitation-methodology => basic-stack-binary-exploitation-methodology}/tools/README.md (100%) rename binary-exploitation/{basic-binary-exploitation-methodology => basic-stack-binary-exploitation-methodology}/tools/pwntools.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index 10fb234e7..3ec907087 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -690,10 +690,10 @@ ## 🎯 Binary Exploitation -* [Basic Binary Exploitation Methodology](binary-exploitation/basic-binary-exploitation-methodology/README.md) - * [ELF Basic Information](binary-exploitation/basic-binary-exploitation-methodology/elf-tricks.md) - * [Exploiting Tools](binary-exploitation/basic-binary-exploitation-methodology/tools/README.md) - * [PwnTools](binary-exploitation/basic-binary-exploitation-methodology/tools/pwntools.md) +* [Basic Stack Binary Exploitation Methodology](binary-exploitation/basic-stack-binary-exploitation-methodology/README.md) + * [ELF Basic Information](binary-exploitation/basic-stack-binary-exploitation-methodology/elf-tricks.md) + * [Exploiting Tools](binary-exploitation/basic-stack-binary-exploitation-methodology/tools/README.md) + * [PwnTools](binary-exploitation/basic-stack-binary-exploitation-methodology/tools/pwntools.md) * [Stack Overflow](binary-exploitation/stack-overflow/README.md) * [Pointer Redirecting](binary-exploitation/stack-overflow/pointer-redirecting.md) * [Ret2win](binary-exploitation/stack-overflow/ret2win/README.md) diff --git a/binary-exploitation/basic-binary-exploitation-methodology/README.md b/binary-exploitation/basic-stack-binary-exploitation-methodology/README.md similarity index 100% rename from binary-exploitation/basic-binary-exploitation-methodology/README.md rename to binary-exploitation/basic-stack-binary-exploitation-methodology/README.md diff --git a/binary-exploitation/basic-binary-exploitation-methodology/elf-tricks.md b/binary-exploitation/basic-stack-binary-exploitation-methodology/elf-tricks.md similarity index 100% rename from binary-exploitation/basic-binary-exploitation-methodology/elf-tricks.md rename to binary-exploitation/basic-stack-binary-exploitation-methodology/elf-tricks.md diff --git a/binary-exploitation/basic-binary-exploitation-methodology/tools/README.md b/binary-exploitation/basic-stack-binary-exploitation-methodology/tools/README.md similarity index 100% rename from binary-exploitation/basic-binary-exploitation-methodology/tools/README.md rename to binary-exploitation/basic-stack-binary-exploitation-methodology/tools/README.md diff --git a/binary-exploitation/basic-binary-exploitation-methodology/tools/pwntools.md b/binary-exploitation/basic-stack-binary-exploitation-methodology/tools/pwntools.md similarity index 100% rename from binary-exploitation/basic-binary-exploitation-methodology/tools/pwntools.md rename to binary-exploitation/basic-stack-binary-exploitation-methodology/tools/pwntools.md diff --git a/generic-methodologies-and-resources/pentesting-methodology.md b/generic-methodologies-and-resources/pentesting-methodology.md index 69cd70fbb..01f2ae61b 100644 --- a/generic-methodologies-and-resources/pentesting-methodology.md +++ b/generic-methodologies-and-resources/pentesting-methodology.md @@ -140,7 +140,7 @@ Check also the page about [**NTLM**](../windows-hardening/ntlm/), it could be ve * [**Basic Linux Exploiting**](broken-reference) * [**Basic Windows Exploiting**](../binary-exploitation/windows-exploiting-basic-guide-oscp-lvl.md) -* [**Basic exploiting tools**](../binary-exploitation/basic-binary-exploitation-methodology/tools/) +* [**Basic exploiting tools**](../binary-exploitation/basic-stack-binary-exploitation-methodology/tools/) #### [**Basic Python**](python/)