Crates.io | escape |
lib.rs | escape |
version | 0.1.31 |
source | src |
created_at | 2019-04-09 14:52:01.818948 |
updated_at | 2019-04-09 21:13:33.780836 |
description | Run arbitrary commands via http |
homepage | |
repository | https://github.com/sigmaSd/escape |
max_upload_size | |
id | 126837 |
size | 5,559 |
Run arbitrary commands on your pc via http
cargo r --release
Then open firefox 0.0.0.0:40566/ls
to execute ls
The command output will be both printed to the pc and the browser
Needless say this is not safe xD
0.1.3
handle pipes in commands, example:
0.0.0.0:40566/ls | wc -l