lotus icon indicating copy to clipboard operation
lotus copied to clipboard

:zap: Fast Web Security Scanner written in Rust based on Lua Scripts :waning_gibbous_moon: :crab:

Results 19 lotus issues
Sort by recently updated
recently updated
newest added

if you've a good machine and a lot of targets, so this option would be better in that case

core-changes

Lotus should create a context for each site like zaproxy and burpsuite

core-changes

in order to scan some vulnerability like http request smuggling we need to allow unsafe http requests ```http POST / HTTP/1.1 Host: vulnerable-website.com Transfer-Encoding: chunked Content-Length: 4 1 A X...

core-changes

```lua function main() local sqli_scanner = load_mod("sqli.lua") end ```

new-api
core-changes

Running Arch GNU/Linux I git clone and then run cargo build --release and get: ``` Compiling tealr_derive v0.9.0-alpha4 error: linking with `cc` failed: exit status: 1 | = note: LC_ALL="C"...

I want to follow the same way to install Rust, ```bash $ curl https://lotus.knas.me/install | sh > Lua Version? 1. Lua5.(2,3,4) 2. LuaJit 3. Luau > Scripts repo > Installing...

core-changes

In order to effectively test the client-side functionality of an application, it is often necessary for the user to render the HTML page or interact with a real browser. This...

missing-lua-api