Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactions compiler

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.

Use

As a CLI

cat examples/record.json | cargo run -- -u https://website.com

In a webpage

wasm-pack build --target web
python3 -m http.serve --bind 127.0.0.1
# then visit http://localhost:8000/examples/index.html

Contribute

# Install toolchain
rustup default stable
cargo install wasm-pack
# Run the tests
cargo test

About

Translate a record of user interactions captured a webpage into a usable script.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages