This commit is contained in:
carlospolop 2025-09-29 15:01:09 +02:00
parent da23d16e99
commit 93c3ad407e
4 changed files with 3 additions and 4 deletions

View File

@ -81,6 +81,7 @@
- [Basic Python](generic-methodologies-and-resources/python/basic-python.md) - [Basic Python](generic-methodologies-and-resources/python/basic-python.md)
- [Threat Modeling](generic-methodologies-and-resources/threat-modeling.md) - [Threat Modeling](generic-methodologies-and-resources/threat-modeling.md)
- [Blockchain & Crypto](blockchain/blockchain-and-crypto-currencies/README.md) - [Blockchain & Crypto](blockchain/blockchain-and-crypto-currencies/README.md)
- [Mutation Testing With Slither](blockchain/smart-contract-security/mutation-testing-with-slither.md)
- [Lua Sandbox Escape](generic-methodologies-and-resources/lua/bypass-lua-sandboxes/README.md) - [Lua Sandbox Escape](generic-methodologies-and-resources/lua/bypass-lua-sandboxes/README.md)
# 🧙‍♂️ Generic Hacking # 🧙‍♂️ Generic Hacking
@ -932,5 +933,3 @@
- [Post Exploitation](todo/post-exploitation.md) - [Post Exploitation](todo/post-exploitation.md)
- [Investment Terms](todo/investment-terms.md) - [Investment Terms](todo/investment-terms.md)
- [Cookies Policy](todo/cookies-policy.md) - [Cookies Policy](todo/cookies-policy.md)
- [Mutation Testing With Slither](blockchain/smart-contract-security/testing-and-analysis/mutation-testing-with-slither.md)

View File

@ -181,7 +181,7 @@ These practices and mechanisms are foundational for anyone looking to engage wit
- Mutation testing to find blind spots in test suites: - Mutation testing to find blind spots in test suites:
{{#ref}} {{#ref}}
../smart-contract-security/testing-and-analysis/mutation-testing-with-slither.md ../smart-contract-security/mutation-testing-with-slither.md
{{#endref}} {{#endref}}
## References ## References

View File

@ -181,7 +181,7 @@ These practices and mechanisms are foundational for anyone looking to engage wit
- Mutation testing to find blind spots in test suites: - Mutation testing to find blind spots in test suites:
{{#ref}} {{#ref}}
../blockchain/smart-contract-security/testing-and-analysis/mutation-testing-with-slither.md ../blockchain/smart-contract-security/mutation-testing-with-slither.md
{{#endref}} {{#endref}}
## References ## References