This page contain list of cheat sheets that may help you!
The OWASP Cheat Sheet Series is a collection of concise, high-value guides on specific application security topics. Created by security professionals, these cheat sheets provide practical advice and best practices that developers can easily implement to enhance the security of their applications
LinkThe Regular Expressions Cheat Sheet provides a quick reference to essential regex syntax, including character classes (\d, \w), anchors (^, $), quantifiers (*, +), and groups ([a-z]). It's designed to help you efficiently recall and apply regex patterns in your coding projects. Very helpfull, when you trying find something hidden ;)
LinkThe Python Cheat Sheet is a concise reference guide that covers essential Python syntax and functions. Python is an excellent tool for creating scripts in cybersecurity due to its simplicity and powerful libraries. This cheat sheet helps you quickly recall key Python concepts and apply them effectively in your projects.
Link