command_injector/README.md

12 lines
385 B
Markdown

# command_injector
Simple command injector for html files(also copies them to a different folder, maintaining the original files!)
## Usage
Simply put a `<INJECT>%COMMAND%</INJECT>` in your html files,
and it will copy all other files(except hidden ones).
then compile using `cargo run -- from_dir to_dir [-r]`
or directly calling the compiled bin `injector from_dir to_dor [-r]`