escape

Crates.ioescape
lib.rsescape
version0.1.31
sourcesrc
created_at2019-04-09 14:52:01.818948
updated_at2019-04-09 21:13:33.780836
descriptionRun arbitrary commands via http
homepage
repositoryhttps://github.com/sigmaSd/escape
max_upload_size
id126837
size5,559
(sigmaSd)

documentation

README

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
    
Commit count: 14

cargo fmt