Injects commands into html source code using tags
Go to file
Rusty Striker 8fde97c104 removed unused lines 2022-06-11 15:31:30 +03:00
src removed unused lines 2022-06-11 15:31:30 +03:00
.gitignore its working, gonna try bashing the commands 2022-06-10 19:47:54 +03:00
Cargo.lock its working, gonna try bashing the commands 2022-06-10 19:47:54 +03:00
Cargo.toml its working, gonna try bashing the commands 2022-06-10 19:47:54 +03:00
LICENSE Initial commit 2022-06-10 16:56:12 +00:00
README.md readme usage 2022-06-11 13:05:25 +03:00

README.md

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]