5 releases
0.1.31 | Apr 9, 2019 |
---|---|
0.1.3 | Apr 9, 2019 |
0.1.2 | Apr 9, 2019 |
0.1.1 | Apr 9, 2019 |
0.1.0 | Apr 9, 2019 |
#43 in #ls
5KB
98 lines
escape
Run arbitrary commands on your pc via http
Example
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
Changelog
0.1.3
-
handle pipes in commands, example:
0.0.0.0:40566/ls | wc -l