lotus
lotus copied to clipboard
:zap: Fast Web Security Scanner written in Rust based on Lua Scripts :waning_gibbous_moon: :crab:
if you've a good machine and a lot of targets, so this option would be better in that case
Lotus should create a context for each site like zaproxy and burpsuite
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...
```lua function main() local sqli_scanner = load_mod("sqli.lua") end ```
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...
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...