NginxExecute
NginxExecute copied to clipboard
The NginxExecute module executes the shell command through GET POST and HEAD to display the result.
Results
1
NginxExecute issues
Sort by
recently updated
recently updated
newest added
How about to post to command stdin? for example ```sh curl -d "hello" "http://www.server.com/command?system.run[echo]" ``` yilds ``` hello ```