Lotus is an advanced automation system for Dynamic Application Security Testing (DAST). It simplifies web security scripting by offering a powerful Lua API that automates security processes in just a few lines of code. With Lotus, web security testing becomes more efficient, ensuring no critical security steps are missed.
Our mission is to streamline the security testing workflow, providing robust libraries and functions to automate web security processes with speed and precision.
Lotus delivers a powerful Lua API packed with numerous functions designed to automate complex web security testing scenarios. With Lotus, automating security tasks becomes efficient, allowing you to focus on addressing vulnerabilities.
Lotus is engineered for speed and accuracy, delivering top-tier performance in web security testing. This ensures faster vulnerability identification without the need for manual intervention.
Lotus offers unmatched flexibility with its customizable reporting, HTTP request handling, and input validation. Its API includes functions for regex matching and data validation, enabling precise detection of vulnerabilities.
As an open-source project, Lotus is actively maintained and regularly updated. You can trust in continuous support and improvements to meet the evolving demands of web security testing.
Installing Lotus is a simple process, whether you choose to compile from source or download pre-built binaries. Full documentation is provided to guide you through installation and usage.
We encourage community contributions! Share feedback, report issues, or suggest improvements through our GitHub Issues page, or connect with the community on our Discord server.
Lotus scripts provide a variety of powerful capabilities for web security testing, including:
Additionally, with Lua libraries available on LuaRocks, you can further extend Lotus's capabilities for your security testing needs.
Follow these steps to install Lotus from the source code:
$ apt install libssl-dev pkg-config gcc git lua53 liblua5.3-0 liblua5.3-dev -y
$ cargo install --git=https://github.com/BugBlocker/lotus/
Ensure you have the openssl-dev
package installed before running the commands. If you experience any issues during compilation, please open a ticket in our GitHub repository for assistance.
Alternatively, you can download the appropriate binary from the GitHub Release page and run it directly on your system.
To get started with example scripts, download the Lua scripts from our GitHub Repository. After downloading, you can run a test scan using the following command:
$ echo http://testphp.vulnweb.com/listproducts.php?cat=1 | lotus scan lotus-scripts/active -o test_out.json -v
Detailed documentation is available in the docs/*.md
folder of this repository. For a more accessible version, please visit our online documentation.