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/)