|
9 | 9 | # 🤩 Generic Methodologies & Resources |
10 | 10 |
|
11 | 11 | - [Pentesting Methodology](generic-methodologies-and-resources/pentesting-methodology.md) |
| 12 | +- [Fuzzing Methodology](generic-methodologies-and-resources/fuzzing.md) |
12 | 13 | - [External Recon Methodology](generic-methodologies-and-resources/external-recon-methodology/README.md) |
| 14 | + - [Database Leaks](generic-methodologies-and-resources/external-recon-methodology/database-leaks.md) |
13 | 15 | - [Wide Source Code Search](generic-methodologies-and-resources/external-recon-methodology/wide-source-code-search.md) |
14 | 16 | - [Github Dorks & Leaks](generic-methodologies-and-resources/external-recon-methodology/github-leaked-secrets.md) |
15 | 17 | - [Pentesting Network](generic-methodologies-and-resources/pentesting-network/README.md) |
|
92 | 94 | - [Defi/AMM Hook Precision](blockchain/blockchain-and-crypto-currencies/defi-amm-hook-precision.md) |
93 | 95 | - [Defi Amm Virtual Balance Cache Exploitation](blockchain/blockchain-and-crypto-currencies/defi-amm-virtual-balance-cache-exploitation.md) |
94 | 96 | - [Mutation Testing With Slither](blockchain/smart-contract-security/mutation-testing-with-slither.md) |
| 97 | + - [Erc 4337 Smart Account Security Pitfalls](blockchain/blockchain-and-crypto-currencies/erc-4337-smart-account-security-pitfalls.md) |
95 | 98 | - [Value Centric Web3 Red Teaming](blockchain/blockchain-and-crypto-currencies/value-centric-web3-red-teaming.md) |
96 | 99 | - [Web3 Signing Workflow Compromise Safe Delegatecall Proxy Takeover](blockchain/blockchain-and-crypto-currencies/web3-signing-workflow-compromise-safe-delegatecall-proxy-takeover.md) |
97 | 100 | - [Lua Sandbox Escape](generic-methodologies-and-resources/lua/bypass-lua-sandboxes/README.md) |
|
122 | 125 | - [Cisco - vmanage](linux-hardening/privilege-escalation/cisco-vmanage.md) |
123 | 126 | - [Containerd (ctr) Privilege Escalation](linux-hardening/privilege-escalation/containerd-ctr-privilege-escalation.md) |
124 | 127 | - [D-Bus Enumeration & Command Injection Privilege Escalation](linux-hardening/privilege-escalation/d-bus-enumeration-and-command-injection-privilege-escalation.md) |
125 | | - - [Docker Security](linux-hardening/privilege-escalation/docker-security/README.md) |
126 | | - - [Abusing Docker Socket for Privilege Escalation](linux-hardening/privilege-escalation/docker-security/abusing-docker-socket-for-privilege-escalation.md) |
127 | | - - [AppArmor](linux-hardening/privilege-escalation/docker-security/apparmor.md) |
128 | | - - [AuthZ& AuthN - Docker Access Authorization Plugin](linux-hardening/privilege-escalation/docker-security/authz-and-authn-docker-access-authorization-plugin.md) |
129 | | - - [CGroups](linux-hardening/privilege-escalation/docker-security/cgroups.md) |
130 | | - - [Docker --privileged](linux-hardening/privilege-escalation/docker-security/docker-privileged.md) |
131 | | - - [Docker Breakout / Privilege Escalation](linux-hardening/privilege-escalation/docker-security/docker-breakout-privilege-escalation/README.md) |
132 | | - - [release_agent exploit - Relative Paths to PIDs](linux-hardening/privilege-escalation/docker-security/docker-breakout-privilege-escalation/release_agent-exploit-relative-paths-to-pids.md) |
133 | | - - [Docker release_agent cgroups escape](linux-hardening/privilege-escalation/docker-security/docker-breakout-privilege-escalation/docker-release_agent-cgroups-escape.md) |
134 | | - - [Sensitive Mounts](linux-hardening/privilege-escalation/docker-security/docker-breakout-privilege-escalation/sensitive-mounts.md) |
135 | | - - [Namespaces](linux-hardening/privilege-escalation/docker-security/namespaces/README.md) |
136 | | - - [CGroup Namespace](linux-hardening/privilege-escalation/docker-security/namespaces/cgroup-namespace.md) |
137 | | - - [IPC Namespace](linux-hardening/privilege-escalation/docker-security/namespaces/ipc-namespace.md) |
138 | | - - [PID Namespace](linux-hardening/privilege-escalation/docker-security/namespaces/pid-namespace.md) |
139 | | - - [Mount Namespace](linux-hardening/privilege-escalation/docker-security/namespaces/mount-namespace.md) |
140 | | - - [Network Namespace](linux-hardening/privilege-escalation/docker-security/namespaces/network-namespace.md) |
141 | | - - [Time Namespace](linux-hardening/privilege-escalation/docker-security/namespaces/time-namespace.md) |
142 | | - - [User Namespace](linux-hardening/privilege-escalation/docker-security/namespaces/user-namespace.md) |
143 | | - - [UTS Namespace](linux-hardening/privilege-escalation/docker-security/namespaces/uts-namespace.md) |
144 | | - - [Seccomp](linux-hardening/privilege-escalation/docker-security/seccomp.md) |
145 | | - - [Weaponizing Distroless](linux-hardening/privilege-escalation/docker-security/weaponizing-distroless.md) |
| 128 | + - [Container Security](linux-hardening/privilege-escalation/container-security/README.md) |
| 129 | + - [Runtimes And Engines](linux-hardening/privilege-escalation/container-security/runtimes-and-engines.md) |
| 130 | + - [Runtime API And Daemon Exposure](linux-hardening/privilege-escalation/container-security/runtime-api-and-daemon-exposure.md) |
| 131 | + - [Authorization Plugins](linux-hardening/privilege-escalation/container-security/authorization-plugins.md) |
| 132 | + - [Image Security And Secrets](linux-hardening/privilege-escalation/container-security/image-security-and-secrets.md) |
| 133 | + - [Assessment And Hardening](linux-hardening/privilege-escalation/container-security/assessment-and-hardening.md) |
| 134 | + - [Sensitive Host Mounts](linux-hardening/privilege-escalation/container-security/sensitive-host-mounts.md) |
| 135 | + - [Privileged Containers](linux-hardening/privilege-escalation/container-security/privileged-containers.md) |
| 136 | + - [Distroless](linux-hardening/privilege-escalation/container-security/distroless.md) |
| 137 | + - [Protections](linux-hardening/privilege-escalation/container-security/protections/README.md) |
| 138 | + - [AppArmor](linux-hardening/privilege-escalation/container-security/protections/apparmor.md) |
| 139 | + - [Capabilities](linux-hardening/privilege-escalation/container-security/protections/capabilities.md) |
| 140 | + - [CGroups](linux-hardening/privilege-escalation/container-security/protections/cgroups.md) |
| 141 | + - [Masked Paths](linux-hardening/privilege-escalation/container-security/protections/masked-paths.md) |
| 142 | + - [No New Privileges](linux-hardening/privilege-escalation/container-security/protections/no-new-privileges.md) |
| 143 | + - [Read Only Paths](linux-hardening/privilege-escalation/container-security/protections/read-only-paths.md) |
| 144 | + - [Seccomp](linux-hardening/privilege-escalation/container-security/protections/seccomp.md) |
| 145 | + - [SELinux](linux-hardening/privilege-escalation/container-security/protections/selinux.md) |
| 146 | + - [Namespaces](linux-hardening/privilege-escalation/container-security/protections/namespaces/README.md) |
| 147 | + - [CGroup Namespace](linux-hardening/privilege-escalation/container-security/protections/namespaces/cgroup-namespace.md) |
| 148 | + - [IPC Namespace](linux-hardening/privilege-escalation/container-security/protections/namespaces/ipc-namespace.md) |
| 149 | + - [PID Namespace](linux-hardening/privilege-escalation/container-security/protections/namespaces/pid-namespace.md) |
| 150 | + - [Mount Namespace](linux-hardening/privilege-escalation/container-security/protections/namespaces/mount-namespace.md) |
| 151 | + - [Network Namespace](linux-hardening/privilege-escalation/container-security/protections/namespaces/network-namespace.md) |
| 152 | + - [Time Namespace](linux-hardening/privilege-escalation/container-security/protections/namespaces/time-namespace.md) |
| 153 | + - [User Namespace](linux-hardening/privilege-escalation/container-security/protections/namespaces/user-namespace.md) |
| 154 | + - [UTS Namespace](linux-hardening/privilege-escalation/container-security/protections/namespaces/uts-namespace.md) |
146 | 155 | - [Escaping from Jails](linux-hardening/privilege-escalation/escaping-from-limited-bash.md) |
147 | 156 | - [Posix Cpu Timers Toctou Cve 2025 38352](linux-hardening/privilege-escalation/linux-kernel-exploitation/posix-cpu-timers-toctou-cve-2025-38352.md) |
148 | 157 | - [euid, ruid, suid](linux-hardening/privilege-escalation/euid-ruid-suid.md) |
|
279 | 288 | - [Semanagevolume Perform Volume Maintenance Tasks](windows-hardening/windows-local-privilege-escalation/semanagevolume-perform-volume-maintenance-tasks.md) |
280 | 289 | - [Service Triggers](windows-hardening/windows-local-privilege-escalation/service-triggers.md) |
281 | 290 | - [Telephony Tapsrv Arbitrary Dword Write To Rce](windows-hardening/windows-local-privilege-escalation/telephony-tapsrv-arbitrary-dword-write-to-rce.md) |
| 291 | + - [Secure Desktop Accessibility Registry Propagation LPE (RegPwn)](windows-hardening/windows-local-privilege-escalation/secure-desktop-accessibility-registry-propagation-regpwn.md) |
282 | 292 | - [Uiaccess Admin Protection Bypass](windows-hardening/windows-local-privilege-escalation/uiaccess-admin-protection-bypass.md) |
283 | 293 | - [Windows C Payloads](windows-hardening/windows-local-privilege-escalation/windows-c-payloads.md) |
284 | 294 | - [Active Directory Methodology](windows-hardening/active-directory-methodology/README.md) |
|
819 | 829 | - [Ret2win - arm64](binary-exploitation/stack-overflow/ret2win/ret2win-arm64.md) |
820 | 830 | - [Stack Shellcode](binary-exploitation/stack-overflow/stack-shellcode/README.md) |
821 | 831 | - [Stack Shellcode - arm64](binary-exploitation/stack-overflow/stack-shellcode/stack-shellcode-arm64.md) |
822 | | - - [Stack Pivoting - EBP2Ret - EBP chaining](binary-exploitation/stack-overflow/stack-pivoting-ebp2ret-ebp-chaining.md) |
| 832 | + - [Stack Pivoting](binary-exploitation/stack-overflow/stack-pivoting.md) |
823 | 833 | - [Uninitialized Variables](binary-exploitation/stack-overflow/uninitialized-variables.md) |
824 | 834 | - [ROP & JOP](binary-exploitation/rop-return-oriented-programing/README.md) |
825 | 835 | - [BROP - Blind Return Oriented Programming](binary-exploitation/rop-return-oriented-programing/brop-blind-return-oriented-programming.md) |
|
830 | 840 | - [Leaking libc address with ROP](binary-exploitation/rop-return-oriented-programing/ret2lib/rop-leaking-libc-address/README.md) |
831 | 841 | - [Leaking libc - template](binary-exploitation/rop-return-oriented-programing/ret2lib/rop-leaking-libc-address/rop-leaking-libc-template.md) |
832 | 842 | - [One Gadget](binary-exploitation/rop-return-oriented-programing/ret2lib/one-gadget.md) |
833 | | - - [Ret2lib + Printf leak - arm64](binary-exploitation/rop-return-oriented-programing/ret2lib/ret2lib-+-printf-leak-arm64.md) |
| 843 | + - [Ret2lib + Printf leak - arm64](binary-exploitation/rop-return-oriented-programing/ret2lib/ret2lib-printf-leak-arm64.md) |
834 | 844 | - [Ret2syscall](binary-exploitation/rop-return-oriented-programing/rop-syscall-execv/README.md) |
835 | | - - [Ret2syscall - ARM64](binary-exploitation/rop-return-oriented-programing/rop-syscall-execv/ret2syscall-arm64.md) |
| 845 | + - [Ret2syscall - arm64](binary-exploitation/rop-return-oriented-programing/rop-syscall-execv/ret2syscall-arm64.md) |
836 | 846 | - [Ret2vDSO](binary-exploitation/rop-return-oriented-programing/ret2vdso.md) |
837 | 847 | - [SROP - Sigreturn-Oriented Programming](binary-exploitation/rop-return-oriented-programing/srop-sigreturn-oriented-programming/README.md) |
838 | | - - [SROP - ARM64](binary-exploitation/rop-return-oriented-programing/srop-sigreturn-oriented-programming/srop-arm64.md) |
| 848 | + - [SROP - arm64](binary-exploitation/rop-return-oriented-programing/srop-sigreturn-oriented-programming/srop-arm64.md) |
839 | 849 | - [Mediatek Xflash Carbonara Da2 Hash Bypass](hardware-physical-access/firmware-analysis/mediatek-xflash-carbonara-da2-hash-bypass.md) |
840 | 850 | - [Synology Encrypted Archive Decryption](hardware-physical-access/firmware-analysis/synology-encrypted-archive-decryption.md) |
841 | | - - [Windows Seh Overflow](binary-exploitation/stack-overflow/windows-seh-overflow.md) |
| 851 | + - [Windows SEH Overflow](binary-exploitation/stack-overflow/windows-seh-overflow.md) |
842 | 852 | - [Array Indexing](binary-exploitation/array-indexing.md) |
843 | 853 | - [Chrome Exploiting](binary-exploitation/chrome-exploiting.md) |
844 | 854 | - [Common Exploiting Problems Unsafe Relocation Fixups](binary-exploitation/common-exploiting-problems-unsafe-relocation-fixups.md) |
|
0 commit comments