POC in the continuation of the work done around Scanning "modern" web applications with OWASP ZAP.
Idea: After recording user interactions in a webpage, generate a script to drive a program to execute the exact same steps.
cat examples/record.json | cargo run -- -u https://website.comwasm-pack build --target web
python3 -m http.serve --bind 127.0.0.1
# then visit http://localhost:8000/examples/index.html# Install toolchain
rustup default stable
cargo install wasm-pack
# Run the tests
cargo test