Injects commands into html source code using tags
You can not 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
10 months ago
src removed unused lines 10 months ago
.gitignore its working, gonna try bashing the commands 10 months ago
Cargo.lock its working, gonna try bashing the commands 10 months ago
Cargo.toml its working, gonna try bashing the commands 10 months ago
LICENSE Initial commit 10 months ago
README.md readme usage 10 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]