Danja Vasiliev edfd6818da no connectivity, yet 10 лет назад
..
.post.cgi.swp edfd6818da no connectivity, yet 10 лет назад
admin.cgi edfd6818da no connectivity, yet 10 лет назад
demo.cgi edfd6818da no connectivity, yet 10 лет назад
post.cgi edfd6818da no connectivity, yet 10 лет назад
readme.md a24966d9ee update 10 лет назад
suid.sh edfd6818da no connectivity, yet 10 лет назад

readme.md

Serverside scripts for SuperGlue server

## post.sh - all POST requests are redirected to this script.                                                
## 
## examples:
## text:    curl --data-urlencode '<html><title>' http://host/file.html
## image:   curl --form "userimage=@file.png" -H "Expect:" http://host/file.png 
## command: curl --data-urlencode 'ls' http://host/cmd
##
## returns: 200 (+ output of operation) on success
##          406 (+ error message in debug mode) on error

Curently, there is only one live and public SuperGlue server running this CGI, try it: http://test.superglue.it

SuperGlue browser extension / client that talks to post.sh can be found here: http://git.superglue.it/superglue/clientplugin/repository/archive.zip

Take a look a SuperGlue project summary to learn more about the project.

http://superglue.it