Injects commands into html source code using tags
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rusty Striker 8fde97c104 removed unused lines 12 months ago
src removed unused lines 12 months ago
.gitignore its working, gonna try bashing the commands 1 year ago
Cargo.lock its working, gonna try bashing the commands 1 year ago
Cargo.toml its working, gonna try bashing the commands 1 year ago
LICENSE Initial commit 1 year ago
README.md readme usage 12 months ago

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]