Notes (alphabetical)
Search to quickly find notes, articles, guides, and resources across the site.
Search to quickly find notes, articles, guides, and resources across the site.
What are scripting languages? Scripting languages are designed for automating tasks within specific runtime environments or applications. They are often interpreted, meaning their code is executed line-by-line by an interpreter rather than being compiled into machine code beforehand. This allows faster development cycles as changes can be tested immediately without a compilation step but may result in slower execution speeds compared to compiled languages. Scripting languages are commonly used for tasks such as: ...
Zed Attack Proxy is a free and open-source web app scanner, originally developed within the OWASP community, with the project now managed by Checkmarx. Further reading Top 8 penetration testing tools (Snyk Blog) ZAP (Wikipedia) Zed Attack Proxy, by CheckMarx Install ZAP on MacOS (Homebrew) Related pages OWASP
Related page: See also this reading list and bookshelf.